/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 reopened as a non-inline namespace}} namespace
|
D | p8.cpp | 43 inline namespace IL { namespace
|
/external/libcxx/test/std/utilities/any/any.class/any.cons/ |
D | in_place_type.pass.cpp | 139 using IL = std::initializer_list<int>; in test_ctor_sfinae() typedef 156 using IL = std::initializer_list<int>; in test_ctor_sfinae() typedef
|
/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/ |
D | in_place_type_init_list_args.pass.cpp | 42 using IL = std::initializer_list<int>; in test_ctor_sfinae() typedef
|
D | in_place_index_init_list_args.pass.cpp | 42 using IL = std::initializer_list<int>; in test_ctor_sfinae() typedef
|
/external/libcxx/test/std/utilities/variant/variant.variant/variant.mod/ |
D | emplace_type_init_list_args.pass.cpp | 59 using IL = std::initializer_list<int>; in test_emplace_sfinae() typedef
|
D | emplace_index_init_list_args.pass.cpp | 59 using IL = std::initializer_list<int>; in test_emplace_sfinae() typedef
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 189 unsigned &IL = EmittedLists[Uses]; in run() local 194 unsigned &IL = EmittedLists[Defs]; in run() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | SmallVector.h | 414 void append(std::initializer_list<T> IL) { in append() 426 void assign(std::initializer_list<T> IL) { in assign() 631 void insert(iterator I, std::initializer_list<T> IL) { in insert()
|
/external/llvm/include/llvm/ADT/ |
D | SmallVector.h | 411 void append(std::initializer_list<T> IL) { in append() 423 void assign(std::initializer_list<T> IL) { in assign() 628 void insert(iterator I, std::initializer_list<T> IL) { in insert()
|
/external/llvm/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 363 unsigned &IL = EmittedLists[Uses]; in run() local 368 unsigned &IL = EmittedLists[Defs]; in run() local
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 97 IntrinsicLowering *IL; variable
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringSyntaxChecker.cpp | 69 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isOne() local
|
D | LocalizationChecker.cpp | 1158 if (IntegerLiteral *IL = dyn_cast_or_null<IntegerLiteral>( in isCheckingPlurality() local
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 86 IntrinsicLowering *IL; variable
|
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 210 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 | 362 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) in PresumedLoc()
|
D | SourceManager.h | 264 static FileInfo get(SourceLocation IL, const ContentCache *Con, in get()
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 211 IntegerLiteral *IL = in create_dispatch_once() local
|
/external/clang/lib/AST/ |
D | OpenMPClause.cpp | 297 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) { in setInits() 319 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, in Create()
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1673 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) { in EmitOMPOuterLoop() 1765 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) { in EmitOMPForOuterLoop() 1847 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) { in EmitOMPDistributeOuterLoop() 1992 LValue IL = in EmitOMPWorksharingLoop() local 2170 LValue IL = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.il.", in EmitSections() local 2666 LValue IL = in EmitOMPDistributeLoop() local
|
D | CGExprComplex.cpp | 373 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
|
D | CGExprAgg.cpp | 1041 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 434 void setIsLastIterVariable(Expr *IL) { in setIsLastIterVariable() 531 Expr *IL; member
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 568 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(ArgExp); in checkAttrArgsAreCapabilityObjs() local 878 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleConsumableAttr() local 993 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleReturnTypestateAttr() local 2334 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleObjCMethodFamilyAttr() local
|