/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/llvm/include/llvm/ADT/ |
D | SmallVector.h | 445 void append(std::initializer_list<T> IL) { in append() 457 void assign(std::initializer_list<T> IL) { in assign() 655 void insert(iterator I, std::initializer_list<T> IL) { in insert()
|
/external/llvm/utils/TableGen/ |
D | InstrInfoEmitter.cpp | 365 unsigned &IL = EmittedLists[Uses]; in run() local 370 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 | 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 | 1059 if (IntegerLiteral *IL = dyn_cast_or_null<IntegerLiteral>( in isCheckingPlurality() local
|
/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/lib/AST/ |
D | OpenMPClause.cpp | 176 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) { in setInits() 198 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep) { in Create()
|
D | Stmt.cpp | 759 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, in IfStmt()
|
D | ItaniumMangle.cpp | 3290 if (auto *IL = dyn_cast<InitListExpr>(Sub)) { in mangleExpression() local
|
/external/clang/lib/Analysis/ |
D | BodyFarm.cpp | 211 IntegerLiteral *IL = in create_dispatch_once() 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 | 265 static FileInfo get(SourceLocation IL, const ContentCache *Con, in get()
|
/external/llvm/lib/CodeGen/ |
D | LiveDebugValues.cpp | 313 auto IL = InLocs.find(&MBB); in join() local
|
/external/clang/include/clang/AST/ |
D | StmtOpenMP.h | 426 void setIsLastIterVariable(Expr *IL) { in setIsLastIterVariable() 502 Expr *IL; member
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1263 Address IL, llvm::Value *Chunk) { in EmitOMPForOuterLoop() 1508 LValue IL = in EmitOMPWorksharingLoop() local 1648 LValue IL = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.il.", in EmitSections() local
|
D | CGExprComplex.cpp | 373 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
|
D | CGExprAgg.cpp | 1034 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
|
D | CGOpenMPRuntime.cpp | 1815 bool Ordered, Address IL, Address LB, in emitForStaticInit() 1880 bool IVSigned, Address IL, in emitForNext()
|
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 545 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(ArgExp); in checkAttrArgsAreCapabilityObjs() local 853 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleConsumableAttr() local 972 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleReturnTypestateAttr() local 2266 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleObjCMethodFamilyAttr() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporterVisitors.cpp | 1298 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(Ex)) { in patternMatch() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCommonGEP.cpp | 1256 BasicBlock::InstListType &IL = B->getInstList(); in removeDeadCode() local
|
/external/clang/lib/Parse/ |
D | ParseDecl.cpp | 234 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context, in ParseIdentifierLoc() local
|