Home
last modified time | relevance | path

Searched defs:IL (Results 1 – 25 of 28) sorted by relevance

12

/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
Dp7.cpp5 inline namespace IL {} // expected-note {{previous definition}} namespace
6 namespace IL {} // expected-warning{{inline namespace cannot be reopened as a non-inline namespace}} namespace
Dp8.cpp43 inline namespace IL { namespace
/external/llvm/include/llvm/ADT/
DSmallVector.h436 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/
DInstrInfoEmitter.cpp366 unsigned &IL = EmittedLists[Uses]; in run() local
371 unsigned &IL = EmittedLists[Defs]; in run() local
/external/opencv/cvaux/src/
Dcvsegment.cpp58 #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/
DInterpreter.h99 IntrinsicLowering *IL; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringSyntaxChecker.cpp69 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isOne() local
/external/clang/include/clang/Analysis/Support/
DBumpVector.h205 for (T *I = E + D - 1, *IL = S + D - 1; I != IL; --I) { in move_range_right() local
/external/clang/lib/Analysis/
DBodyFarm.cpp214 IntegerLiteral *IL = in create_dispatch_once() local
/external/clang/include/clang/Basic/
DSourceLocation.h361 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) in PresumedLoc()
DSourceManager.h259 static FileInfo get(SourceLocation IL, const ContentCache *Con, in get()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp833 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
DCGOpenMPRuntime.cpp1331 llvm::Value *IL, llvm::Value *LB, in emitForInit()
1396 bool IVSigned, llvm::Value *IL, in emitForNext()
DCGExprAgg.cpp1022 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
DCGExprComplex.cpp373 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
/external/clang/include/clang/AST/
DStmtOpenMP.h388 void setIsLastIterVariable(Expr *IL) { in setIsLastIterVariable()
450 Expr *IL; member
DStmt.h793 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) in LabelStmt()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp544 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
DSemaChecking.cpp3825 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) { in checkFormatExpr() local
9120 const IntegerLiteral *IL = cast<IntegerLiteral>(TypeExpr); in FindTypeTagExpr() local
DSemaDecl.cpp8698 IntegerLiteral *IL; in AddInitializerToDecl() local
13508 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(BO->getRHS()); in ValidDuplicateEnum() local
/external/clang/lib/AST/
DStmt.cpp882 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()
DItaniumMangle.cpp3134 if (auto *IL = dyn_cast<InitListExpr>(Sub)) { in mangleExpression() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1299 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(Ex)) { in patternMatch() local
/external/clang/lib/Parse/
DParseDecl.cpp233 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context, in ParseIdentifierLoc() local
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1868 MacroInstantiation::MacroInstantiation(SMLoc IL, int EB, SMLoc EL, in MacroInstantiation()

12