/external/clang/test/SemaObjC/ |
D | warn-deprecated-implementations.m | 23 @interface CL // expected-note 2 {{class declared here}} interface 26 @implementation CL // expected-warning {{Implementing deprecated class}} implementation 29 @implementation CL ( SomeCategory ) // expected-warning {{Implementing deprecated category}} implementation in SomeCategory
|
/external/clang/test/Rewriter/ |
D | rewrite-qualified-id.mm | 10 @interface CL interface
|
/external/clang/test/Sema/ |
D | block-return.c | 3 typedef void (^CL)(void); typedef
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | Store.h | 100 Loc getLValueCompoundLiteral(const CompoundLiteralExpr* CL, in getLValueCompoundLiteral()
|
D | MemRegion.h | 611 const CompoundLiteralExpr* CL; variable
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | StackAddrEscapeChecker.cpp | 53 const CompoundLiteralExpr* CL = CR->getLiteralExpr(); in GenName() local
|
/external/grub/stage2/ |
D | iso9660.h | 180 struct CL { struct 181 iso_32bit_t location;
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | MemRegion.cpp | 269 const CompoundLiteralExpr* CL, in ProfileRegion() 634 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr* CL, in getCompoundLiteralRegion()
|
D | GRState.cpp | 98 const GRState *GRState::bindCompoundLiteral(const CompoundLiteralExpr* CL, in bindCompoundLiteral()
|
D | RegionStore.cpp | 1357 const CompoundLiteralExpr *CL, in BindCompoundLiteral()
|
D | ExprEngine.cpp | 2286 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr* CL, in VisitCompoundLiteralExpr()
|
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 576 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) in isSimpleZero() local
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 563 SourceLocation CL, SourceLocation RPL) in CXXForRangeStmt()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 629 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : in DefaultStmt() 1115 ContinueStmt(SourceLocation CL) : Stmt(ContinueStmtClass), ContinueLoc(CL) {} in ContinueStmt()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1822 for (MachineLoop::iterator CL = Loop->begin(), E = Loop->end();CL != E; ++CL){ in PrintChildLoopComment() local
|
/external/qemu-pc-bios/vgabios/ |
D | vgabios.c | 1052 static void biosfn_set_cursor_shape (CH,CL) in biosfn_set_cursor_shape() argument
|
/external/qemu/ |
D | i386-dis.c | 400 #define CL { OP_IMREG, cl_reg } macro
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 2374 if (CallExpr* CL = dyn_cast<CallExpr>(LeftExprSansParen)) in CheckFloatComparison() local
|