/external/clang/test/Coverage/ |
D | cxx-language-features.inc | 24 enum E1 { EC1 }; 27 void f2() { f1<EC1>(); }
|
/external/llvm-project/clang/test/Coverage/ |
D | cxx-language-features.inc | 24 enum E1 { EC1 }; 27 void f2() { f1<EC1>(); }
|
/external/clang/test/Sema/ |
D | switch.c | 253 EC1 = 0xFFFF0001, enumerator 259 case EC1: return 1; in test14()
|
/external/llvm-project/clang/test/Sema/ |
D | switch.c | 253 EC1 = 0xFFFF0001, enumerator 259 case EC1: return 1; in test14()
|
/external/python/cpython2/PCbuild/ |
D | pcbuild.sln | 38 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bz2", "bz2.vcxproj", "{73FCD2BD-F133-46B7-8EC1… 332 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|Win32.ActiveCfg = Debug|Win32 333 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|Win32.Build.0 = Debug|Win32 334 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|x64.ActiveCfg = Debug|x64 335 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|x64.Build.0 = Debug|x64 336 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGInstrument|Win32.ActiveCfg = PGInstrument|Win32 337 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGInstrument|Win32.Build.0 = PGInstrument|Win32 338 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGInstrument|x64.ActiveCfg = PGInstrument|x64 339 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGInstrument|x64.Build.0 = PGInstrument|x64 340 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGUpdate|Win32.ActiveCfg = PGUpdate|Win32 [all …]
|
/external/python/cpython2/PC/VS8.0/ |
D | pcbuild.sln | 95 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bz2", "bz2.vcproj", "{73FCD2BD-F133-46B7-8EC1-… 419 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|Win32.ActiveCfg = Debug|Win32 420 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|Win32.Build.0 = Debug|Win32 421 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|x64.ActiveCfg = Debug|x64 422 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|x64.Build.0 = Debug|x64 423 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGInstrument|Win32.ActiveCfg = PGInstrument|Win32 424 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGInstrument|Win32.Build.0 = PGInstrument|Win32 425 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGInstrument|x64.ActiveCfg = PGInstrument|x64 426 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGInstrument|x64.Build.0 = PGInstrument|x64 427 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGUpdate|Win32.ActiveCfg = PGUpdate|Win32 [all …]
|
/external/python/cpython2/PC/VS9.0/ |
D | pcbuild.sln | 95 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bz2", "bz2.vcproj", "{73FCD2BD-F133-46B7-8EC1-… 419 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|Win32.ActiveCfg = Debug|Win32 420 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|Win32.Build.0 = Debug|Win32 421 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|x64.ActiveCfg = Debug|x64 422 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|x64.Build.0 = Debug|x64 423 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGInstrument|Win32.ActiveCfg = PGInstrument|Win32 424 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGInstrument|Win32.Build.0 = PGInstrument|Win32 425 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGInstrument|x64.ActiveCfg = PGInstrument|x64 426 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGInstrument|x64.Build.0 = PGInstrument|x64 427 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGUpdate|Win32.ActiveCfg = PGUpdate|Win32 [all …]
|
/external/llvm-project/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | expander-reused-value-insert-point.ll | 34 ; CHECK-NEXT: [[EC1:%.*]] = icmp eq double* [[P0R_0_LCSSA]], [[END]] 35 ; CHECK-NEXT: br i1 [[EC1]], label [[FOR_BODY15]], label [[FOR_INC133:%.*]]
|
/external/llvm-project/clang/lib/AST/ |
D | ASTStructuralEquivalence.cpp | 1598 for (EnumDecl::enumerator_iterator EC1 = D1->enumerator_begin(), in IsStructurallyEquivalent() local 1600 EC1 != EC1End; ++EC1, ++EC2) { in IsStructurallyEquivalent() 1607 Context.Diag1(EC1->getLocation(), diag::note_odr_enumerator) in IsStructurallyEquivalent() 1608 << EC1->getDeclName() << EC1->getInitVal().toString(10); in IsStructurallyEquivalent() 1614 llvm::APSInt Val1 = EC1->getInitVal(); in IsStructurallyEquivalent() 1617 !IsStructurallyEquivalent(EC1->getIdentifier(), EC2->getIdentifier())) { in IsStructurallyEquivalent() 1625 Context.Diag1(EC1->getLocation(), diag::note_odr_enumerator) in IsStructurallyEquivalent() 1626 << EC1->getDeclName() << EC1->getInitVal().toString(10); in IsStructurallyEquivalent()
|
/external/python/cpython3/PCbuild/ |
D | pcbuild.sln | 46 …8-8B4A-11D0-8D11-00A0C91BC942}") = "_bz2", "_bz2.vcxproj", "{73FCD2BD-F133-46B7-8EC1-144CD82A59D5}" 638 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|ARM.ActiveCfg = Debug|ARM 639 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|ARM.Build.0 = Debug|ARM 640 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|ARM64.ActiveCfg = Debug|ARM64 641 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|ARM64.Build.0 = Debug|ARM64 642 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|Win32.ActiveCfg = Debug|Win32 643 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|Win32.Build.0 = Debug|Win32 644 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|x64.ActiveCfg = Debug|x64 645 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.Debug|x64.Build.0 = Debug|x64 646 {73FCD2BD-F133-46B7-8EC1-144CD82A59D5}.PGInstrument|ARM.ActiveCfg = PGInstrument|ARM [all …]
|
/external/icu/icu4c/source/test/testdata/ |
D | CollationTest_SHIFTED_SHORT.txt | 62294 1EC1 0021 62295 1EC1 003F 62440 1EC1 0334 62677 1EC1 0061 62678 1EC1 0041 62809 1EC1 0062 108619 0EC1 0EDE 0021 108620 0EC1 0EDE 003F 108621 0EC1 0EDE 0061 108622 0EC1 0EDE 0041 [all …]
|
D | CollationTest_NON_IGNORABLE_SHORT.txt | 57389 1EC1 0334 57572 1EC1 0021 57662 1EC1 003F 57802 1EC1 0061 57803 1EC1 0041 57932 1EC1 0062 101218 0EC1 0EDE 0021 101219 0EC1 0EDE 003F 101220 0EC1 0EDE 0061 101221 0EC1 0EDE 0041 [all …]
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/ |
D | CollationTest_NON_IGNORABLE_SHORT.txt | 57389 1EC1 0334 57572 1EC1 0021 57662 1EC1 003F 57802 1EC1 0061 57803 1EC1 0041 57932 1EC1 0062 101218 0EC1 0EDE 0021 101219 0EC1 0EDE 003F 101220 0EC1 0EDE 0061 101221 0EC1 0EDE 0041 [all …]
|
D | CollationTest_SHIFTED_SHORT.txt | 62294 1EC1 0021 62295 1EC1 003F 62440 1EC1 0334 62677 1EC1 0061 62678 1EC1 0041 62809 1EC1 0062 108619 0EC1 0EDE 0021 108620 0EC1 0EDE 003F 108621 0EC1 0EDE 0061 108622 0EC1 0EDE 0041 [all …]
|
/external/cldr/common/uca/ |
D | CollationTest_CLDR_NON_IGNORABLE_SHORT.txt | 57389 1EC1 0334 57572 1EC1 0021 57662 1EC1 003F 57802 1EC1 0061 57803 1EC1 0041 57932 1EC1 0062 101218 0EC1 0EDE 0021 101219 0EC1 0EDE 003F 101220 0EC1 0EDE 0061 101221 0EC1 0EDE 0041 [all …]
|
D | CollationTest_CLDR_SHIFTED_SHORT.txt | 62294 1EC1 0021 62295 1EC1 003F 62440 1EC1 0334 62677 1EC1 0061 62678 1EC1 0041 62809 1EC1 0062 108619 0EC1 0EDE 0021 108620 0EC1 0EDE 003F 108621 0EC1 0EDE 0061 108622 0EC1 0EDE 0041 [all …]
|
D | FractionalUCA_SHORT.txt | 19326 1EC1; [32, 05, 05][, 8E, 05][, 8A, 05] 31358 0EC1 0EDE; [73 06, 05, 05][73 7C, 05, 05] 31365 0EC1 0E81; [73 08, 05, 05][73 7C, 05, 05] 31372 0EC1 0E82; [73 0A, 05, 05][73 7C, 05, 05] 31379 0EC1 0E84; [73 0C, 05, 05][73 7C, 05, 05] 31386 0EC1 0E86; [73 0E, 05, 05][73 7C, 05, 05] 31393 0EC1 0E87; [73 10, 05, 05][73 7C, 05, 05] 31400 0EC1 0E88; [73 12, 05, 05][73 7C, 05, 05] 31407 0EC1 0E89; [73 14, 05, 05][73 7C, 05, 05] 31414 0EC1 0EAA; [73 16, 05, 05][73 7C, 05, 05] [all …]
|
D | allkeys_DUCET.txt | 4770 101ED ; [*0EC1.0020.0002.101ED] # PHAISTOS DISC SIGN RAM 7963 1EC1 ; [.1648.0020.0002.0065][.0000.0027.0002.0302][.0000.0025.0002.0300] # LATIN SMALL LETTER E W… 12895 12A0 ; [.1EC1.0020.0002.12A0] # ETHIOPIC SYLLABLE GLOTTAL A 14739 0EC1 0EDE ; [.24C4.0020.0002.0EC1][.24F0.0020.0002.0EDE] # LAO VOWEL SIGN EI, LAO LETTER KHMU GO 14745 0EC1 0E81 ; [.24C5.0020.0002.0EC1][.24F0.0020.0002.0E81] # LAO VOWEL SIGN EI, LAO LETTER KO 14751 0EC1 0E82 ; [.24C6.0020.0002.0EC1][.24F0.0020.0002.0E82] # LAO VOWEL SIGN EI, LAO LETTER KHO SUNG 14757 0EC1 0E84 ; [.24C7.0020.0002.0EC1][.24F0.0020.0002.0E84] # LAO VOWEL SIGN EI, LAO LETTER KHO TAM 14763 0EC1 0E87 ; [.24C8.0020.0002.0EC1][.24F0.0020.0002.0E87] # LAO VOWEL SIGN EI, LAO LETTER NGO 14769 0EC1 0E88 ; [.24C9.0020.0002.0EC1][.24F0.0020.0002.0E88] # LAO VOWEL SIGN EI, LAO LETTER CO 14775 0EC1 0EAA ; [.24CA.0020.0002.0EC1][.24F0.0020.0002.0EAA] # LAO VOWEL SIGN EI, LAO LETTER SO SUNG [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/ |
D | CollationTest_NON_IGNORABLE_SHORT.txt | 57389 1EC1 0334 57572 1EC1 0021 57662 1EC1 003F 57802 1EC1 0061 57803 1EC1 0041 57932 1EC1 0062 101218 0EC1 0EDE 0021 101219 0EC1 0EDE 003F 101220 0EC1 0EDE 0061 101221 0EC1 0EDE 0041 [all …]
|
D | CollationTest_SHIFTED_SHORT.txt | 62294 1EC1 0021 62295 1EC1 003F 62440 1EC1 0334 62677 1EC1 0061 62678 1EC1 0041 62809 1EC1 0062 108619 0EC1 0EDE 0021 108620 0EC1 0EDE 003F 108621 0EC1 0EDE 0061 108622 0EC1 0EDE 0041 [all …]
|
/external/python/cryptography/ |
D | AUTHORS.rst | 25 * Steven Buss <steven.buss@gmail.com> (1FB9 2EC1 CF93 DFD6 B47F F583 B1A5 6C22 290D A4C3)
|
/external/llvm-project/llvm/test/Transforms/SampleProfile/ |
D | gcc-simple.ll | 29 ; CHECK: !prof ![[EC1:[0-9]+]] 132 ; CHECK ![[EC1]] = !{!"function_entry_count", i64 24108}
|
/external/llvm/test/Transforms/SampleProfile/ |
D | gcc-simple.ll | 29 ; CHECK: !prof ![[EC1:[0-9]+]] 132 ; CHECK ![[EC1]] = !{!"function_entry_count", i64 24108}
|
/external/clang/lib/AST/ |
D | ASTImporter.cpp | 1234 for (EnumDecl::enumerator_iterator EC1 = D1->enumerator_begin(), in IsStructurallyEquivalent() local 1236 EC1 != EC1End; ++EC1, ++EC2) { in IsStructurallyEquivalent() 1241 Context.Diag1(EC1->getLocation(), diag::note_odr_enumerator) in IsStructurallyEquivalent() 1242 << EC1->getDeclName() in IsStructurallyEquivalent() 1243 << EC1->getInitVal().toString(10); in IsStructurallyEquivalent() 1249 llvm::APSInt Val1 = EC1->getInitVal(); in IsStructurallyEquivalent() 1252 !IsStructurallyEquivalent(EC1->getIdentifier(), EC2->getIdentifier())) { in IsStructurallyEquivalent() 1259 Context.Diag1(EC1->getLocation(), diag::note_odr_enumerator) in IsStructurallyEquivalent() 1260 << EC1->getDeclName() in IsStructurallyEquivalent() 1261 << EC1->getInitVal().toString(10); in IsStructurallyEquivalent()
|
/external/icu/icu4c/source/data/unidata/ |
D | FractionalUCA.txt | 19326 1EC1; [32, 05, 05][, 8E, 05][, 8A, 05] 31358 0EC1 0EDE; [73 06, 05, 05][73 7C, 05, 05] 31365 0EC1 0E81; [73 08, 05, 05][73 7C, 05, 05] 31372 0EC1 0E82; [73 0A, 05, 05][73 7C, 05, 05] 31379 0EC1 0E84; [73 0C, 05, 05][73 7C, 05, 05] 31386 0EC1 0E86; [73 0E, 05, 05][73 7C, 05, 05] 31393 0EC1 0E87; [73 10, 05, 05][73 7C, 05, 05] 31400 0EC1 0E88; [73 12, 05, 05][73 7C, 05, 05] 31407 0EC1 0E89; [73 14, 05, 05][73 7C, 05, 05] 31414 0EC1 0EAA; [73 16, 05, 05][73 7C, 05, 05] [all …]
|