Home
last modified time | relevance | path

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

12

/netbsd-src/sys/arch/hppa/hppa/
H A Dlock_stubs.S215 #define IL \ macro
/netbsd-src/external/apache2/llvm/dist/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.cpp1268 if (IntegerLiteral *IL = dyn_cast_or_null<IntegerLiteral>( in isCheckingPlurality() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h76 IntrinsicLowering *IL; variable
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/
H A Dloop_proto_to_cxx.cpp127 InnerLoop IL; in NestedLoopToString() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-llvm/
H A Dloop_proto_to_llvm.cpp155 InnerLoop IL; in NestedLoopToString() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTinyPtrVector.h114 TinyPtrVector(std::initializer_list<EltTy> IL) in TinyPtrVector()
H A DSmallVector.h663 void append(std::initializer_list<T> IL) { in append()
698 void assign(std::initializer_list<T> IL) { in assign()
904 void insert(iterator I, std::initializer_list<T> IL) { in insert()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DInstrInfoEmitter.cpp734 unsigned &IL = EmittedLists[Uses]; in run() local
739 unsigned &IL = EmittedLists[Defs]; in run() local
/netbsd-src/sys/arch/luna68k/dev/xplx/
H A Dxplx.asm695 IL .EQU 33H label
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DStmt.cpp909 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, bool IsConstexpr, in IfStmt()
943 IfStmt *IfStmt::Create(const ASTContext &Ctx, SourceLocation IL, in Create()
H A DOpenMPClause.cpp540 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) { in setInits()
569 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, in Create()
H A DJSONNodeDumper.cpp1406 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { in VisitIntegerLiteral()
H A DItaniumMangle.cpp4464 auto *IL = cast<InitListExpr>(CE->getArg(0)); in mangleExpression() local
4755 if (auto *IL = dyn_cast<InitListExpr>(Sub)) { in mangleExpression() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp275 static void propagateMetadata(Instruction *I, ArrayRef<Instruction *> IL) { in propagateMetadata()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp625 for (const auto &IL : Lines) { in fromCodeViewSubsection() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h307 static FileInfo get(SourceLocation IL, ContentCache &Con, in get()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp404 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
H A DCGExprAgg.cpp1497 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp1247 BasicBlock::InstListType &IL = B->getInstList(); in removeDeadCode() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclAttr.cpp642 const auto *IL = dyn_cast<IntegerLiteral>(ArgExp); in checkAttrArgsAreCapabilityObjs() local
1107 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleConsumableAttr() local
1211 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleReturnTypestateAttr() local
2680 IdentifierLoc *IL = AL.getArgAsIdent(0); in handleObjCMethodFamilyAttr() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h753 Expr *IL; member
1102 void setIsLastIterVariable(Expr *IL) { in setIsLastIterVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1766 for (Loop *IL = L.getParentLoop(); IL != ParentL; in rebuildLoopAfterUnswitch() local

12