Home
last modified time | relevance | path

Searched defs:CL (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project/clang/test/SemaObjC/
H A Dwarn-deprecated-implementations.m34 @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 Drewrite-qualified-id.mm9 @interface CL interface
/llvm-project/clang/test/Preprocessor/
H A Dhas_c_attribute.c48 #define CL clang::likely macro
/llvm-project/llvm/unittests/ADT/
H A DIListIteratorTest.cpp138 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 DDeclOpenMP.cpp59 ArrayRef<OMPClause *> CL) { in Create() argument
88 ArrayRef<OMPClause *> CL) { in Create() argument
H A DStmtCXX.cpp52 SourceLocation CAL, SourceLocation CL, in CXXForRangeStmt()
/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h175 void setConditionalLevels(ArrayRef<PPConditionalInfo> CL) { in setConditionalLevels()
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h139 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral() argument
H A DMemRegion.h903 const CompoundLiteralExpr *CL; variable
/llvm-project/clang/test/Sema/
H A Dblock-return.c5 typedef void (^CL)(void); global() typedef
/llvm-project/llvm/unittests/CodeGen/
H A DMachineInstrBundleIteratorTest.cpp147 const auto &CL = L; in TEST() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-qualifiermixing.cpp42 void qualified5(const int CI, const long CL) {} // NO-WARN: Not the same type in qualified5()
H A Deasily-swappable-parameters-len2.cpp164 void qualified4(const int CI, const long CL) {} // NO-WARN: Not the same type. in qualified4()
/llvm-project/clang/unittests/StaticAnalyzer/
H A DStoreTest.cpp119 const auto *CL = findNode<CompoundLiteralExpr>(D, compoundLiteralExpr()); in performTest() local
/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp664 #define HANDLE_BOOL_ATTR(CL, AttrName) \ argument
/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddffma.S23 #define CL r4 macro
507 #define CL r4 macro
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp78 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName() local
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp507 SDValue LL, LH, RL, RH, CL, CH; SplitRes_Select() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp540 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
H A DMemRegion.cpp272 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 DToolChainTest.cpp391 std::unique_ptr<Compilation> CL(CLDriver.BuildCompilation( TEST() local
/llvm-project/llvm/lib/IR/
H A DModule.cpp645 setCodeModel(CodeModel::Model CL) setCodeModel() argument
/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp192 auto *CL = dyn_cast<ConstantAsMetadata>(L); cmpMetadata() local
/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h467 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 DCGExprAgg.cpp1547 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) isSimpleZero() local

12