Home
last modified time | relevance | path

Searched defs:ty_ptr (Results 1 – 2 of 2) sorted by relevance

/dports/security/py-angr/angr-9.0.5405/angr/
H A Dsim_procedure.py486 def ty_ptr(self, ty): member in SimProcedure
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_expand/src/
H A Dbuild.rs97 pub fn ty_ptr(&self, span: Span, ty: P<ast::Ty>, mutbl: ast::Mutability) -> P<ast::Ty> { in ty_ptr() method