Home
last modified time | relevance | path

Searched defs:Ty1 (Results 1 – 25 of 87) sorted by relevance

1234

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dimpls.rs118 impl Eq for Ty1 {} implementation
120 impl PartialEq for Ty1 { implementation
122 let Ty1 { in eq() localVariable
128 let Ty1 { in eq() localVariable
138 impl Hash for Ty1 { implementation
140 let Ty1 { in hash() localVariable
H A Dcheck.rs95 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box()
113 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec()
141 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr()
159 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr()
182 fn check_type_weak_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_weak_ptr()
205 fn check_type_cxx_vector(cx: &mut Check, ptr: &Ty1) { in check_type_cxx_vector()
H A Dtokens.rs59 impl ToTokens for Ty1 { implementation
61 let Ty1 { in to_tokens() localVariable
H A Dmod.rs280 pub(crate) struct Ty1 { struct
281 pub name: Ident,
282 pub langle: Token![<],
H A Dinstantiate.rs75 fn new(outer: &Ty1, inner: &'a NamedType) -> Self { in new()
H A Dtrivial.rs244 Ty1 { in as_what() enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Dimpls.rs118 impl Eq for Ty1 {} implementation
120 impl PartialEq for Ty1 { implementation
122 let Ty1 { in eq() localVariable
128 let Ty1 { in eq() localVariable
138 impl Hash for Ty1 { implementation
140 let Ty1 { in hash() localVariable
H A Dcheck.rs95 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box()
113 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec()
141 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr()
159 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr()
182 fn check_type_weak_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_weak_ptr()
205 fn check_type_cxx_vector(cx: &mut Check, ptr: &Ty1) { in check_type_cxx_vector()
H A Dtokens.rs59 impl ToTokens for Ty1 { implementation
61 let Ty1 { in to_tokens() localVariable
H A Dmod.rs280 pub(crate) struct Ty1 { struct
281 pub name: Ident,
282 pub langle: Token![<],
H A Dinstantiate.rs75 fn new(outer: &Ty1, inner: &'a NamedType) -> Self { in new()
H A Dtrivial.rs244 Ty1 { in as_what() enumerator
/aosp_15_r20/external/rust/cxx/syntax/
Dimpls.rs118 impl Eq for Ty1 {} implementation
120 impl PartialEq for Ty1 { implementation
122 let Ty1 { in eq() localVariable
128 let Ty1 { in eq() localVariable
138 impl Hash for Ty1 { implementation
140 let Ty1 { in hash() localVariable
Dcheck.rs95 fn check_type_box(cx: &mut Check, ptr: &Ty1) { in check_type_box()
113 fn check_type_rust_vec(cx: &mut Check, ty: &Ty1) { in check_type_rust_vec()
141 fn check_type_unique_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_unique_ptr()
159 fn check_type_shared_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_shared_ptr()
182 fn check_type_weak_ptr(cx: &mut Check, ptr: &Ty1) { in check_type_weak_ptr()
205 fn check_type_cxx_vector(cx: &mut Check, ptr: &Ty1) { in check_type_cxx_vector()
Dtokens.rs59 impl ToTokens for Ty1 { implementation
61 let Ty1 { in to_tokens() localVariable
Dmod.rs280 pub(crate) struct Ty1 { struct
281 pub name: Ident,
282 pub langle: Token![<],
Dinstantiate.rs75 fn new(outer: &Ty1, inner: &'a NamedType) -> Self { in new()
Dtrivial.rs244 Ty1 { in as_what() enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp400 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
421 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
436 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp403 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
424 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
439 LLT Ty1 = MRI.getType(MI.getOperand(1).getReg()); in getInstrMapping() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp216 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
225 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
245 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp217 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
226 LLT Ty1 = MRI.getType(MI.getOperand(2).getReg()); in getInstrMapping() local
246 const LLT Ty1 = MRI.getType(Op1.getReg()); in getInstrMapping() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64LegalizerInfo.cpp189 const LLT &Ty1 = Query.Types[1]; in AArch64LegalizerInfo() local
207 const LLT &Ty1 = Query.Types[1]; in AArch64LegalizerInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp192 bool BPFTargetLowering::isTruncateFree(Type *Ty1, Type *Ty2) const { in isTruncateFree()
208 bool BPFTargetLowering::isZExtFree(Type *Ty1, Type *Ty2) const { in isZExtFree()
/aosp_15_r20/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h78 bool haveSameType(QualType Ty1, QualType Ty2) { in haveSameType()

1234