Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-server.cpp52 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); main() local
/freebsd/contrib/llvm-project/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.cpp1263 if (IntegerLiteral *IL = dyn_cast_or_null<IntegerLiteral>( in isCheckingPlurality() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallPtrSet.h428 void insert(std::initializer_list<PtrType> IL) { in insert()
513 SmallPtrSet(std::initializer_list<PtrType> IL) in SmallPtrSet()
H A DTinyPtrVector.h113 TinyPtrVector(std::initializer_list<EltTy> IL) in TinyPtrVector()
H A DSmallVector.h712 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 DInterpreter.h76 IntrinsicLowering *IL; variable
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h224 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 DOHOS.cpp123 static std::string makePath(const std::initializer_list<std::string> &IL) { in makePath()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp1700 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 DDriver.cpp735 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); in main() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h142 IL : 1, // Illegal state bit member
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp148 IntrinsicLowering IL(M->getDataLayout()); in lowerIntrinsicToFunction() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h243 SubCommandGroup(std::initializer_list<SubCommand *> IL) : Subs(IL) {} in SubCommandGroup()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp924 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, IfStatementKind Kind, in IfStmt()
958 IfStmt *IfStmt::Create(const ASTContext &Ctx, SourceLocation IL, in Create()
H A DOpenMPClause.cpp560 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) { in setInits()
590 ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit, in Create()
H A DJSONNodeDumper.cpp1611 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { in VisitIntegerLiteral()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp393 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 DSemaInit.cpp549 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 DSemaObjC.cpp1642 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleMethodFamilyAttr() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp625 for (const auto &IL : Lines) { in fromCodeViewSubsection() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h321 static FileInfo get(SourceLocation IL, ContentCache &Con, in get()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1529 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
H A DCGExprComplex.cpp494 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()

12