Home
last modified time | relevance | path

Searched defs:CL (Results 1 – 24 of 24) 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 {{'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/clang/test/Sema/
Dblock-return.c3 typedef void (^CL)(void); typedef
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DStore.h97 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral()
DMemRegion.h744 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/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypesGeneric.cpp441 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
/external/clang/lib/StaticAnalyzer/Core/
DMemRegion.cpp290 const CompoundLiteralExpr *CL, in ProfileRegion()
747 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion()
DExprEngineC.cpp357 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
DProgramState.cpp114 ProgramStateRef ProgramState::bindCompoundLiteral(const CompoundLiteralExpr *CL, in bindCompoundLiteral()
DRegionStore.cpp1516 const CompoundLiteralExpr *CL, in BindCompoundLiteral()
/external/clang/lib/AST/
DStmt.cpp643 SourceLocation CL, SourceLocation RPL) in CXXForRangeStmt()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp834 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) in isSimpleZero() local
/external/clang/include/clang/AST/
DStmt.h733 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : in DefaultStmt()
1261 ContinueStmt(SourceLocation CL) : Stmt(ContinueStmtClass), ContinueLoc(CL) {} in ContinueStmt()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2044 for (MachineLoop::iterator CL = Loop->begin(), E = Loop->end();CL != E; ++CL){ in PrintChildLoopComment() local
/external/regex-re2/lib/codereview/
Dcodereview.py219 class CL(object): class
/external/qemu-pc-bios/vgabios/
Dvgabios.c1052 static void biosfn_set_cursor_shape (CH,CL) in biosfn_set_cursor_shape() argument
/external/clang/include/clang/Sema/
DDeclSpec.h1890 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
/external/qemu/
Di386-dis.c400 #define CL { OP_IMREG, cl_reg } macro
/external/clang/lib/Sema/
DSemaChecking.cpp3391 if (CallExpr* CL = dyn_cast<CallExpr>(LeftExprSansParen)) in CheckFloatComparison() local