Home
last modified time | relevance | path

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

/external/clang/test/SemaObjC/
Dwarn-deprecated-implementations.m23 @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/
Drewrite-qualified-id.mm10 @interface CL interface
/external/clang/test/Sema/
Dblock-return.c3 typedef void (^CL)(void); typedef
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h100 Loc getLValueCompoundLiteral(const CompoundLiteralExpr* CL, in getLValueCompoundLiteral()
DMemRegion.h611 const CompoundLiteralExpr* CL; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DStackAddrEscapeChecker.cpp53 const CompoundLiteralExpr* CL = CR->getLiteralExpr(); in GenName() local
/external/grub/stage2/
Diso9660.h180 struct CL { struct
181 iso_32bit_t location;
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp269 const CompoundLiteralExpr* CL, in ProfileRegion()
634 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr* CL, in getCompoundLiteralRegion()
DGRState.cpp98 const GRState *GRState::bindCompoundLiteral(const CompoundLiteralExpr* CL, in bindCompoundLiteral()
DRegionStore.cpp1357 const CompoundLiteralExpr *CL, in BindCompoundLiteral()
DExprEngine.cpp2286 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr* CL, in VisitCompoundLiteralExpr()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp576 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) in isSimpleZero() local
/external/clang/lib/AST/
DStmt.cpp563 SourceLocation CL, SourceLocation RPL) in CXXForRangeStmt()
/external/clang/include/clang/AST/
DStmt.h629 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : in DefaultStmt()
1115 ContinueStmt(SourceLocation CL) : Stmt(ContinueStmtClass), ContinueLoc(CL) {} in ContinueStmt()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1822 for (MachineLoop::iterator CL = Loop->begin(), E = Loop->end();CL != E; ++CL){ in PrintChildLoopComment() local
/external/qemu-pc-bios/vgabios/
Dvgabios.c1052 static void biosfn_set_cursor_shape (CH,CL) in biosfn_set_cursor_shape() argument
/external/qemu/
Di386-dis.c400 #define CL { OP_IMREG, cl_reg } macro
/external/clang/lib/Sema/
DSemaChecking.cpp2374 if (CallExpr* CL = dyn_cast<CallExpr>(LeftExprSansParen)) in CheckFloatComparison() local