/netbsd-src/sys/arch/hppa/hppa/ |
H A D | lock_stubs.S | 215 #define IL \ macro
|
/netbsd-src/external/apache2/llvm/dist/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 | 1268 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 D | AnalysisManager.h | 133 SourceLocation IL = SM.getIncludeLoc(SM.getFileID(SL)); in isInCodeFile() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Interpreter.h | 76 IntrinsicLowering *IL; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-cxx/ |
H A D | loop_proto_to_cxx.cpp | 127 InnerLoop IL; in NestedLoopToString() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/proto-to-llvm/ |
H A D | loop_proto_to_llvm.cpp | 155 InnerLoop IL; in NestedLoopToString() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | TinyPtrVector.h | 114 TinyPtrVector(std::initializer_list<EltTy> IL) in TinyPtrVector()
|
H A D | SmallVector.h | 663 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 D | BumpVector.h | 215 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 D | InstrInfoEmitter.cpp | 734 unsigned &IL = EmittedLists[Uses]; in run() local 739 unsigned &IL = EmittedLists[Defs]; in run() local
|
/netbsd-src/sys/arch/luna68k/dev/xplx/ |
H A D | xplx.asm | 695 IL .EQU 33H label
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Stmt.cpp | 909 IfStmt::IfStmt(const ASTContext &Ctx, SourceLocation IL, bool IsConstexpr, in IfStmt() 943 IfStmt *IfStmt::Create(const ASTContext &Ctx, SourceLocation IL, in Create()
|
H A D | OpenMPClause.cpp | 540 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) { in setInits() 569 ArrayRef<Expr *> PL, ArrayRef<Expr *> IL, Expr *Step, Expr *CalcStep, in Create()
|
H A D | JSONNodeDumper.cpp | 1406 void JSONNodeDumper::VisitIntegerLiteral(const IntegerLiteral *IL) { in VisitIntegerLiteral()
|
H A D | ItaniumMangle.cpp | 4464 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 D | LoadStoreVectorizer.cpp | 275 static void propagateMetadata(Instruction *I, ArrayRef<Instruction *> IL) { in propagateMetadata()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 625 for (const auto &IL : Lines) { in fromCodeViewSubsection() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
H A D | SourceManager.h | 307 static FileInfo get(SourceLocation IL, ContentCache &Con, in get()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 404 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
|
H A D | CGExprAgg.cpp | 1497 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 1247 BasicBlock::InstListType &IL = B->getInstList(); in removeDeadCode() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclAttr.cpp | 642 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 D | StmtOpenMP.h | 753 Expr *IL; member 1102 void setIsLastIterVariable(Expr *IL) { in setIsLastIterVariable()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SimpleLoopUnswitch.cpp | 1766 for (Loop *IL = L.getParentLoop(); IL != ParentL; in rebuildLoopAfterUnswitch() local
|