/minix/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A 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
|
/minix/external/bsd/llvm/dist/clang/test/Rewriter/ |
H A D | rewrite-qualified-id.mm | 10 @interface CL interface
|
/minix/tests/lib/libc/sys/ |
H A D | t_clock_gettime.c | 91 #define CL(x) \ in check_timecounter() macro
|
/minix/lib/libcurses/PSD.doc/ |
H A D | twinkle2.c | 61 static char *CL; variable
|
/minix/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | block-return.c | 3 typedef void (^CL)(void); typedef
|
/minix/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | Store.h | 91 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, in getLValueCompoundLiteral()
|
H A D | MemRegion.h | 816 const CompoundLiteralExpr *CL; variable
|
/minix/sys/arch/i386/include/ |
H A D | bioscall.h | 74 #define CL r_cx.biosreg_quarter[BIOSREG_LO] macro
|
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | StackAddrEscapeChecker.cpp | 55 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); in genName() local
|
/minix/libexec/getty/ |
H A D | gettytab.h | 66 #define CL gettystrs[1].value macro
|
/minix/usr.sbin/makefs/cd9660/ |
H A D | iso9660_rrip.h | 182 ISO_RRIP_CLINK CL; member
|
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 515 SDValue LL, LH, RL, RH, CL, CH; in SplitRes_SELECT() local
|
/minix/minix/commands/swifi/ |
H A D | db_disasm.c | 63 #define CL 12 /* cl, for shifts */ macro
|
/minix/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | MemRegion.cpp | 296 const CompoundLiteralExpr *CL, in ProfileRegion() 886 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, in getCompoundLiteralRegion()
|
H A D | ExprEngineC.cpp | 410 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, in VisitCompoundLiteralExpr()
|
/minix/minix/usr.bin/mined/ |
H A D | mined1.c | 1134 char *CE, *VS, *SO, *SE, *CL, *AL, *CM; variable
|
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 1028 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) in isSimpleZero() local
|
/minix/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 1298 void setColonLoc(SourceLocation CL) { ColonLoc = CL; } in setColonLoc()
|
H A D | Stmt.h | 750 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 D | DeclSpec.h | 2132 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } in setCommaLoc()
|
/minix/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 845 SourceLocation CL, SourceLocation RPL) in CXXForRangeStmt()
|
/minix/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 3588 } else if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E)) { in checkFormatExpr() local 5333 if (CallExpr* CL = dyn_cast<CallExpr>(LeftExprSansParen)) in CheckFloatComparison() local
|