/openbsd/gnu/llvm/lldb/tools/lldb-server/ |
H A D | lldb-server.cpp | 52 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); in main() local
|
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringSyntaxChecker.cpp | 67 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 D | LocalizationChecker.cpp | 1269 if (IntegerLiteral *IL = dyn_cast_or_null<IntegerLiteral>( in isCheckingPlurality() local
|
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | AnalysisManager.h | 133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile() local
|
/openbsd/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 702 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 D | TinyPtrVector.h | 113 TinyPtrVector(std::initializer_list<EltTy> IL) in TinyPtrVector()
|
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/proto-to-cxx/ |
H A D | loop_proto_to_cxx.cpp | 127 InnerLoop IL; in NestedLoopToString() local
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 76 IntrinsicLowering *IL; variable
|
/openbsd/gnu/llvm/clang/tools/clang-fuzzer/proto-to-llvm/ |
H A D | loop_proto_to_llvm.cpp | 155 InnerLoop IL; in NestedLoopToString() local
|
/openbsd/gnu/llvm/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 215 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 D | SPIRVPrepareFunctions.cpp | 198 IntrinsicLowering IL(M->getDataLayout()); in lowerIntrinsicToFunction() local
|
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.h | 142 IL : 1, // Illegal state bit member
|
/openbsd/gnu/llvm/lldb/tools/driver/ |
H A D | Driver.cpp | 754 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); in main() local
|
/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | InstrInfoEmitter.cpp | 913 unsigned &IL = EmittedLists[ImplicitOps]; in run() local
|
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | Stmt.cpp | 922 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, IfStatementKind Kind, in IfStmt() 956 IfStmt *IfStmt::Create(const ASTContext &Ctx, SourceLocation IL, in Create()
|
H A D | OpenMPClause.cpp | 557 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) { in setInits() 586 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, in Create()
|
H A D | JSONNodeDumper.cpp | 1495 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { in VisitIntegerLiteral()
|
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 625 for (const auto &IL : Lines) { in fromCodeViewSubsection() local
|
/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 277 static void propagateMetadata(Instruction *I, ArrayRef<Instruction *> IL) { in propagateMetadata()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | SourceManager.h | 315 static FileInfo get(SourceLocation IL, ContentCache &Con, in get()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 423 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
|
H A D | CGExprAgg.cpp | 1522 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
|
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | lldb-vscode.cpp | 3221 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); in main() local
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaInit.cpp | 949 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 D | BasicBlockUtils.cpp | 1263 Loop *IL = LI->getLoopFor(OldLatch); in SplitBlockPredecessorsImpl() local
|