/freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | lldb-server.cpp | 52 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); main() local
|
/freebsd/contrib/llvm-project/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 | 1263 if (IntegerLiteral *IL = dyn_cast_or_null<IntegerLiteral>( in isCheckingPlurality() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | AnalysisManager.h | 133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallPtrSet.h | 428 void insert(std::initializer_list<PtrType> IL) { in insert() 513 SmallPtrSet(std::initializer_list<PtrType> IL) in SmallPtrSet()
|
H A D | TinyPtrVector.h | 113 TinyPtrVector(std::initializer_list<EltTy> IL) in TinyPtrVector()
|
H A D | SmallVector.h | 712 void append(std::initializer_list<T> IL) { in append() 744 void assign(std::initializer_list<T> IL) { in assign() 947 void insert(iterator I, std::initializer_list<T> IL) { in insert()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 76 IntrinsicLowering *IL; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 224 for (T *I = E + D - 1, *IL = S + D - 1; I != IL; --I) { in move_range_right() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | OHOS.cpp | 123 static std::string makePath(const std::initializer_list<std::string> &IL) { in makePath()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | VectorCombine.cpp | 1700 for (InstLane IL : Item) { in generateInstLaneVectorFromOperand() local 1883 all_of(drop_begin(Item), [Item](InstLane &IL) { in foldShuffleToIdentity() 1892 if (all_of(drop_begin(Item), [Item](InstLane &IL) { in foldShuffleToIdentity() 1903 auto CheckLaneIsEquivalentToFirst = [Item](InstLane IL) { in foldShuffleToIdentity() 1963 if (!all_of(drop_begin(Item), [Item, Op](InstLane &IL) { in foldShuffleToIdentity()
|
/freebsd/contrib/llvm-project/lldb/tools/driver/ |
H A D | Driver.cpp | 735 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); in main() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
H A D | EmulateInstructionARM64.h | 142 IL : 1, // Illegal state bit member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVPrepareFunctions.cpp | 148 IntrinsicLowering IL(M->getDataLayout()); in lowerIntrinsicToFunction() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 243 SubCommandGroup(std::initializer_list<SubCommand *> IL) : Subs(IL) {} in SubCommandGroup()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 924 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, IfStatementKind Kind, in IfStmt() 958 IfStmt *IfStmt::Create(const ASTContext &Ctx, SourceLocation IL, in Create()
|
H A D | OpenMPClause.cpp | 560 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) { in setInits() 590 ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit, in Create()
|
H A D | JSONNodeDumper.cpp | 1611 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { in VisitIntegerLiteral()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 393 const auto *IL = dyn_cast<IntegerLiteral>(ArgExp); in checkAttrArgsAreCapabilityObjs() local 959 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleConsumableAttr() local 1063 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleReturnTypestateAttr() local 6127 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleVTablePointerAuthentication() local 6148 IdentifierLoc *IL = AL.getArgAsIdent(1); in handleVTablePointerAuthentication() local 6171 IdentifierLoc *IL = AL.getArgAsIdent(2); in handleVTablePointerAuthentication() local
|
H A D | SemaInit.cpp | 549 InitListChecker(Sema &S, const InitializedEntity &Entity, InitListExpr *IL, in InitListChecker() 1008 static bool hasAnyDesignatedInits(const InitListExpr *IL) { in hasAnyDesignatedInits() 1016 Sema &S, const InitializedEntity &Entity, InitListExpr *IL, QualType &T, in InitListChecker() 2423 if (const auto *IL = dyn_cast<IntegerLiteral>(I)) in CheckStructUnionTypes() local
|
H A D | SemaObjC.cpp | 1642 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleMethodFamilyAttr() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 625 for (const auto &IL : Lines) { in fromCodeViewSubsection() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 321 static FileInfo get(SourceLocation IL, ContentCache &Con, in get()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 1529 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
|
H A D | CGExprComplex.cpp | 494 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
|