/llvm-project/clang/test/SemaObjC/ |
H A D | warn-deprecated-implementations.m | 34 @interface CL // expected-note 2 {{class declared here}} interface 37 @implementation CL // expected-warning {{implementing deprecated class}} implementation 40 @implementation CL (SomeCategory) // expected-warning {{implementing deprecated category}} implementation in SomeCategory
|
/llvm-project/clang/test/Rewriter/ |
H A D | rewrite-qualified-id.mm | 9 @interface CL interface
|
/llvm-project/clang/test/Preprocessor/ |
H A D | has_c_attribute.c | 48 #define CL clang::likely macro
|
/llvm-project/llvm/unittests/ADT/ |
H A D | IListIteratorTest.cpp | 138 const simple_ilist<Node> &CL = L; in TEST() local 178 const simple_ilist<ParentNode, ilist_parent<Parent>> &CL = L; in TEST() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclOpenMP.cpp | 59 ArrayRef<OMPClause *> CL) { in Create() argument 88 ArrayRef<OMPClause *> CL) { in Create() argument
|
H A D | StmtCXX.cpp | 52 SourceLocation CAL, SourceLocation CL, in CXXForRangeStmt()
|
/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessorLexer.h | 175 void setConditionalLevels(ArrayRef<PPConditionalInfo> CL) { in setConditionalLevels()
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 139 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral() argument
|
H A D | MemRegion.h | 903 const CompoundLiteralExpr *CL; variable
|
/llvm-project/clang/test/Sema/ |
H A D | block-return.c | 5 typedef void (^CL)(void); global() typedef
|
/llvm-project/llvm/unittests/CodeGen/ |
H A D | MachineInstrBundleIteratorTest.cpp | 147 const auto &CL = L; in TEST() local
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | easily-swappable-parameters-qualifiermixing.cpp | 42 void qualified5(const int CI, const long CL) {} // NO-WARN: Not the same type in qualified5()
|
H A D | easily-swappable-parameters-len2.cpp | 164 void qualified4(const int CI, const long CL) {} // NO-WARN: Not the same type. in qualified4()
|
/llvm-project/clang/unittests/StaticAnalyzer/ |
H A D | StoreTest.cpp | 119 const auto *CL = findNode<CompoundLiteralExpr>(D, compoundLiteralExpr()); in performTest() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | CommandFlags.cpp | 664 #define HANDLE_BOOL_ATTR(CL, AttrName) \ argument
|
/llvm-project/compiler-rt/lib/builtins/hexagon/ |
H A D | dffma.S | 23 #define CL r4 macro 507 #define CL r4 macro
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StackAddrEscapeChecker.cpp | 78 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 507 SDValue LL, LH, RL, RH, CL, CH; SplitRes_Select() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineC.cpp | 540 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
|
H A D | MemRegion.cpp | 272 ProfileRegion(llvm::FoldingSetNodeID & ID,const CompoundLiteralExpr * CL,const MemRegion * superRegion) ProfileRegion() argument 1154 getCompoundLiteralRegion(const CompoundLiteralExpr * CL,const LocationContext * LC) getCompoundLiteralRegion() argument
|
/llvm-project/clang/unittests/Driver/ |
H A D | ToolChainTest.cpp | 391 std::unique_ptr<Compilation> CL(CLDriver.BuildCompilation( TEST() local
|
/llvm-project/llvm/lib/IR/ |
H A D | Module.cpp | 645 setCodeModel(CodeModel::Model CL) setCodeModel() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | FunctionComparator.cpp | 192 auto *CL = dyn_cast<ConstantAsMetadata>(L); cmpMetadata() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 467 setColonLoc(SourceLocation CL) setColonLoc() argument 3265 setColonLoc(SourceLocation CL) setColonLoc() argument 3585 setColonLoc(SourceLocation CL) setColonLoc() argument 3816 setColonLoc(SourceLocation CL) setColonLoc() argument 5524 auto CL = M.second; setClauseInfo() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 1547 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) isSimpleZero() local
|