Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/lldb/tools/lldb-server/
H A Dlldb-server.cpp52 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); in main() local
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A 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
H A DLocalizationChecker.cpp1269 if (IntegerLiteral *IL = dyn_cast_or_null<IntegerLiteral>( in isCheckingPlurality() local
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile() local
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DSmallVector.h702 void append(std::initializer_list<T> IL) { in append()
734 void assign(std::initializer_list<T> IL) { in assign()
937 void insert(iterator I, std::initializer_list<T> IL) { in insert()
1225 SmallVector(std::initializer_list<T> IL) : SmallVectorImpl<T>(N) { in SmallVector()
H A DTinyPtrVector.h113 TinyPtrVector(std::initializer_list<EltTy> IL) in TinyPtrVector()
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dloop_proto_to_cxx.cpp127 InnerLoop IL; in NestedLoopToString() local
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h76 IntrinsicLowering *IL; variable
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/
H A Dloop_proto_to_llvm.cpp155 InnerLoop IL; in NestedLoopToString() local
/openbsd/gnu/llvm/clang/include/clang/Analysis/Support/
H A DBumpVector.h215 for (T *I = E + D - 1, *IL = S + D - 1; I != IL; --I) { in move_range_right() local
/openbsd/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp198 IntrinsicLowering IL(M->getDataLayout()); in lowerIntrinsicToFunction() local
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h142 IL : 1, // Illegal state bit member
/openbsd/gnu/llvm/lldb/tools/driver/
H A DDriver.cpp754 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); in main() local
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp913 unsigned &IL = EmittedLists[ImplicitOps]; in run() local
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmt.cpp922 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, IfStatementKind Kind, in IfStmt()
956 IfStmt *IfStmt::Create(const ASTContext &Ctx, SourceLocation IL, in Create()
H A DOpenMPClause.cpp557 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) { in setInits()
586 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, in Create()
H A DJSONNodeDumper.cpp1495 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { in VisitIntegerLiteral()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp625 for (const auto &IL : Lines) { in fromCodeViewSubsection() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp277 static void propagateMetadata(Instruction *I, ArrayRef<Instruction *> IL) { in propagateMetadata()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h315 static FileInfo get(SourceLocation IL, ContentCache &Con, in get()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprComplex.cpp423 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
H A DCGExprAgg.cpp1522 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp3221 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); in main() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp949 static bool hasAnyDesignatedInits(const InitListExpr *IL) { in hasAnyDesignatedInits()
957 InitListExpr *IL, QualType &T, bool VerifyOnly, in InitListChecker()
2202 if (const auto *IL = dyn_cast<IntegerLiteral>(I)) in CheckStructUnionTypes() local
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1263 Loop *IL = LI->getLoopFor(OldLatch); in SplitBlockPredecessorsImpl() local

12