Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-server.cpp53 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); in main() local
/freebsd-src/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-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h76 IntrinsicLowering *IL; variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DTinyPtrVector.h113 TinyPtrVector(std::initializer_list<EltTy> IL) in TinyPtrVector()
H A DSmallVector.h711 append(std::initializer_list<T> IL) append() argument
743 assign(std::initializer_list<T> IL) assign() argument
946 insert(iterator I,std::initializer_list<T> IL) insert() argument
[all...]
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DOHOS.cpp123 static std::string makePath(const std::initializer_list<std::string> &IL) { in makePath() argument
/freebsd-src/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp749 llvm::InitLLVM IL(argc, argv, /*InstallPipeSignalExitHandler=*/false); main() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVPrepareFunctions.cpp145 IntrinsicLowering IL(M->getDataLayout()); lowerIntrinsicToFunction() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h142 IL : 1, // Illegal state bit member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h250 SubCommandGroup(std::initializer_list<SubCommand * > IL) SubCommandGroup() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp923 IfStmt(const ASTContext & Ctx,SourceLocation IL,IfStatementKind Kind,Stmt * Init,VarDecl * Var,Expr * Cond,SourceLocation LPL,SourceLocation RPL,Stmt * Then,SourceLocation EL,Stmt * Else) IfStmt() argument
957 Create(const ASTContext & Ctx,SourceLocation IL,IfStatementKind Kind,Stmt * Init,VarDecl * Var,Expr * Cond,SourceLocation LPL,SourceLocation RPL,Stmt * Then,SourceLocation EL,Stmt * Else) Create() argument
H A DOpenMPClause.cpp560 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) { in setInits() argument
590 ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, Stmt *PreInit, in Create() argument
H A DJSONNodeDumper.cpp1568 VisitIntegerLiteral(const IntegerLiteral * IL) VisitIntegerLiteral() argument
H A DItaniumMangle.cpp5013 auto *IL = cast<InitListExpr>(CE->getArg(0)); mangleExpression() local
5337 if (auto *IL = dyn_cast<InitListExpr>(Sub)) { mangleExpression() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp625 for (const auto &IL : Lines) { in fromCodeViewSubsection() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h321 static FileInfo get(SourceLocation IL, ContentCache &Con, in get() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp487 InitListChecker(Sema & S,const InitializedEntity & Entity,InitListExpr * IL,QualType & T,SmallVectorImpl<QualType> & AggrDeductionCandidateParamTypes) InitListChecker() argument
952 hasAnyDesignatedInits(const InitListExpr * IL) hasAnyDesignatedInits() argument
960 InitListChecker(Sema & S,const InitializedEntity & Entity,InitListExpr * IL,QualType & T,bool VerifyOnly,bool TreatUnavailableAsInvalid,bool InOverloadResolution,SmallVectorImpl<QualType> * AggrDeductionCandidateParamTypes) InitListChecker() argument
2295 if (const auto *IL = dyn_cast<IntegerLiteral>(I)) CheckStructUnionTypes() local
[all...]
H A DSemaDeclAttr.cpp668 const auto *IL = dyn_cast<IntegerLiteral>(ArgExp); checkAttrArgsAreCapabilityObjs() local
1219 IdentifierLoc *IL = AL.getArgAsIdent(0); handleConsumableAttr() local
1323 IdentifierLoc *IL = AL.getArgAsIdent(0); handleReturnTypestateAttr() local
2987 IdentifierLoc *IL = AL.getArgAsIdent(0); handleObjCMethodFamilyAttr() local
8476 IdentifierLoc *IL = AL.getArgAsIdent(0); handleCountedByAttr() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp431 VisitImaginaryLiteral(const ImaginaryLiteral * IL) VisitImaginaryLiteral() argument
H A DCGExprAgg.cpp1525 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) isSimpleZero() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h774 Expr *IL; member
1193 setIsLastIterVariable(Expr * IL) setIsLastIterVariable() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp1397 Loop *IL = LI->getLoopFor(OldLatch); SplitBlockPredecessorsImpl() local

12