Home
last modified time | relevance | path

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

12345678910>>...35

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h259 bool translateICmp(const User &U, MachineIRBuilder &MIRBuilder) { in translateICmp()
264 bool translateFCmp(const User &U, MachineIRBuilder &MIRBuilder) { in translateFCmp()
303 bool translateAdd(const User &U, MachineIRBuilder &MIRBuilder) { in translateAdd()
306 bool translateSub(const User &U, MachineIRBuilder &MIRBuilder) { in translateSub()
309 bool translateAnd(const User &U, MachineIRBuilder &MIRBuilder) { in translateAnd()
312 bool translateMul(const User &U, MachineIRBuilder &MIRBuilder) { in translateMul()
315 bool translateOr(const User &U, MachineIRBuilder &MIRBuilder) { in translateOr()
318 bool translateXor(const User &U, MachineIRBuilder &MIRBuilder) { in translateXor()
322 bool translateUDiv(const User &U, MachineIRBuilder &MIRBuilder) { in translateUDiv()
325 bool translateSDiv(const User &U, MachineIRBuilder &MIRBuilder) { in translateSDiv()
[all …]
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dpointer_deleter.pass.cpp61 using U = std::unique_ptr<VT, D>; in test_sfinae() typedef
72 using U = std::unique_ptr<VT, D>; in test_sfinae() typedef
81 using U = std::unique_ptr<VT, D>; in test_sfinae() typedef
88 using U = std::unique_ptr<VT, D&>; in test_sfinae() typedef
96 using U = std::unique_ptr<VT, const D&>; in test_sfinae() typedef
111 using U = std::unique_ptr<VT, D>; in test_noexcept() typedef
118 using U = std::unique_ptr<VT, D>; in test_noexcept() typedef
125 using U = std::unique_ptr<VT, D&>; in test_noexcept() typedef
130 using U = std::unique_ptr<VT, const D&>; in test_noexcept() typedef
141 using U = std::unique_ptr<A[], D>; in test_sfinae_runtime() typedef
[all …]
Dmove.pass.cpp77 typedef std::unique_ptr<ValueT> U; in test_sfinae() typedef
145 typedef std::unique_ptr<VT> U; in test_noexcept() typedef
149 typedef std::unique_ptr<VT, Deleter<VT> > U; in test_noexcept() typedef
153 typedef std::unique_ptr<VT, NCDeleter<VT> &> U; in test_noexcept() typedef
157 typedef std::unique_ptr<VT, const NCConstDeleter<VT> &> U; in test_noexcept() typedef
/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/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() argument
26 U &U::operator=(const U&) { return *this; } in operator =()
27 U &U::operator=(U &&) { return *this; } in operator =() argument
/external/harfbuzz_ng/src/
Dgen-use-table.py162 def is_BASE(U, UISC, UGC): argument
170 def is_BASE_IND(U, UISC, UGC): argument
176 def is_BASE_NUM(U, UISC, UGC): argument
178 def is_BASE_OTHER(U, UISC, UGC): argument
182 def is_CGJ(U, UISC, UGC): argument
184 def is_CONS_FINAL(U, UISC, UGC): argument
189 def is_CONS_FINAL_MOD(U, UISC, UGC): argument
192 def is_CONS_MED(U, UISC, UGC): argument
194 def is_CONS_MOD(U, UISC, UGC): argument
196 def is_CONS_SUB(U, UISC, UGC): argument
[all …]
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dconstruct_pair_values.pass.cpp72 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
101 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
107 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
113 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
119 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
Dconstruct_pair_const_lvalue_pair.pass.cpp74 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
99 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
104 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
109 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
114 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
Dconstruct_pair_rvalue.pass.cpp73 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
98 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
103 using U = UsesAllocatorV2<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
108 using U = UsesAllocatorV3<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
113 using U = NotUsesAllocator<Alloc, 1>; in test_pmr_not_uses_allocator() typedef
Dconstruct_piecewise_pair.pass.cpp62 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>; in test_pmr_uses_allocator() typedef
68 using U = UsesAllocatorV2<Alloc, sizeof...(UTypes)>; in test_pmr_uses_allocator() typedef
74 using U = UsesAllocatorV3<Alloc, sizeof...(UTypes)>; in test_pmr_uses_allocator() typedef
80 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>; in test_pmr_uses_allocator() typedef
91 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>; in test_pmr_not_uses_allocator() typedef
97 using U = UsesAllocatorV2<Alloc, sizeof...(UTypes)>; in test_pmr_not_uses_allocator() typedef
103 using U = UsesAllocatorV3<Alloc, sizeof...(UTypes)>; in test_pmr_not_uses_allocator() typedef
109 using U = NotUsesAllocator<Alloc, sizeof...(UTypes)>; in test_pmr_not_uses_allocator() typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DOptBisect.h36 virtual bool shouldRunPass(const Pass *P, const Module &U) { return true; } in shouldRunPass()
37 virtual bool shouldRunPass(const Pass *P, const Function &U) {return true; } in shouldRunPass()
38 virtual bool shouldRunPass(const Pass *P, const BasicBlock &U) { return true; } in shouldRunPass()
39 virtual bool shouldRunPass(const Pass *P, const Region &U) { return true; } in shouldRunPass()
40 virtual bool shouldRunPass(const Pass *P, const Loop &U) { return true; } in shouldRunPass()
41 virtual bool shouldRunPass(const Pass *P, const CallGraphSCC &U) { return true; } in shouldRunPass()
/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
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
Dconst_optional_U.pass.cpp85 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
Dexplicit_const_optional_U.pass.cpp87 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAny.h71 using U = typename std::decay<T>::type; in Any() local
108 using U = in any_isa() local
114 using U = in any_cast() local
120 using U = in any_cast() local
126 using U = in any_cast() local
132 using U = in any_cast() local
141 using U = typename std::decay<T>::type; in any_cast() local
/external/clang/lib/Headers/
Davx512dqintrin.h269 #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 …]
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DOptBisect.cpp95 bool OptBisect::shouldRunPass(const Pass *P, const Module &U) { in shouldRunPass()
99 bool OptBisect::shouldRunPass(const Pass *P, const Function &U) { in shouldRunPass()
103 bool OptBisect::shouldRunPass(const Pass *P, const BasicBlock &U) { in shouldRunPass()
107 bool OptBisect::shouldRunPass(const Pass *P, const Region &U) { in shouldRunPass()
111 bool OptBisect::shouldRunPass(const Pass *P, const Loop &U) { in shouldRunPass()
115 bool OptBisect::shouldRunPass(const Pass *P, const CallGraphSCC &U) { in shouldRunPass()
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove.pass.cpp81 typedef std::unique_ptr<VT> U; in test_sfinae() typedef
88 typedef std::unique_ptr<VT, GenericDeleter> U; in test_sfinae() typedef
95 typedef std::unique_ptr<VT, NCDeleter<VT>&> U; in test_sfinae() typedef
102 typedef std::unique_ptr<VT, const NCDeleter<VT>&> U; in test_sfinae() typedef
/external/clang/test/CXX/class/class.static/class.static.data/
Dp3.cpp38 struct U { struct
46 template<typename T> constexpr T U<T>::d = T(); // expected-error {{non-literal type 'const NonLit'… argument
/external/clang/test/CXX/special/class.init/class.base.init/
Dp9-0x.cpp17 struct U { struct
20 U *p = this; argument
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp358 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/SemaTemplate/
Dexplicit-specialization-member.cpp25 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/
Dp4-0x.cpp11 struct U { struct
19 static_assert(U(), ""); // expected-error {{ambiguous}} argument

12345678910>>...35