/external/clang/test/SemaObjC/ |
D | warn-deprecated-implementations.m | 32 @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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/ |
D | RSSFeedWatcherTask.java | 52 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
|
D | RSSFeedPublisherTask.java | 52 private static final String CL = ":"; //$NON-NLS-1$ field in RSSFeedPublisherTask
|
/external/clang/test/Rewriter/ |
D | rewrite-qualified-id.mm | 10 @interface CL interface
|
/external/testng/src/test/java/test/listeners/ |
D | ConfigurationListenerTest.java | 13 static public class CL implements IConfigurationListener2 { class in ConfigurationListenerTest
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/ |
D | RSSFeedUtil.java | 32 private static final String CL = ":"; //$NON-NLS-1$ field in RSSFeedUtil
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | RegionCode.java | 38 static final String CL = "CL"; field in RegionCode
|
/external/clang/lib/AST/ |
D | StmtCXX.cpp | 56 SourceLocation CAL, SourceLocation CL, in CXXForRangeStmt()
|
/external/clang/test/Sema/ |
D | block-return.c | 3 typedef void (^CL)(void); typedef
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Store.h | 91 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral()
|
D | MemRegion.h | 812 const CompoundLiteralExpr *CL; variable
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | StackAddrEscapeChecker.cpp | 55 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName() local
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/ |
D | feedTools.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/eclipse/
org/ ... |
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 442 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 525 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 292 const CompoundLiteralExpr *CL, in ProfileRegion() 945 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion()
|
D | ExprEngineC.cpp | 443 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
|
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 1054 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) in isSimpleZero() local
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 480 CL = 2, enumerator
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1902 for (MachineLoop::iterator CL = Loop->begin(), E = Loop->end();CL != E; ++CL){ in PrintChildLoopComment() local
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 753 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : in DefaultStmt() 1305 ContinueStmt(SourceLocation CL) : Stmt(ContinueStmtClass), ContinueLoc(CL) {} in ContinueStmt()
|
D | OpenMPClause.h | 1710 void setColonLoc(SourceLocation CL) { ColonLoc = CL; } in setColonLoc() 3013 auto CL = M.second; in setClauseInfo() local
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 203 class CL(object): class
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 5317 SectionRef CL = get_section(O, "__OBJC2", "__class_list"); in printObjc2_64bit_MetaData() local 5389 const SectionRef CL = get_section(O, "__OBJC2", "__class_list"); in printObjc2_32bit_MetaData() local 5394 const SectionRef CL = get_section(O, "__DATA", "__objc_classlist"); in printObjc2_32bit_MetaData() local
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 2231 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
|