Home
last modified time | relevance | path

Searched refs:Lifetimes (Results 1 – 18 of 18) sorted by relevance

/external/rust/cxx/syntax/
Dmod.rs85 pub generics: Lifetimes,
99 pub generics: Lifetimes,
111 pub generics: Lifetimes,
137 pub generics: Lifetimes,
145 pub impl_generics: Lifetimes,
148 pub ty_generics: Lifetimes,
154 pub struct Lifetimes { struct
279 pub generics: Lifetimes,
Dimpls.rs2 Array, ExternFn, Include, Lifetimes, Ptr, Receiver, Ref, Signature, SliceRef, Ty1, Type, Var,
84 impl Eq for Lifetimes {} implementation
86 impl PartialEq for Lifetimes { implementation
88 let Lifetimes { in eq() localVariable
93 let Lifetimes { in eq() localVariable
102 impl Hash for Lifetimes { implementation
104 let Lifetimes { in hash() localVariable
Dresolve.rs2 use crate::syntax::{Lifetimes, NamedType, Pair, Types};
8 pub generics: &'a Lifetimes,
Dnames.rs2 use crate::syntax::{Lifetimes, NamedType, Pair, Symbol};
39 let generics = Lifetimes { in new()
Dparse.rs8 IncludeKind, Lang, Lifetimes, NamedType, Namespace, Pair, Ptr, Receiver, Ref, Signature,
161 let generics = Lifetimes { in parse_struct()
240 let generics = Lifetimes { in parse_enum()
458 let generics = Lifetimes { in parse_extern_type()
725 let lifetimes = Lifetimes { in parse_extern_verbatim_type()
758 generics: Lifetimes, in parse_type_alias() argument
814 generics: Lifetimes, in parse_extern_type_bounded() argument
917 let mut impl_generics = Lifetimes { in parse_impl()
965 _ => Lifetimes::default(), in parse_impl()
974 | Type::Array(_) => Lifetimes::default(), in parse_impl()
[all …]
Dtokens.rs3 Array, Atom, Derive, Enum, ExternFn, ExternType, Impl, Lifetimes, NamedType, Ptr, Receiver,
232 impl ToTokens for Lifetimes { implementation
234 let Lifetimes { in to_tokens() localVariable
Dtypes.rs10 toposort, Api, Atom, Enum, ExternType, Impl, Lifetimes, Pair, Struct, Type, TypeAlias,
57 let mut add_resolution = |name: &'a Pair, generics: &'a Lifetimes| { in collect()
/external/rust/crates/syn/tests/
Dtest_round_trip.rs169 Lifetimes, in normalize() enumerator
175 GenericArg::Lifetime(_) => Group::Lifetimes, in normalize()
186 Lifetimes, in normalize() enumerator
190 GenericParamKind::Lifetime => Group::Lifetimes, in normalize()
/external/rust/cxx/gen/src/
Dnested.rs56 use crate::syntax::{Api, Doc, ExternType, ForeignName, Lang, Lifetimes, Pair};
142 generics: Lifetimes { in make_api()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DLoggerTests.cpp42 TEST(ErrorTest, Lifetimes) { in TEST() argument
/external/rust/crates/syn/src/
Dgenerics.rs136 pub fn lifetimes(&self) -> Lifetimes { in lifetimes() argument
137 Lifetimes(self.params.iter()) in lifetimes()
225 pub struct Lifetimes<'a>(Iter<'a, GenericParam>); struct
227 impl<'a> Iterator for Lifetimes<'a> { implementation
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroFrame.cpp2033 SmallVector<Instruction *, 1> Lifetimes; in sinkLifetimeStartMarkers() local
2043 Lifetimes.push_back(U); in sinkLifetimeStartMarkers()
2049 Lifetimes.push_back(U->user_back()); in sinkLifetimeStartMarkers()
2073 if (Valid && Lifetimes.size() != 0) { in sinkLifetimeStartMarkers()
2076 if (isa<AllocaInst>(Lifetimes[0]->getOperand(1))) in sinkLifetimeStartMarkers()
2083 auto *NewLifetime = Lifetimes[0]->clone(); in sinkLifetimeStartMarkers()
2088 for (Instruction *S : Lifetimes) in sinkLifetimeStartMarkers()
/external/python/cryptography/docs/hazmat/primitives/
Dcryptographic-hashes.rst39 `Lifetimes of cryptographic hash functions`_.
287 .. _`Lifetimes of cryptographic hash functions`: https://valerieaurora.org/hash.html
/external/rust/crates/async-trait/
DREADME.md142 Lifetimes must be named or marked by the placeholder `'_`.
/external/rust/cxx/book/src/
Dextern-c++.md115 ## Lifetimes section in extern "C++"
/external/rust/cxx/macro/src/
Dexpand.rs9 self, check, mangle, Api, Doc, Enum, ExternFn, ExternType, Impl, Lifetimes, Pair, Signature,
684 elided_generics = Lifetimes { in expand_cxx_function_shim()
/external/one-true-awk/testdir/
Dfunstack.ok2582 R. E. Brundage Segment Sizes and Lifetimes in Algol 60
Dfunstack.in19618 title = "Segment Sizes and Lifetimes in {Algol 60} Programs",