Searched refs:IntPair (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Analysis/ |
D | new.cpp | 211 class IntPair{ class 215 IntPair() {}; in IntPair() function in IntPair 216 ~IntPair() {x = x/y;}; //expected-warning {{Division by zero}} in ~IntPair() 220 IntPair *b = new IntPair(); in testCallToDestructor()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 27 struct IntPair { struct 35 struct IntPair UIntPairVal;
|
/external/libweave/src/privet/ |
D | mock_delegates.h | 49 using IntPair = std::pair<uint16_t, uint16_t>; variable 52 MOCK_CONST_METHOD0(GetHttpEnpoint, IntPair()); 53 MOCK_CONST_METHOD0(GetHttpsEnpoint, IntPair());
|
/external/llvm/test/CodeGen/SPARC/ |
D | inlineasm.ll | 47 ;; Ensure that i64 args to asm are allocated to the IntPair register class.
|
/external/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 26 // v2i32 if it wasn't allocated to the IntPair register-class)
|
D | SparcInstrInfo.td | 431 defm LDD : LoadA<"ldd", 0b000011, 0b010011, load, IntPair, v2i32>; 472 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32>; 1423 def : Pat<(extractelt (v2i32 IntPair:$Rn), 0), 1424 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_even))>; 1425 def : Pat<(extractelt (v2i32 IntPair:$Rn), 1), 1426 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_odd))>;
|
D | SparcRegisterInfo.td | 277 def IntPair : RegisterClass<"SP", [v2i32], 64,
|