Home
last modified time | relevance | path

Searched defs:IntPair (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DGenericValue.h24 struct IntPair { struct
25 unsigned int first;
26 unsigned int second;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/
DGenericValue.h24 struct IntPair { struct
25 unsigned int first;
26 unsigned int second;
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h28 struct IntPair { struct
29 unsigned int first;
30 unsigned int second;
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBBIRuleBuilder.java332 static class IntPair { class in RBBIRuleBuilder
335 IntPair() {}; in IntPair() method in RBBIRuleBuilder.IntPair
336 IntPair(int f, int s) { in IntPair() method in RBBIRuleBuilder.IntPair
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DRBBIRuleBuilder.java331 static class IntPair { class in RBBIRuleBuilder
334 IntPair() {}; in IntPair() method in RBBIRuleBuilder.IntPair
335 IntPair(int f, int s) { in IntPair() method in RBBIRuleBuilder.IntPair
/external/clang/test/Analysis/
Dnew.cpp211 class IntPair{ class
215 IntPair() {}; in IntPair() function in IntPair
/external/cronet/stable/third_party/icu/source/common/
Drbbirb.h207 typedef std::pair<int32_t, int32_t> IntPair; typedef
/external/icu/icu4c/source/common/
Drbbirb.h207 typedef std::pair<int32_t, int32_t> IntPair; typedef
/external/icu/libicu/cts_headers/
Drbbirb.h207 typedef std::pair<int32_t, int32_t> IntPair; typedef
/external/cronet/tot/third_party/icu/source/common/
Drbbirb.h207 typedef std::pair<int32_t, int32_t> IntPair; typedef
/external/libchrome/base/containers/
Dflat_map_unittest.cc69 using IntPair = std::pair<int, int>; in TEST() typedef
Dflat_tree_unittest.cc152 using IntPair = std::pair<int, int>; typedef
/external/webrtc/rtc_base/containers/
Dflat_map_unittest.cc88 using IntPair = std::pair<int, int>; in TEST() typedef
Dflat_tree_unittest.cc164 using IntPair = std::pair<int, int>; typedef
/external/cronet/stable/base/containers/
Dflat_map_unittest.cc97 using IntPair = std::pair<int, int>; in TEST() typedef
Dflat_tree_unittest.cc162 using IntPair = std::pair<int, int>; typedef
/external/cronet/tot/base/containers/
Dflat_map_unittest.cc97 using IntPair = std::pair<int, int>; in TEST() typedef
Dflat_tree_unittest.cc162 using IntPair = std::pair<int, int>; typedef
/external/deqp/external/openglcts/modules/gl/
Dgl4cSparseTextureTests.cpp63 typedef std::pair<GLint, GLint> IntPair; typedef
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp7990 SDValue IntPair = DAG.getNode(ISD::BITCAST, DL, MVT::i32, Pair); in handleD16VData() local
7998 SDValue IntPair = DAG.getNode(ISD::BITCAST, DL, MVT::i32, Pair); in handleD16VData() local