Searched refs:use_foo (Results 1 – 9 of 9) sorted by relevance
5 Lowering error in Opaque::use_foo: Method should explicitly include this lifetime bound from param …6 Lowering error in Opaque::use_foo: Method should explicitly include this lifetime bound from param …
7 define void @use_foo() {
51 void use_foo() { in use_foo() function
11 declare void @use_foo(%struct.foo)148 call void @use_foo(%struct.foo %x)149 call void @use_foo(%struct.foo %y)
348 def use_foo(foo: Foo) -> Foo: function360 f2 = use_foo(f)373 def use_foo(foo: Foo, foo2: Foo, tup: Tuple[Foo, Foo]) -> torch.Tensor: function385 sfoo = self.checkScript(use_foo, input)
625 pub fn use_foo<'x, 'y, 'z>(&self, foo: &Foo<'x, 'y, 'z>) {} in test_required_implied_bounds()
116 # - Use a name like "use_foo" or "is_foo" (whatever is more appropriate for