Home
last modified time | relevance | path

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

12

/freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-server/
Dlldb-server.cpp52 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); in main() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCStringSyntaxChecker.cpp67 if (const auto *IL = dyn_cast<IntegerLiteral>(E)) in isOne() local
181 if (const auto *IL = dyn_cast<IntegerLiteral>(LenArg->IgnoreParenImpCasts())) { in containsBadStrlcpyStrlcatPattern() local
DLocalizationChecker.cpp1268 if (IntegerLiteral *IL = dyn_cast_or_null<IntegerLiteral>( in isCheckingPlurality() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h76 IntrinsicLowering *IL; variable
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DSmallVector.h663 void append(std::initializer_list<T> IL) { in append()
698 void assign(std::initializer_list<T> IL) { in assign()
904 void insert(iterator I, std::initializer_list<T> IL) { in insert()
1197 SmallVector(std::initializer_list<T> IL) : SmallVectorImpl<T>(N) { in SmallVector()
DTinyPtrVector.h114 TinyPtrVector(std::initializer_list<EltTy> IL) in TinyPtrVector()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Support/
DBumpVector.h215 for (T *I = E + D - 1, *IL = S + D - 1; I != IL; --I) { in move_range_right() local
/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DInstrInfoEmitter.cpp734 unsigned &IL = EmittedLists[Uses]; in run() local
739 unsigned &IL = EmittedLists[Defs]; in run() local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
DEmulateInstructionARM64.h143 IL : 1, // Illegal state bit member
/freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/
DDriver.cpp877 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); in main() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DStmt.cpp915 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, bool IsConstexpr, in IfStmt()
949 IfStmt *IfStmt::Create(const ASTContext &Ctx, SourceLocation IL, in Create()
DOpenMPClause.cpp540 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) { in setInits()
569 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, in Create()
DJSONNodeDumper.cpp1456 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { in VisitIntegerLiteral()
DItaniumMangle.cpp4474 auto *IL = cast<InitListExpr>(CE->getArg(0)); in mangleExpression() local
4765 if (auto *IL = dyn_cast<InitListExpr>(Sub)) { in mangleExpression() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp625 for (const auto &IL : Lines) { in fromCodeViewSubsection() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp275 static void propagateMetadata(Instruction *I, ArrayRef<Instruction *> IL) { in propagateMetadata()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprComplex.cpp404 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
DCGExprAgg.cpp1501 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DSourceManager.h307 static FileInfo get(SourceLocation IL, ContentCache &Con, in get()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp1264 BasicBlock::InstListType &IL = B->getInstList(); in removeDeadCode() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclAttr.cpp643 const auto *IL = dyn_cast<IntegerLiteral>(ArgExp); in checkAttrArgsAreCapabilityObjs() local
1108 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleConsumableAttr() local
1212 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleReturnTypestateAttr() local
2765 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleObjCMethodFamilyAttr() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DStmtOpenMP.h758 Expr *IL; member
1135 void setIsLastIterVariable(Expr *IL) { in setIsLastIterVariable()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1822 for (Loop *IL = L.getParentLoop(); IL != ParentL; in rebuildLoopAfterUnswitch() local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1920 InlinedEntity IL = I.first; in collectEntityInfo() local

12