Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/utils/TableGen/
DInstrInfoEmitter.cpp373 unsigned &IL = EmittedLists[Uses]; in run() local
378 unsigned &IL = EmittedLists[Defs]; in run() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
DCStringSyntaxChecker.cpp68 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isOne() local
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h86 IntrinsicLowering *IL; variable
/freebsd-10-stable/contrib/llvm/tools/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
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Analysis/
DBodyFarm.cpp201 IntegerLiteral *IL = in create_dispatch_once() local
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DSourceLocation.h362 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) in PresumedLoc()
DSourceManager.h258 static FileInfo get(SourceLocation IL, const ContentCache *Con, in get()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDeclAttr.cpp508 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(ArgExp); in checkAttrArgsAreLockableObjs() local
995 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleConsumableAttr() local
1135 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleReturnTypestateAttr() local
2466 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleObjCMethodFamilyAttr() local
DSemaChecking.cpp3188 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) { in checkFormatExpr() local
7206 const IntegerLiteral *IL = cast<IntegerLiteral>(TypeExpr); in FindTypeTagExpr() local
DSemaDecl.cpp8039 IntegerLiteral *IL; in AddInitializerToDecl() local
12498 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(BO->getRHS()); in ValidDuplicateEnum() local
DSemaInit.cpp558 InitListExpr *IL, QualType &T, in InitListChecker()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGExprComplex.cpp365 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
DCGExprAgg.cpp991 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1305 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(Ex)) { in patternMatch() local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DStmt.cpp824 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, in IfStmt()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseDecl.cpp207 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context, in ParseIdentifierLoc() local
/freebsd-10-stable/contrib/llvm/lib/MC/MCParser/
DAsmParser.cpp1797 MacroInstantiation::MacroInstantiation(const MCAsmMacro *M, SMLoc IL, int EB, in MacroInstantiation()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmt.h769 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) in LabelStmt()