Searched refs:PY (Results 1 – 25 of 427) sorted by relevance
12345678910>>...18
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | intel-syntax-var-offset.ll | 8 ;volatile char* PY; 16 ; "movq %%rcx, PY;" 29 ; CHECK: mov qword ptr [PY], rcx 38 @PY = common global i8* null, align 8 44 …%0 = call i8* asm "movq $1, %rax;movq %rax, $0;pushq $$Y;popq %rcx;movq %rcx, PY;movq $$X, %rdx;mo…
|
/external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.ctors/ |
D | convertible_propagate_const.explicit.move_ctor.pass.cpp | 23 typedef propagate_const<ExplicitMoveConstructibleFromX> PY; typedef 26 static_assert(!std::is_convertible<PY, PX &&>::value, ""); in main() 27 static_assert(std::is_constructible<PY, PX &&>::value, ""); in main()
|
D | convertible_propagate_const.copy_ctor.pass.cpp | 23 typedef propagate_const<CopyConstructibleFromX> PY; typedef 25 int main() { static_assert(!std::is_constructible<PX, PY>::value, ""); } in main()
|
D | convertible_propagate_const.move_ctor.pass.cpp | 22 typedef propagate_const<MoveConstructibleFromX> PY; typedef 27 PY py(std::move(px)); in main()
|
/external/libcxx/test/std/experimental/utilities/propagate_const/propagate_const.class/propagate_const.assignment/ |
D | assign_convertible_propagate_const.pass.cpp | 23 typedef propagate_const<CopyConstructibleFromX> PY; typedef 25 int main() { static_assert(!std::is_assignable<PY, const PX &>::value, ""); } in main()
|
D | assign_convertible_element_type.pass.cpp | 24 typedef propagate_const<CopyConstructibleFromX> PY; in main() typedef 27 PY p(2); in main()
|
D | move_assign_convertible.pass.cpp | 25 typedef propagate_const<MoveConstructibleFromX> PY; in main() typedef 28 PY py1(1); in main()
|
D | move_assign_convertible_propagate_const.pass.cpp | 25 typedef propagate_const<MoveConstructibleFromX> PY; in main() typedef 28 PY py1(1); in main()
|
/external/icu/icu4c/source/data/region/ |
D | fa_AF.txt | 77 PY{"پاراگوای"}
|
D | sw_KE.txt | 53 PY{"Paragwai"}
|
D | yi.txt | 176 PY{"פּאַראַגווײַ"}
|
D | zgh.txt | 172 PY{"ⴱⴰⵔⴰⴳⵡⴰⵢ"}
|
D | shi.txt | 171 PY{"ⴱⴰⵔⴰⴳⵡⴰⵢ"}
|
D | tg.txt | 185 PY{"Парагвай"}
|
D | vai.txt | 194 PY{"ꕐꕟꗝꔀ"}
|
D | brx.txt | 219 PY{"पारागुए"}
|
D | ks.txt | 216 PY{"پَراگُے"}
|
D | tt.txt | 183 PY{"Парагвай"}
|
D | hi.txt | 228 PY{"पराग्वे"}
|
D | mzn.txt | 226 PY{"پاراگوئه"}
|
D | fa.txt | 228 PY{"پاراگوئه"}
|
D | ky.txt | 228 PY{"Парагвай"}
|
D | or.txt | 228 PY{"ପାରାଗୁଏ"}
|
D | dz.txt | 226 PY{"པ་ར་གུ་ཝའི"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | PR37526.ll | 6 ; CHECK-NEXT: [[T2:%.*]] = load i32, i32* [[PY:%.*]], align 4
|
12345678910>>...18