/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IdenticalExprChecker.cpp | 138 while (const IfStmt *I2 = dyn_cast_or_null<IfStmt>(Else)) { in VisitIfStmt() local 333 Expr::const_child_iterator I2 = Expr2->child_begin(); in isIdenticalStmt() local 440 CompoundStmt::const_body_iterator I2 = CompStmt2->body_begin(); in isIdenticalStmt() local 471 llvm::APInt I2 = IntLit2->getValue(); in isIdenticalStmt() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 319 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() 324 static int compareValues(const APSInt &I1, const APSInt &I2) { in compareValues()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | list_test.cpp | 30 static void setList(ListT *L, ListItem *I1 = nullptr, ListItem *I2 = nullptr, in setList() 42 static void checkList(ListT *L, ListItem *I1, ListItem *I2 = nullptr, in checkList()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonCopyToCombine.cpp | 259 MachineInstr &I2, in isSafeToMoveTogether() 504 MachineInstr *I2 = findPairable(I1, DoInsertAtI1, OptForSize); in runOnMachineFunction() local 522 MachineBasicBlock::iterator I2 = std::next(MachineBasicBlock::iterator(I1)); in findPairable() local 568 void HexagonCopyToCombine::combine(MachineInstr &I1, MachineInstr &I2, in combine()
|
H A D | HexagonVectorLoopCarriedReuse.cpp | 324 Instruction *I2) { in isEquivalentOperation() 638 Instruction *I2, in getDepChainBtwn()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/ |
H A D | unify1.C | 11 unit( const unit<I1,I2>& ) {} in unit() argument
|
H A D | non-type1.C | 10 unit( const unit<I1,I2>& ) {} in unit() argument
|
/openbsd-src/gnu/llvm/llvm/lib/MCA/Stages/ |
H A D | InstructionTables.cpp | 53 for (unsigned I2 = 0, E2 = SubUnit.NumUnits; I2 < E2; ++I2) { in execute() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | AliasAnalysisEvaluator.cpp | 133 for (auto I2 = Pointers.begin(); I2 != I1; ++I2) { in runInternal() local 188 for (SetVector<Value *>::iterator I2 = Stores.begin(); I2 != I1; ++I2) { in runInternal() local
|
H A D | InlineOrder.cpp | 206 const auto I2 = Priorities.find(R); in hasLowerPriority() local
|
/openbsd-src/gnu/usr.bin/binutils/opcodes/ |
H A D | mips-opc.c | 83 #define I2 INSN_ISA2 macro
|
H A D | ia64-opc-i.c | 26 #define I2 IA64_TYPE_I, 2 macro
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 231 I2 = NF->arg_begin(); in deleteDeadVarargs() local 1005 I2 = NF->arg_begin(); in removeDeadStuffFromFunction() local
|
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
H A D | mips-opc.c | 83 #define I2 INSN_ISA2 macro
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | TLSVariableHoist.cpp | 187 Instruction *I2) { in getDomInst()
|
/openbsd-src/libexec/getty/ |
H A D | gettytab.h | 109 #define I2 gettynums[15].value macro
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | RegAllocPBQP.cpp | 272 const IntervalInfo &I2) { in lowestStartPoint() 279 const IntervalInfo &I2) { in lowestEndPoint()
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenRegisters.cpp | 989 for (auto I2 = I.base(), E2 = RegClasses.end(); I2 != E2; ++I2) { in computeSubClasses() local 1001 for (auto I2 = std::next(I); I2 != E && testSubClass(&RC, &*I2); ++I2) in computeSubClasses() local 1461 for (auto I2 : SRM2) { in computeComposites() local 2389 for (auto I2 = RegClasses.begin(), E2 = std::next(FirstNewRC); I2 != E2; in computeInferredRegisterClasses() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | local-alloc.c | 1500 #define EXCHANGE(I1, I2) \ argument 1549 #define EXCHANGE(I1, I2) \ argument
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | local-alloc.c | 1567 #define EXCHANGE(I1, I2) \ in block_alloc() argument 1616 #define EXCHANGE(I1, I2) \ in block_alloc() argument
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanSLP.cpp | 221 auto *I2 = dyn_cast<VPInstruction>(V2); in getLAScore() local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | sparc-stub.c | 113 I0, I1, I2, I3, I4, I5, FP, I7, enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 634 auto I2 = std::next(I1); in removeRedundantLEAs() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 39 static Interval intersect(const Interval &I1, const Interval &I2) { in intersect()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 86 auto I2 = RHS.Ranges.begin(), E2 = RHS.Ranges.end(); in contains() local 110 auto I2 = RHS.Ranges.begin(), E2 = RHS.Ranges.end(); in intersects() local
|