Home
last modified time | relevance | path

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

12345678910>>...25

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DIRTranslator.h272 bool translateICmp(const User &U, MachineIRBuilder &MIRBuilder) { in translateICmp()
277 bool translateFCmp(const User &U, MachineIRBuilder &MIRBuilder) { in translateFCmp()
353 bool translateAdd(const User &U, MachineIRBuilder &MIRBuilder) { in translateAdd()
356 bool translateSub(const User &U, MachineIRBuilder &MIRBuilder) { in translateSub()
359 bool translateAnd(const User &U, MachineIRBuilder &MIRBuilder) { in translateAnd()
362 bool translateMul(const User &U, MachineIRBuilder &MIRBuilder) { in translateMul()
365 bool translateOr(const User &U, MachineIRBuilder &MIRBuilder) { in translateOr()
368 bool translateXor(const User &U, MachineIRBuilder &MIRBuilder) { in translateXor()
372 bool translateUDiv(const User &U, MachineIRBuilder &MIRBuilder) { in translateUDiv()
375 bool translateSDiv(const User &U, MachineIRBuilder &MIRBuilder) { in translateSDiv()
[all …]
/third_party/typescript/tests/baselines/reference/
DidentityForSignaturesWithTypeParametersAndAny.js2 var f: <T, U>(x: T, y: U) => T; variable
3 var f: <T, U>(x: any, y: any) => any; variable
5 var g: <T, U>(x: T, y: U) => T; variable
8 var h: <T, U>(x: T, y: U) => T; variable
11 var i: <T, U>(x: T, y: U) => T; variable
12 var i: <T, U>(x: any, y: string) => any; variable
14 var j: <T, U>(x: T, y: U) => T; variable
15 var j: <T, U>(x: any, y: any) => string; variable
DdiscriminantElementAccessCheck.js17 function IfWithString(val: U) {
25 function SwitchWithString(val: U) {
36 function IfWithTemplate(val: U) {
44 function SwitchWithTemplate(val: U) {
DhigherOrderMappedIndexLookupInference.js4 function f1(a: <T>() => keyof T, b: <U>() => keyof U) {
9 function f2(a: <T, K extends keyof T>() => T[K], b: <U, L extends keyof U>() => U[L]) {
14 function f3(a: <T>() => { [K in keyof T]: T[K] }, b: <U>() => { [K in keyof U]: U[K] }) {
DgenericCallTypeArgumentInference.js23 constructor(public t: T, public u: U) {
26 foo(t: T, u: U) {
30 foo2(t: T, u: U) {
38 foo4<U>(t: T, u: U) { field in C
42 foo5<T,U>(t: T, u: U) { field in C
46 foo6<T, U>() { field in C
51 foo7<T, U>(u: U) { field in C
56 foo8<T, U>() { field in C
DcommentsTypeParameters.js3 method</**docComment of method type parameter */ U extends T>(a: U) { field in C
5 static staticmethod</**docComment of method type parameter */ U>(a: U) { field in C
8 private privatemethod</**docComment of method type parameter */ U extends T>(a: U) { field in C
10 private static privatestaticmethod</**docComment of method type parameter */ U>(a: U) { field in C
DarrayTypeInSignatureOfInterfaceAndClass.js4 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progre… field in Promise
DgenericCallWithConstraintsTypeArgumentInference.js36 constructor(public t: T, public u: U) {
39 foo(t: T, u: U) {
43 foo2(t: T, u: U) {
51 foo4<U extends Derived2>(t: T, u: U) { field in C
55 foo5<T extends Derived, U extends Derived2>(t: T, u: U) { field in C
59 foo6<T extends Derived, U extends Derived2>() { field in C
64 foo7<T extends Base, U extends Derived>(u: U) { field in C
69 foo8<T extends Base, U extends Derived>() { field in C
DidentityForSignaturesWithTypeParametersSwitched.js2 var f: <T, U>(x: T, y: U) => T; variable
3 var f: <T, U>(x: U, y: T) => U; variable
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-use-table.py177 def is_BASE(U, UISC, UGC): argument
185 def is_BASE_IND(U, UISC, UGC): argument
191 def is_BASE_NUM(U, UISC, UGC): argument
193 def is_BASE_OTHER(U, UISC, UGC): argument
197 def is_CGJ(U, UISC, UGC): argument
199 def is_CONS_FINAL(U, UISC, UGC): argument
202 def is_CONS_FINAL_MOD(U, UISC, UGC): argument
205 def is_CONS_MED(U, UISC, UGC): argument
209 def is_CONS_MOD(U, UISC, UGC): argument
211 def is_CONS_SUB(U, UISC, UGC): argument
[all …]
/third_party/harfbuzz/src/
Dgen-use-table.py240 def is_BASE(U, UISC, UGC, AJT): argument
249 def is_BASE_NUM(U, UISC, UGC, AJT): argument
251 def is_BASE_OTHER(U, UISC, UGC, AJT): argument
254 def is_CONS_FINAL(U, UISC, UGC, AJT): argument
257 def is_CONS_FINAL_MOD(U, UISC, UGC, AJT): argument
259 def is_CONS_MED(U, UISC, UGC, AJT): argument
263 def is_CONS_MOD(U, UISC, UGC, AJT): argument
266 def is_CONS_SUB(U, UISC, UGC, AJT): argument
268 def is_CONS_WITH_STACKER(U, UISC, UGC, AJT): argument
270 def is_HALANT(U, UISC, UGC, AJT): argument
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dassociated_min_max.inl16 vecType<T, P> const & x, vecType<U, P> const & a,
29 T x, const vecType<U, P>& a,
66 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin
99 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin
121 GLM_FUNC_QUALIFIER vecType<U, P> associatedMin
175 vecType<T, P> const & x, vecType<U, P> const & a,
189 T x, vecType<U, P> const & a,
228 GLM_FUNC_QUALIFIER vecType<U, P> associatedMax
245 T x, vecType<U, P> const & a,
291 GLM_FUNC_QUALIFIER vecType<U, P> associatedMax
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dgen-use-table.py214 def is_BASE(U, UISC, UDI, UGC, AJT): argument
223 def is_BASE_NUM(U, UISC, UDI, UGC, AJT): argument
225 def is_BASE_OTHER(U, UISC, UDI, UGC, AJT): argument
228 def is_CGJ(U, UISC, UDI, UGC, AJT): argument
231 def is_CONS_FINAL(U, UISC, UDI, UGC, AJT): argument
234 def is_CONS_FINAL_MOD(U, UISC, UDI, UGC, AJT): argument
236 def is_CONS_MED(U, UISC, UDI, UGC, AJT): argument
240 def is_CONS_MOD(U, UISC, UDI, UGC, AJT): argument
243 def is_CONS_SUB(U, UISC, UDI, UGC, AJT): argument
245 def is_CONS_WITH_STACKER(U, UISC, UDI, UGC, AJT): argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
DFileWriter.cpp27 void FileWriter::writeULEB(uint64_t U) { in writeULEB()
34 void FileWriter::writeU8(uint8_t U) { in writeU8()
38 void FileWriter::writeU16(uint16_t U) { in writeU16()
43 void FileWriter::writeU32(uint32_t U) { in writeU32()
48 void FileWriter::writeU64(uint64_t U) { in writeU64()
53 void FileWriter::fixup32(uint32_t U, uint64_t Offset) { in fixup32()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAny.h80 using U = typename std::decay<T>::type; in Any() local
117 using U = in any_isa() local
123 using U = in any_cast() local
129 using U = in any_cast() local
135 using U = in any_cast() local
141 using U = in any_cast() local
150 using U = typename std::decay<T>::type; in any_cast() local
/third_party/skia/include/private/
DSkBitmaskEnum.h23 using U = std::underlying_type_t<E>; variable
34 using U = std::underlying_type_t<E>; variable
45 using U = std::underlying_type_t<E>; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DGuardUtils.cpp18 bool llvm::isGuard(const User *U) { in isGuard()
22 bool llvm::isWidenableBranch(const User *U) { in isWidenableBranch()
29 bool llvm::isGuardAsWidenableBranch(const User *U) { in isGuardAsWidenableBranch()
44 bool llvm::parseWidenableBranch(const User *U, Value *&Condition, in parseWidenableBranch()
60 bool llvm::parseWidenableBranch(User *U, Use *&C,Use *&WC, in parseWidenableBranch()
/third_party/rust/crates/rust-std-candidates/ref_filter_map/
Dlib.rs61 >(orig: Ref<T>, f: F) -> Option<Ref<U>> { in ref_filter_map()
63 .map(|new| new as *const U) in ref_filter_map() constant
94 >(mut orig: RefMut<T>, f: F) -> Option<RefMut<U>> { in ref_mut_filter_map()
/third_party/libabigail/tests/data/test-abidiff-exit/
Dtest-member-size-v0.cc18 struct U { struct
26 void reg2(U*) { } in reg2() argument
Dtest-member-size-v1.cc19 struct U { struct
27 void reg2(U*) { } in reg2() argument
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec2.inl79 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(tvec2<U, Q> const & v) function in glm::tvec2
86 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(tvec3<U, Q> const & v)
93 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec2<T, P>::tvec2(tvec4<U, Q> const & v)
128 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator=(tvec2<U, P> const & v)
146 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator+=(tvec1<U, P> const & v)
155 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator+=(tvec2<U, P> const & v)
173 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator-=(tvec1<U, P> const & v)
182 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator-=(tvec2<U, P> const & v)
200 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator*=(tvec1<U, P> const & v)
209 GLM_FUNC_QUALIFIER tvec2<T, P> & tvec2<T, P>::operator*=(tvec2<U, P> const & v)
[all …]
Dtype_vec1.inl45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<U, Q> const & v) function in glm::tvec1
51 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec2<U, Q> const & v)
57 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec3<U, Q> const & v)
63 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec4<U, Q> const & v)
96 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator=(tvec1<U, P> const & v)
112 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator+=(tvec1<U, P> const & v)
128 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator-=(tvec1<U, P> const & v)
144 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator*=(tvec1<U, P> const & v)
160 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator/=(tvec1<U, P> const & v)
210 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator%=(tvec1<U, P> const & v)
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dissue-834.rs10 pub struct U { struct
16 ::std::mem::size_of::<U>(), in bindgen_test_layout_U() argument
/third_party/rust/crates/which-rs/src/
Dlib.rs149 pub fn which_in<T, U, V>(binary_name: T, paths: Option<U>, cwd: V) -> Result<path::PathBuf> in which_in() argument
198 pub fn which_in_all<T, U, V>( in which_in_all() argument
200 paths: Option<U>, in which_in_all()
218 paths: Option<U>, in which_in_global()
426 pub fn new_in<T, U, V>(binary_name: T, paths: Option<U>, cwd: V) -> Result<Path> in new_in() argument
439 pub fn all_in<T, U, V>( in all_in() argument
441 paths: Option<U>, in all_in()
549 pub fn new_in<T, U, V>(binary_name: T, paths: Option<U>, cwd: V) -> Result<CanonicalPath> in new_in() argument
564 pub fn all_in<T, U, V>( in all_in() argument
566 paths: Option<U>, in all_in()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFRegisters.cpp48 for (uint32_t U = 0, NU = TRI.getNumRegUnits(); U != NU; ++U) { in PhysicalRegisterInfo() local
90 for (MCRegUnitIterator U(i, &TRI); U.isValid(); ++U) in PhysicalRegisterInfo() local
244 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { in hasAliasOf() local
259 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { in hasCoverOf() local
274 for (MCRegUnitMaskIterator U(RR.Reg, &PRI.getTRI()); U.isValid(); ++U) { in insert() local
320 int U = Units.find_first(); in makeRegRef() local
366 for (int U = Units.find_first(); U >= 0; U = Units.find_next(U)) in print() local
374 for (int U = RG.Units.find_first(); U >= 0; U = RG.Units.find_next(U)) { in rr_iterator() local

12345678910>>...25