Home
last modified time | relevance | path

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

12

/external/clang/test/SemaObjC/
Dwarn-deprecated-implementations.m32 @interface CL // expected-note 2 {{class declared here}} // expected-note 2 {{'CL' has been explici… interface
35 @implementation CL // expected-warning {{Implementing deprecated class}} implementation
38 @implementation CL ( SomeCategory ) // expected-warning {{'CL' is deprecated}} \ implementation in SomeCategory
/external/clang/test/Rewriter/
Drewrite-qualified-id.mm10 @interface CL interface
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
DRSSFeedWatcherTask.java52 private static final String CL = ":"; //$NON-NLS-1$ field in RSSFeedWatcherTask
131 …") + SP + file + Messages.getString("RSSFeedWatcherTask.with") + tmpFile + CL); } //$NON-NLS-1$ //… in checkFeed() local
DRSSFeedPublisherTask.java52 private static final String CL = ":"; //$NON-NLS-1$ field in RSSFeedPublisherTask
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
DRSSFeedUtil.java32 private static final String CL = ":"; //$NON-NLS-1$ field in RSSFeedUtil
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DRegionCode.java38 static final String CL = "CL"; field in RegionCode
/external/clang/test/Sema/
Dblock-return.c3 typedef void (^CL)(void); typedef
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h91 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral()
DMemRegion.h816 const CompoundLiteralExpr *CL; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DStackAddrEscapeChecker.cpp55 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp518 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp296 const CompoundLiteralExpr *CL, in ProfileRegion()
886 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion()
DExprEngineC.cpp410 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp1035 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) in isSimpleZero() local
DCGOpenMPRuntime.cpp1233 auto *CL = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast(CopyprivateList, in emitSingleRegion() local
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h371 CL = 2, enumerator
/external/clang/include/clang/AST/
DStmt.h751 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : in DefaultStmt()
1289 ContinueStmt(SourceLocation CL) : Stmt(ContinueStmtClass), ContinueLoc(CL) {} in ContinueStmt()
DOpenMPClause.h1423 void setColonLoc(SourceLocation CL) { ColonLoc = CL; } in setColonLoc()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp5197 const SectionRef CL = get_section(O, "__OBJC2", "__class_list"); in printObjc2_64bit_MetaData() local
5202 const SectionRef CL = get_section(O, "__DATA", "__objc_classlist"); in printObjc2_64bit_MetaData() local
5297 const SectionRef CL = get_section(O, "__OBJC2", "__class_list"); in printObjc2_32bit_MetaData() local
5302 const SectionRef CL = get_section(O, "__DATA", "__objc_classlist"); in printObjc2_32bit_MetaData() local
/external/regex-re2/lib/codereview/
Dcodereview.py203 class CL(object): class
/external/clang/include/clang/Sema/
DDeclSpec.h2134 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
/external/clang/lib/Sema/
DSemaChecking.cpp3795 } else if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) { in checkFormatExpr() local
5564 if (CallExpr* CL = dyn_cast<CallExpr>(LeftExprSansParen)) in CheckFloatComparison() local
/external/clang/lib/AST/
DStmt.cpp851 SourceLocation CL, SourceLocation RPL) in CXXForRangeStmt()
/external/mesa3d/src/mesa/x86/
Dassyntax.h101 #define CL cl macro
163 #define CL %cl macro
/external/eigen/blas/testing/
Dcblat3.f3029 COMPLEX CL local

12