Home
last modified time | relevance | path

Searched defs:Lifetime (Results 1 – 25 of 31) sorted by relevance

12

/external/rust/crates/syn/src/
Dlifetime.rs19 pub struct Lifetime { struct
24 impl Lifetime { implementation
73 impl Display for Lifetime { implementation
80 impl Clone for Lifetime { implementation
89 impl PartialEq for Lifetime { implementation
95 impl Eq for Lifetime {} implementation
97 impl PartialOrd for Lifetime { implementation
103 impl Ord for Lifetime { implementation
109 impl Hash for Lifetime { implementation
118 pub fn Lifetime(marker: lookahead::TokenMarker) -> Lifetime { in Lifetime() function
[all …]
Dbuffer.rs279 pub fn lifetime(mut self) -> Option<(Lifetime, Cursor<'a>)> { in lifetime()
Ditem.rs973 pub fn lifetime(&self) -> Option<&Lifetime> { in lifetime()
/external/rust/crates/async-trait/src/
Dlifetime.rs22 fn visit_opt_lifetime(&mut self, lifetime: &mut Option<Lifetime>) { in visit_opt_lifetime()
29 fn visit_lifetime(&mut self, lifetime: &mut Lifetime) { in visit_lifetime()
37 fn next_lifetime<S: Into<Option<Span>>>(&mut self, span: S) -> Lifetime { in next_lifetime()
/external/llvm-project/llvm/docs/
DInAlloca.rst87 Lifetime section in Design Considerations
/external/llvm/docs/
DInAlloca.rst87 Lifetime section in Design Considerations
/external/llvm-project/polly/lib/Transform/
DDeLICM.cpp650 auto Lifetime = betweenScatter(WriteScatter, UseScatter, false, true); in computeValueUses() local
697 isl::map Lifetime; in tryMapValue() local
766 isl::union_map UseTarget, isl::map Lifetime, in mapValue()
909 auto Lifetime = betweenScatter(PerPHIWriteScatter, PHISched, false, true); in tryMapPHI() local
964 isl::union_map WriteTarget, isl::map Lifetime, in mapPHI()
/external/rust/crates/pin-project-internal/src/
Dutils.rs59 lifetime: Lifetime, in insert_lifetime_and_bound()
78 pub(crate) fn insert_lifetime(generics: &mut Generics, lifetime: Lifetime) { in insert_lifetime()
/external/rust/crates/paste/src/
Dlib.rs290 Lifetime, in is_single_interpolation_group() enumerator
/external/rust/crates/serde_derive/src/internals/
Dattr.rs1477 pub fn borrowed_lifetimes(&self) -> &BTreeSet<syn::Lifetime> { in borrowed_lifetimes()
1662 ) -> Result<BTreeSet<syn::Lifetime>, ()> { in parse_lit_into_lifetimes()
1841 ) -> Result<BTreeSet<syn::Lifetime>, ()> { in borrowable_lifetimes()
1855 fn collect_lifetimes(ty: &syn::Type, out: &mut BTreeSet<syn::Lifetime>) { in collect_lifetimes()
1922 fn collect_lifetimes_from_tokens(tokens: TokenStream, out: &mut BTreeSet<syn::Lifetime>) { in collect_lifetimes_from_tokens()
/external/llvm/unittests/IR/
DIRBuilderTest.cpp51 TEST_F(IRBuilderTest, Lifetime) { in TEST_F() argument
/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp362 TEST_F(IRBuilderTest, Lifetime) { in TEST_F() argument
/external/clang/lib/CodeGen/
DCGBlocks.cpp194 Qualifiers::ObjCLifetime Lifetime; member
2100 Qualifiers::ObjCLifetime Lifetime; in getBlockByrefInfo() local
DCGExprCXX.cpp1578 else if (auto Lifetime = ElementType.getObjCLifetime()) { in EmitObjectDelete() local
DCGExpr.cpp206 if (auto Lifetime = M->getType().getObjCLifetime()) { in pushTemporaryCleanup() local
1620 if (Qualifiers::ObjCLifetime Lifetime = Dst.getQuals().getObjCLifetime()) { in EmitStoreThroughLValue() local
DCGDebugInfo.cpp3075 Qualifiers::ObjCLifetime Lifetime; in EmitTypeForVarWithBlocksAttr() local
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.cpp343 Qualifiers::ObjCLifetime Lifetime; member
2700 Qualifiers::ObjCLifetime Lifetime; in getBlockByrefInfo() local
DCGExprCXX.cpp1956 else if (auto Lifetime = ElementType.getObjCLifetime()) { in EmitObjectDelete() local
DCGExpr.cpp279 if (auto Lifetime = M->getType().getObjCLifetime()) { in pushTemporaryCleanup() local
2098 if (Qualifiers::ObjCLifetime Lifetime = Dst.getQuals().getObjCLifetime()) { in EmitStoreThroughLValue() local
/external/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp815 namespace Lifetime { namespace
Dconstant-expression-cxx11.cpp1795 namespace Lifetime { namespace
/external/llvm-project/clang/test/SemaCXX/
Dconstant-expression-cxx1y.cpp855 namespace Lifetime { namespace
/external/rust/crates/serde_derive/src/
Dde.rs231 fn de_lifetime(&self) -> syn::Lifetime { in de_lifetime()
/external/rust/crates/syn/src/gen/
Dvisit_mut.rs433 fn visit_lifetime_mut(&mut self, i: &mut Lifetime) { in visit_lifetime_mut()
Dfold.rs430 fn fold_lifetime(&mut self, i: Lifetime) -> Lifetime { in fold_lifetime()

12