/external/icu/icu4c/source/common/ |
D | rbbitblb.h | 65 bool findDuplCharClassFrom(IntPair *categories); 118 bool findDuplicateState(IntPair *states); 125 void removeState(IntPair duplStates); 132 bool findDuplicateSafeState(IntPair *states); 139 void removeSafeState(IntPair duplStates);
|
D | rbbitblb.cpp | 1081 bool RBBITableBuilder::findDuplCharClassFrom(IntPair *categories) { in findDuplCharClassFrom() 1122 bool RBBITableBuilder::findDuplicateState(IntPair *states) { in findDuplicateState() 1155 bool RBBITableBuilder::findDuplicateSafeState(IntPair *states) { in findDuplicateSafeState() 1183 void RBBITableBuilder::removeState(IntPair duplStates) { in removeState() 1220 void RBBITableBuilder::removeSafeState(IntPair duplStates) { in removeSafeState() 1250 IntPair dupls = {3, 0}; in removeDuplicateStates() 1439 IntPair states = {1, 0}; in buildSafeReverseTable()
|
D | rbbisetb.h | 102 void mergeCategories(IntPair categories);
|
D | rbbirb.h | 210 typedef std::pair<int32_t, int32_t> IntPair; typedef
|
D | rbbirb.cpp | 313 IntPair duplPair = {3, 0}; in optimizeTables()
|
D | rbbisetb.cpp | 273 void RBBISetBuilder::mergeCategories(IntPair categories) { in mergeCategories()
|
/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/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RBBIRuleBuilder.java | 324 static class IntPair { class in RBBIRuleBuilder 327 IntPair() {}; in IntPair() method in RBBIRuleBuilder.IntPair 328 IntPair(int f, int s) { in IntPair() method in RBBIRuleBuilder.IntPair 341 IntPair duplPair = new IntPair(3, 0); in optimizeTables()
|
D | RBBITableBuilder.java | 26 import android.icu.text.RBBIRuleBuilder.IntPair; 847 boolean findDuplCharClassFrom(RBBIRuleBuilder.IntPair categories) { in findDuplCharClassFrom() 896 boolean findDuplicateState(RBBIRuleBuilder.IntPair states) { 935 boolean findDuplicateSafeState(RBBIRuleBuilder.IntPair states) { 968 void removeState(IntPair duplStates) { 1010 void removeSafeState(IntPair duplStates) { 1040 IntPair dupls = new IntPair(3, 0); 1200 RBBIRuleBuilder.IntPair states = new RBBIRuleBuilder.IntPair(1, 0);
|
D | RBBISetBuilder.java | 20 import android.icu.text.RBBIRuleBuilder.IntPair; 315 void mergeCategories(IntPair categories) { in mergeCategories()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RBBIRuleBuilder.java | 323 static class IntPair { class in RBBIRuleBuilder 326 IntPair() {}; in IntPair() method in RBBIRuleBuilder.IntPair 327 IntPair(int f, int s) { in IntPair() method in RBBIRuleBuilder.IntPair 340 IntPair duplPair = new IntPair(3, 0); in optimizeTables()
|
D | RBBITableBuilder.java | 25 import com.ibm.icu.text.RBBIRuleBuilder.IntPair; 846 boolean findDuplCharClassFrom(RBBIRuleBuilder.IntPair categories) { in findDuplCharClassFrom() 895 boolean findDuplicateState(RBBIRuleBuilder.IntPair states) { 934 boolean findDuplicateSafeState(RBBIRuleBuilder.IntPair states) { 967 void removeState(IntPair duplStates) { 1009 void removeSafeState(IntPair duplStates) { 1039 IntPair dupls = new IntPair(3, 0); 1199 RBBIRuleBuilder.IntPair states = new RBBIRuleBuilder.IntPair(1, 0);
|
D | RBBISetBuilder.java | 19 import com.ibm.icu.text.RBBIRuleBuilder.IntPair; 314 void mergeCategories(IntPair categories) { in mergeCategories()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | pieces-4.ll | 6 ; struct IntPair { int x, y; }; 9 ; struct IntPair o = {g(), 0}; 35 %struct.IntPair = type { i32, i32 } 40 …tail call void @llvm.dbg.declare(metadata %struct.IntPair* undef, metadata !12, metadata !17), !db… 78 !13 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "IntPair", file: !1, line: 1, siz…
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 25 struct IntPair { struct 33 struct IntPair UIntPairVal;
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 28 struct IntPair { struct 36 struct IntPair UIntPairVal;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | pieces.ll | 6 ; struct IntPair { int x, y; }; 16 ; struct IntPair o = {0, 0}; 251 %struct.IntPair = type { i32, i32 } 262 …tail call void @llvm.dbg.declare(metadata %struct.IntPair* undef, metadata !12, metadata !17), !db… 333 …tail call void @llvm.dbg.declare(metadata %struct.IntPair* undef, metadata !80, metadata !17), !db… 368 !13 = distinct !DICompositeType(tag: DW_TAG_structure_type, name: "IntPair", file: !1, line: 1, siz…
|
/external/llvm/test/CodeGen/SPARC/ |
D | inlineasm.ll | 59 ;; Ensure that i64 args to asm are allocated to the IntPair register class.
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cSparseTextureTests.cpp | 49 typedef std::pair<GLint, GLint> IntPair; typedef 1237 std::vector<IntPair> params; in verifyTexParameterErrors() 1238 params.push_back(IntPair(GL_TEXTURE_SPARSE_ARB, GL_TRUE)); in verifyTexParameterErrors() 1239 params.push_back(IntPair(GL_VIRTUAL_PAGE_SIZE_INDEX_ARB, 1)); in verifyTexParameterErrors() 1241 for (std::vector<IntPair>::const_iterator iter = params.begin(); iter != params.end(); ++iter) in verifyTexParameterErrors() 1243 const IntPair& param = *iter; in verifyTexParameterErrors()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/ |
D | inlineasm.ll | 59 ;; 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 | 503 defm LDD : LoadA<"ldd", 0b000011, 0b010011, load, IntPair, v2i32, IIC_ldd>; 558 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32, IIC_std>; 1678 def : Pat<(extractelt (v2i32 IntPair:$Rn), 0), 1679 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_even))>; 1680 def : Pat<(extractelt (v2i32 IntPair:$Rn), 1), 1681 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_odd))>;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 26 // v2i32 if it wasn't allocated to the IntPair register-class)
|
D | SparcInstrInfo.td | 507 defm LDD : LoadA<"ldd", 0b000011, 0b010011, load, IntPair, v2i32, IIC_ldd>; 562 defm STD : StoreA<"std", 0b000111, 0b010111, store, IntPair, v2i32, IIC_std>; 1686 def : Pat<(extractelt (v2i32 IntPair:$Rn), 0), 1687 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_even))>; 1688 def : Pat<(extractelt (v2i32 IntPair:$Rn), 1), 1689 (i32 (EXTRACT_SUBREG IntPair:$Rn, sub_odd))>;
|
D | SparcRegisterInfo.td | 335 def IntPair : RegisterClass<"SP", [v2i32], 64,
|