| /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 | 436 void append(std::initializer_list<T> IL) { in append() 448 void assign(std::initializer_list<T> IL) { in assign() 646 void insert(iterator I, std::initializer_list<T> IL) { in insert()
|
| /external/llvm/utils/TableGen/ |
| D | InstrInfoEmitter.cpp | 366 unsigned &IL = EmittedLists[Uses]; in run() local 371 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 | 99 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/lib/Analysis/ |
| D | BodyFarm.cpp | 214 IntegerLiteral *IL = in create_dispatch_once() local
|
| /external/clang/include/clang/Basic/ |
| D | SourceLocation.h | 361 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) in PresumedLoc()
|
| D | SourceManager.h | 259 static FileInfo get(SourceLocation IL, const ContentCache *Con, in get()
|
| /external/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 833 llvm::Value *ST, llvm::Value *IL, in EmitOMPForOuterLoop() 1013 LValue IL = in EmitOMPWorksharingLoop() local 1126 LValue IL = createSectionLVal(CGF, KmpInt32Ty, ".omp.sections.il.", in emitSections() local
|
| D | CGOpenMPRuntime.cpp | 1331 llvm::Value *IL, llvm::Value *LB, in emitForInit() 1396 bool IVSigned, llvm::Value *IL, in emitForNext()
|
| D | CGExprAgg.cpp | 1022 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
|
| D | CGExprComplex.cpp | 373 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
|
| /external/clang/include/clang/AST/ |
| D | StmtOpenMP.h | 388 void setIsLastIterVariable(Expr *IL) { in setIsLastIterVariable() 450 Expr *IL; member
|
| D | Stmt.h | 793 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) in LabelStmt()
|
| /external/clang/lib/Sema/ |
| D | SemaDeclAttr.cpp | 544 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(ArgExp); in checkAttrArgsAreCapabilityObjs() local 818 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleConsumableAttr() local 937 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleReturnTypestateAttr() local 2085 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleObjCMethodFamilyAttr() local
|
| D | SemaChecking.cpp | 3825 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) { in checkFormatExpr() local 9120 const IntegerLiteral *IL = cast<IntegerLiteral>(TypeExpr); in FindTypeTagExpr() local
|
| D | SemaDecl.cpp | 8698 IntegerLiteral *IL; in AddInitializerToDecl() local 13508 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(BO->getRHS()); in ValidDuplicateEnum() local
|
| /external/clang/lib/AST/ |
| D | Stmt.cpp | 882 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, in IfStmt() 1323 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) { in setInits() 1345 ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep) { in Create()
|
| D | ItaniumMangle.cpp | 3134 if (auto *IL = dyn_cast<InitListExpr>(Sub)) { in mangleExpression() local
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | BugReporterVisitors.cpp | 1299 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(Ex)) { in patternMatch() local
|
| /external/clang/lib/Parse/ |
| D | ParseDecl.cpp | 233 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context, in ParseIdentifierLoc() local
|
| /external/llvm/lib/MC/MCParser/ |
| D | AsmParser.cpp | 1868 MacroInstantiation::MacroInstantiation(SMLoc IL, int EB, SMLoc EL, in MacroInstantiation()
|