Home
last modified time | relevance | path

Searched defs:U (Results 1 – 25 of 456) sorted by relevance

12345678910>>...19

/external/vulkan-validation-layers/libs/glm/gtx/
Dassociated_min_max.inl22 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/
Dgen-use-table.py145 def is_BASE(U, UISC, UGC): argument
151 def is_BASE_VOWEL(U, UISC, UGC): argument
153 def is_BASE_IND(U, UISC, UGC): argument
157 def is_BASE_NUM(U, UISC, UGC): argument
159 def is_BASE_OTHER(U, UISC, UGC): argument
163 def is_CGJ(U, UISC, UGC): argument
165 def is_CONS_FINAL(U, UISC, UGC): argument
168 def is_CONS_FINAL_MOD(U, UISC, UGC): argument
171 def is_CONS_MED(U, UISC, UGC): argument
173 def is_CONS_MOD(U, UISC, UGC): argument
[all …]
/external/clang/test/CodeGenCXX/
Dcxx11-unrestricted-union.cpp10 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
Dcxx11-thread-local.cpp18 struct U { static thread_local int m; }; argument
26 union U { union
29 constexpr U() : f(0.0) {} in U() function
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/
Dmeta.rel.pass.cpp25 typedef int U; in main() typedef
32 typedef long U; in main() typedef
38 typedef derived_type U; in main() typedef
45 typedef int U; in main() typedef
51 typedef long U; in main() typedef
58 typedef int U; in main() typedef
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp67 void Fuzzer::PrintUnitInASCII(const Unit &U, const char *PrintAfter) { in PrintUnitInASCII()
187 Unit &U = CurrentUnit; in ShuffleAndMinimize() local
208 bool Fuzzer::RunOne(const Unit &U) { in RunOne()
231 void Fuzzer::RunOneAndUpdateCorpus(Unit &U) { in RunOneAndUpdateCorpus()
240 void Fuzzer::ExecuteCallback(const Unit &U) { in ExecuteCallback()
287 void Fuzzer::WriteToOutputCorpus(const Unit &U) { in WriteToOutputCorpus()
296 void Fuzzer::WriteUnitToFileWithPrefix(const Unit &U, const char *Prefix) { in WriteUnitToFileWithPrefix()
311 for (const auto &U : Corpus) in SaveCorpus() local
318 void Fuzzer::PrintStatusForNewUnit(const Unit &U) { in PrintStatusForNewUnit()
329 void Fuzzer::ReportNewCoverage(const Unit &U) { in ReportNewCoverage()
[all …]
DFuzzerUtil.cpp30 void PrintASCII(const Unit &U, const char *PrintAfter) { in PrintASCII()
40 std::string Hash(const Unit &U) { in Hash()
76 bool ToASCII(Unit &U) { in ToASCII()
89 bool IsASCII(const Unit &U) { in IsASCII()
95 bool ParseOneDictionaryEntry(const std::string &Str, Unit *U) { in ParseOneDictionaryEntry()
148 Unit U; in ParseDictionaryFile() local
171 std::string Base64(const Unit &U) { in Base64()
/external/clang/test/CodeGen/
D2008-01-24-StructAlignAndBitFields.c3 struct U { char a; short b; int c:25; char d; } u; argument
/external/clang/test/SemaCXX/
Daccess.cpp41 template<typename T1, typename T2> struct U { }; struct
52 struct U<T1, float> { struct
55U() : v_(A::x) { } // expected-error {{'x' is a private member of 'PR15209::alias_templates::A'}} in U() function
59 struct U<T1, int> { struct
61U() : 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
Dalias-template.cpp38 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
Dconstexpr-printing.cpp26 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/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp184 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/
Dp3.cpp29 struct U { struct
37 template<typename T> constexpr T U<T>::d = T(); // expected-error {{non-literal type 'const NonLit'… argument
/external/clang/test/CXX/temp/temp.decls/temp.alias/
Dp3.cpp7 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/
Dp9-0x.cpp17 struct U { struct
20 U *p = this; argument
Dp8-0x.cpp18 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/CXX/dcl.dcl/dcl.spec/dcl.typedef/
Dp2-0x.cpp41 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/clang/test/SemaTemplate/
Dexplicit-specialization-member.cpp25 struct U { static const int n = 5; }; struct
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/
Dp4-0x.cpp11 struct U { struct
19 static_assert(U(), ""); // expected-error {{ambiguous}} argument
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_vec1.inl93 tvec1<U, Q> const & v
102 tvec2<U, Q> const & v
111 tvec3<U, Q> const & v
120 tvec4<U, Q> const & v
142 tvec1<U, P> const & v
164 tvec1<U, P> const & v
186 tvec1<U, P> const & v
208 tvec1<U, P> const & v
230 tvec1<U, P> const & v
311 tvec1<U, P> const & v
[all …]
Dtype_vec2.inl121 tvec2<U, Q> const & v
131 tvec3<U, Q> const & v
141 tvec4<U, Q> const & v
165 tvec2<U, P> const & v
189 tvec2<U, P> const & v
213 tvec2<U, P> const & v
237 tvec2<U, P> const & v
261 tvec2<U, P> const & v
341 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator%= (tvec2<U, P> const & v)
359 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator&= (tvec2<U, P> const & v)
[all …]
Dtype_vec3.inl153 tvec3<U, Q> const & v
164 tvec4<U, Q> const & v
185 GLM_FUNC_QUALIFIER tvec3<T, P>& tvec3<T, P>::operator= (tvec3<U, P> const & v)
205 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+= (tvec3<U, P> const & v)
225 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-= (tvec3<U, P> const & v)
245 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator*= (tvec3<U, P> const & v)
265 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator/= (tvec3<U, P> const & v)
348 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator%= (tvec3<U, P> const & v)
368 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator&= (tvec3<U, P> const & v)
388 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator|= (tvec3<U, P> const & v)
[all …]
/external/clang/test/CXX/dcl.decl/dcl.meaning/
Dp1-0x.cpp73 template<typename T> struct U<T*> {}; struct
74 template<> struct U<int> {}; struct
75 template struct U<int*>; variable
76 template struct U<char>; // expected-error {{undefined}} variable
/external/clang/test/Parser/
Dcxx-default-args.cpp40 struct U { struct
41 void i(int x = ) {} // expected-error{{expected expression}} in i()
42 … expected-error{{default arguments can only be specified for parameters in a function declaration}}
/external/clang/test/Modules/Inputs/
Dcxx-linkage-cache.h6 struct U { struct
10 template class U<int>; variable

12345678910>>...19