/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | sparse_array.h | 117 class IndexValue; variable 119 typedef IndexValue* iterator; 120 typedef const IndexValue* const_iterator; 178 static bool less(const IndexValue& a, const IndexValue& b); 262 PODArray<IndexValue> dense_; 289 PODArray<IndexValue> b(src.max_size()); 310 class SparseArray<Value>::IndexValue { 332 PODArray<IndexValue> b(new_max_size); in resize() 385 template<typename Value> bool SparseArray<Value>::less(const IndexValue& a, in less() 386 const IndexValue& b) { in less()
|
/external/llvm-project/llvm/lib/Target/VE/AsmParser/ |
D | VEAsmParser.cpp | 1212 const MCExpr *IndexValue = nullptr; in parseMEMOperand() local 1224 if (getParser().parseExpression(IndexValue, E)) in parseMEMOperand() 1230 IndexValue = MCConstantExpr::create(0, getContext()); in parseMEMOperand() 1241 IndexValue ? VEOperand::MorphToMEMzii(IndexValue, std::move(Offset)) in parseMEMOperand() 1259 IndexValue in parseMEMOperand() 1260 ? VEOperand::MorphToMEMrii(BaseReg, IndexValue, std::move(Offset)) in parseMEMOperand()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 168 uint64_t getConstant(const Value *IndexValue); 515 uint64_t BPFAbstractMemberAccess::getConstant(const Value *IndexValue) { in getConstant() argument 516 const ConstantInt *CV = dyn_cast<ConstantInt>(IndexValue); in getConstant()
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFAbstractMemberAccess.cpp | 178 uint64_t getConstant(const Value *IndexValue); 579 uint64_t BPFAbstractMemberAccess::getConstant(const Value *IndexValue) { in getConstant() argument 580 const ConstantInt *CV = dyn_cast<ConstantInt>(IndexValue); in getConstant()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
D | GPRArith.cpp | 143 #define TestLeaIndex32bitDisp(Index, IndexValue, Disp, Dst0, Dst1, Dst2, Dst3) \ in TEST_F() argument 146 "(" #Index ", " #IndexValue ", " #Dst0 ", " #Dst1 ", " #Dst2 \ in TEST_F() 149 Immediate(IndexValue)); \ in TEST_F() 175 #define TestLeaBaseIndexDisp(Base, BaseValue, Index, IndexValue, Disp, Dst0, \ in TEST_F() argument 179 "(" #Base ", " #BaseValue ", " #Index ", " #IndexValue ", " #Dst0 \ in TEST_F() 189 Immediate(IndexValue)); \ in TEST_F()
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | GPRArith.cpp | 129 #define TestLeaIndex32bitDisp(Index, IndexValue, Disp, Dst0, Dst1, Dst2, Dst3) \ in TEST_F() argument 132 "(" #Index ", " #IndexValue ", " #Dst0 ", " #Dst1 ", " #Dst2 \ in TEST_F() 135 __ mov(IceType_i32, Encoded_GPR_##Index(), Immediate(IndexValue)); \ in TEST_F() 162 #define TestLeaBaseIndexDisp(Base, BaseValue, Index, IndexValue, Disp, Dst0, \ in TEST_F() argument 166 "(" #Base ", " #BaseValue ", " #Index ", " #IndexValue ", " #Dst0 \ in TEST_F() 174 __ mov(IceType_i32, Encoded_GPR_##Index(), Immediate(IndexValue)); \ in TEST_F()
|
/external/clang/lib/Sema/ |
D | SemaInit.cpp | 2773 llvm::APSInt IndexValue; in ActOnDesignatedInitializer() local 2775 Index = CheckArrayDesignatorExpr(*this, Index, IndexValue).get(); in ActOnDesignatedInitializer()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaInit.cpp | 3168 llvm::APSInt IndexValue; in ActOnDesignatedInitializer() local 3170 Index = CheckArrayDesignatorExpr(*this, Index, IndexValue).get(); in ActOnDesignatedInitializer()
|