/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
D | p7.cpp | 5 inline namespace IL {} // expected-note {{previous definition}} namespace 6 namespace IL {} // expected-warning{{inline namespace cannot be re-opened as a non-inline namespace… namespace
|
D | p8.cpp | 43 inline namespace IL { namespace
|
/external/llvm/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 207 unsigned &IL = EmittedLists[Uses]; in run() local 212 unsigned &IL = EmittedLists[Defs]; in run() local
|
/external/opencv/cvaux/src/ |
D | cvsegment.cpp | 58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \ argument 66 #define POP(Y,IL,IR,IPL,IPR,FL) { StIn--; \ argument
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 86 IntrinsicLowering *IL; variable
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringSyntaxChecker.cpp | 69 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isOne() local
|
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 205 for (T *I = E + D - 1, *IL = S + D - 1; I != IL; --I) { in move_range_right() local
|
/external/clang/include/clang/Basic/ |
D | SourceLocation.h | 366 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) in PresumedLoc()
|
D | SourceManager.h | 258 static FileInfo get(SourceLocation IL, const ContentCache *Con, in get()
|
/external/webkit/Source/WebKit/android/content/ |
D | address_detector.cpp | 687 IL = 17, // IL Illinois in IsZipValidForState() enumerator
|
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 335 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
|
D | CGExprAgg.cpp | 906 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 766 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(Ex)) { in patternMatch() local
|
D | RegionStore.cpp | 1442 if (const IntegerLiteral *IL = in getBindingForVar() local
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 844 IfStmt::IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, in IfStmt()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 1556 MacroInstantiation::MacroInstantiation(const Macro *M, SMLoc IL, SMLoc EL, in MacroInstantiation()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 6361 IntegerLiteral *IL; in AddInitializerToDecl() local 10621 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(BO->getRHS()); in ValidDuplicateEnum() local
|
D | SemaInit.cpp | 472 InitListExpr *IL, QualType &T, in InitListChecker()
|
D | SemaDeclAttr.cpp | 450 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(ArgExp); in checkAttrArgsAreLockableObjs() local
|
D | SemaChecking.cpp | 5884 const IntegerLiteral *IL = cast<IntegerLiteral>(TypeExpr); in FindTypeTagExpr() local
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 767 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) in LabelStmt()
|