/external/vulkan-validation-layers/libs/glm/gtx/ |
D | associated_min_max.inl | 22 const detail::tvec2<T, P>& x, const detail::tvec2<U, P>& a, 37 const detail::tvec3<T, P>& x, const detail::tvec3<U, P>& a, 50 const detail::tvec4<T, P>& x, const detail::tvec4<U, P>& a, 63 T x, const detail::tvec2<U, P>& a, 76 T x, const detail::tvec3<U, P>& a, 89 T x, const detail::tvec4<U, P>& a, 154 const detail::tvec2<T, P>& x, const detail::tvec2<U, P>& a, 168 const detail::tvec3<T, P>& x, const detail::tvec3<U, P>& a, 182 const detail::tvec4<T, P>& x, const detail::tvec4<U, P>& a, 215 const detail::tvec2<T, P>& x, const detail::tvec2<U, P>& a, [all …]
|
/external/harfbuzz_ng/src/ |
D | gen-use-table.py | 145 def is_BASE(U, UISC, UGC): argument 153 def is_BASE_IND(U, UISC, UGC): argument 159 def is_BASE_NUM(U, UISC, UGC): argument 161 def is_BASE_OTHER(U, UISC, UGC): argument 165 def is_CGJ(U, UISC, UGC): argument 167 def is_CONS_FINAL(U, UISC, UGC): argument 170 def is_CONS_FINAL_MOD(U, UISC, UGC): argument 173 def is_CONS_MED(U, UISC, UGC): argument 175 def is_CONS_MOD(U, UISC, UGC): argument 177 def is_CONS_SUB(U, UISC, UGC): argument [all …]
|
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/ |
D | meta.rel.pass.cpp | 24 typedef int U; in main() typedef 31 typedef long U; in main() typedef 37 typedef derived_type U; in main() typedef 44 typedef int U; in main() typedef 50 typedef long U; in main() typedef 57 typedef int U; in main() typedef
|
/external/clang/test/CodeGenCXX/ |
D | cxx11-unrestricted-union.cpp | 10 union U { union 23 U::U() {} in U() function in U 24 U::U(const U&) {} in U() argument 25 U::U(U&&) {} in U() function in U 26 U &U::operator=(const U&) { return *this; } in operator =() 27 U &U::operator=(U &&) { return *this; } in operator =() argument
|
D | cxx11-thread-local.cpp | 18 struct U { static thread_local int m; }; argument 26 union U { union 29 constexpr U() : f(0.0) {} in U() function
|
/external/clang/test/CodeGen/ |
D | 2008-01-24-StructAlignAndBitFields.c | 3 struct U { char a; short b; int c:25; char d; } u; argument
|
/external/clang/lib/Headers/ |
D | avx512dqintrin.h | 269 #define _mm512_mask_cvt_roundpd_epi64(W, U, A, R) __extension__ ({ \ argument 274 #define _mm512_maskz_cvt_roundpd_epi64(U, A, R) __extension__ ({ \ argument 308 #define _mm512_mask_cvt_roundpd_epu64(W, U, A, R) __extension__ ({ \ argument 313 #define _mm512_maskz_cvt_roundpd_epu64(U, A, R) __extension__ ({ \ argument 347 #define _mm512_mask_cvt_roundps_epi64(W, U, A, R) __extension__ ({ \ argument 352 #define _mm512_maskz_cvt_roundps_epi64(U, A, R) __extension__ ({ \ argument 386 #define _mm512_mask_cvt_roundps_epu64(W, U, A, R) __extension__ ({ \ argument 391 #define _mm512_maskz_cvt_roundps_epu64(U, A, R) __extension__ ({ \ argument 426 #define _mm512_mask_cvt_roundepi64_pd(W, U, A, R) __extension__ ({ \ argument 431 #define _mm512_maskz_cvt_roundepi64_pd(U, A, R) __extension__ ({ \ argument [all …]
|
D | avx512fintrin.h | 833 #define _mm512_mask_max_round_pd(W, U, A, B, R) __extension__ ({ \ argument 839 #define _mm512_maskz_max_round_pd(U, A, B, R) __extension__ ({ \ argument 883 #define _mm512_mask_max_round_ps(W, U, A, B, R) __extension__ ({ \ argument 889 #define _mm512_maskz_max_round_ps(U, A, B, R) __extension__ ({ \ argument 957 #define _mm_mask_max_round_ss(W, U, A, B, R) __extension__ ({ \ argument 963 #define _mm_maskz_max_round_ss(U, A, B, R) __extension__ ({ \ argument 993 #define _mm_mask_max_round_sd(W, U, A, B, R) __extension__ ({ \ argument 999 #define _mm_maskz_max_round_sd(U, A, B, R) __extension__ ({ \ argument 1118 #define _mm512_mask_min_round_pd(W, U, A, B, R) __extension__ ({ \ argument 1124 #define _mm512_maskz_min_round_pd(U, A, B, R) __extension__ ({ \ argument [all …]
|
/external/clang/test/SemaCXX/ |
D | access.cpp | 41 template<typename T1, typename T2> struct U { }; struct 52 struct U<T1, float> { struct 55 … U() : v_(A::x) { } // expected-error {{'x' is a private member of 'PR15209::alias_templates::A'}} in U() function 59 struct U<T1, int> { struct 61 … U() : v_(A::y) { } // expected-error {{'y' is a private member of 'PR15209::alias_templates::A'}} in U() function 64 …template struct U<int, int>; // expected-note {{in instantiation of member function 'PR15209::alia… argument
|
D | alias-template.cpp | 38 template<typename Z> using U = int[m]; // expected-note {{previous definition}} typedef 39 template<typename Z> using U = int[42]; // ok typedef 40 …template<typename Z> using U = int; // expected-error {{type alias template redefinition with diff… typedef 57 …template<typename Z> using U = T*; // expected-error {{declaration type contains unexpanded parame… typedef 105 template<typename Z> using U = enum { a, b, c }; // expected-error {{cannot be defined}} typedef 124 template<typename Z> using U = int; // expected-note {{declared private here}} typedef in Access::C0 129 template<typename Z> using U = int; typedef in Access::C1 178 using U = T<I>; typedef
|
D | constexpr-printing.cpp | 26 struct U : T { struct 27 constexpr U(const int *p) : T(), another(), p(p) {} in U() function 28 constexpr U(const U &u) : T(), another(), p(u.p) {} in U() argument 32 constexpr U u1(&u1.arr[2]); argument
|
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
D | const_optional_U.pass.cpp | 85 typedef short U; in main() typedef 91 typedef short U; in main() typedef 98 typedef int U; in main() typedef 104 typedef int U; in main() typedef 110 typedef int U; in main() typedef 116 typedef int U; in main() typedef 122 typedef int U; in main() typedef 128 typedef int U; in main() typedef
|
D | explicit_const_optional_U.pass.cpp | 87 typedef int U; in main() typedef 93 typedef int U; in main() typedef 99 typedef int U; in main() typedef 105 typedef int U; in main() typedef 111 typedef int U; in main() typedef 117 typedef int U; in main() typedef
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 184 bool DWARFDebugInfoEntryMinimal::extractFast(const DWARFUnit *U, in extractFast() 235 const DWARFUnit *U, const uint16_t Attr, DWARFFormValue &FormValue) const { in getAttributeValue() argument 260 const DWARFUnit *U, const uint16_t Attr, const char *FailValue) const { in getAttributeValueAsString() argument 269 const DWARFUnit *U, const uint16_t Attr, uint64_t FailValue) const { in getAttributeValueAsAddress() argument 278 const DWARFUnit *U, const uint16_t Attr, uint64_t FailValue) const { in getAttributeValueAsUnsignedConstant() argument 287 const DWARFUnit *U, const uint16_t Attr, uint64_t FailValue) const { in getAttributeValueAsReference() argument 296 const DWARFUnit *U, const uint16_t Attr, uint64_t FailValue) const { in getAttributeValueAsSectionOffset() argument 305 DWARFDebugInfoEntryMinimal::getRangesBaseAttribute(const DWARFUnit *U, in getRangesBaseAttribute() 314 bool DWARFDebugInfoEntryMinimal::getLowAndHighPC(const DWARFUnit *U, in getLowAndHighPC() 352 const DWARFUnit *U, DWARFAddressRangesVector& Ranges) const { in collectChildrenAddressRanges() argument [all …]
|
/external/clang/test/CXX/class/class.static/class.static.data/ |
D | p3.cpp | 38 struct U { struct 46 template<typename T> constexpr T U<T>::d = T(); // expected-error {{non-literal type 'const NonLit'… argument
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerLoop.cpp | 358 for (const auto &U : Corpus) { in TruncateUnits() local 383 for (const auto &U : Corpus) { in ShuffleAndMinimize() local 487 void Fuzzer::WriteToOutputCorpus(const Unit &U) { in WriteToOutputCorpus() 498 void Fuzzer::WriteUnitToFileWithPrefix(const Unit &U, const char *Prefix) { in WriteUnitToFileWithPrefix() 514 for (const auto &U : Corpus) in SaveCorpus() local 521 void Fuzzer::PrintStatusForNewUnit(const Unit &U) { in PrintStatusForNewUnit() 532 void Fuzzer::ReportNewCoverage(const Unit &U) { in ReportNewCoverage() 554 for (auto &U : Initial) in FindExtraUnits() local 558 for (auto &U : Res) in FindExtraUnits() local 598 for (auto &U: Res) in Merge() local [all …]
|
/external/clang/test/CXX/temp/temp.decls/temp.alias/ |
D | p3.cpp | 7 typedef B<T> U; // expected-note {{in instantiation of template type alias 'B' requested here}} typedef 11 template<typename T> using U = int; typedef 17 template<typename T> using U = U<T>; typedef
|
/external/clang/test/CXX/special/class.init/class.base.init/ |
D | p9-0x.cpp | 17 struct U { struct 20 U *p = this; argument
|
D | p8-0x.cpp | 18 union U { union 22 U() {} in U() function 23 U(int) : a(1) {} in U() function 24 U(char) : b('y') {} in U() function 25 U(double) : a(1), // expected-note{{previous initialization is here}} in U() function
|
/external/clang/test/SemaTemplate/ |
D | explicit-specialization-member.cpp | 25 struct U { static const int n = 5; }; argument 29 …te<> struct S<int>::U { static const int n = sizeof(int); }; // expected-error {{explicit speciali… struct in PR12331::S
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.typedef/ |
D | p2-0x.cpp | 41 using U = int[m]; // expected-note {{previous definition}} typedef 42 using U = int[42]; // ok typedef 43 …using U = int; // expected-error {{type alias redefinition with different types ('int' vs 'int [42… typedef 67 using U = T*; // expected-error {{declaration type contains unexpanded parameter pack 'T'}} in f0() typedef 120 using U = enum { a, b, c }; typedef 142 using U = int; // expected-note {{declared private here}} typedef in Access::C0 147 using U = int; typedef in Access::C1
|
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
D | construct_pair_values.pass.cpp | 72 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 78 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_uses_allocator() typedef 84 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_uses_allocator() typedef 90 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef
|
D | construct_pair_const_lvalue_pair.pass.cpp | 74 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 79 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_uses_allocator() typedef 84 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_uses_allocator() typedef 89 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef
|
D | construct_pair_rvalue.pass.cpp | 73 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef 78 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_uses_allocator() typedef 83 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_uses_allocator() typedef 88 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_uses_allocator() typedef
|
/external/clang/test/CXX/dcl.dcl/ |
D | p4-0x.cpp | 11 struct U { struct 19 static_assert(U(), ""); // expected-error {{ambiguous}} argument
|