Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/test/SemaObjC/
H A 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
/minix/external/bsd/llvm/dist/clang/test/Rewriter/
H A Drewrite-qualified-id.mm10 @interface CL interface
/minix/tests/lib/libc/sys/
H A Dt_clock_gettime.c91 #define CL(x) \ in check_timecounter() macro
/minix/lib/libcurses/PSD.doc/
H A Dtwinkle2.c61 static char *CL; variable
/minix/external/bsd/llvm/dist/clang/test/Sema/
H A Dblock-return.c3 typedef void (^CL)(void); typedef
/minix/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h91 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral()
H A DMemRegion.h816 const CompoundLiteralExpr *CL; variable
/minix/sys/arch/i386/include/
H A Dbioscall.h74 #define CL r_cx.biosreg_quarter[BIOSREG_LO] macro
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp55 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName() local
/minix/libexec/getty/
H A Dgettytab.h66 #define CL gettystrs[1].value macro
/minix/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h182 ISO_RRIP_CLINK CL; member
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp515 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
/minix/minix/commands/swifi/
H A Ddb_disasm.c63 #define CL 12 /* cl, for shifts */ macro
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp296 const CompoundLiteralExpr *CL, in ProfileRegion()
886 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion()
H A DExprEngineC.cpp410 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
/minix/minix/usr.bin/mined/
H A Dmined1.c1134 char *CE, *VS, *SO, *SE, *CL, *AL, *CM; variable
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprAgg.cpp1028 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) in isSimpleZero() local
/minix/external/bsd/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h1298 void setColonLoc(SourceLocation CL) { ColonLoc = CL; } in setColonLoc()
H A DStmt.h750 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : in DefaultStmt()
1290 ContinueStmt(SourceLocation CL) : Stmt(ContinueStmtClass), ContinueLoc(CL) {} in ContinueStmt()
/minix/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2132 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
/minix/external/bsd/llvm/dist/clang/lib/AST/
H A DStmt.cpp845 SourceLocation CL, SourceLocation RPL) in CXXForRangeStmt()
/minix/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp3588 } else if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) { in checkFormatExpr() local
5333 if (CallExpr* CL = dyn_cast<CallExpr>(LeftExprSansParen)) in CheckFloatComparison() local