Searched refs:make_foo (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/SPARC/ |
D | 2011-01-22-SRet.ll | 5 define weak void @make_foo(%struct.foo_t* noalias sret %agg.result, i32 %a, i32 %b, i32 %c) nounwin… 7 ;CHECK: make_foo 23 ;CHECK: make_foo 26 call void @make_foo(%struct.foo_t* noalias sret %f, i32 10, i32 20, i32 30) nounwind
|
/external/llvm/test/CodeGen/SPARC/ |
D | 2011-01-22-SRet.ll | 5 define weak void @make_foo(%struct.foo_t* noalias sret %agg.result, i32 %a, i32 %b, i32 %c) nounwin… 7 ;CHECK-LABEL: make_foo: 22 ;CHECK: call make_foo 26 call void @make_foo(%struct.foo_t* noalias sret %f, i32 10, i32 20, i32 30) nounwind
|
/external/clang/test/PCH/Inputs/modules/ |
D | Foo.h | 1 void make_foo(void);
|
/external/skia/tests/ |
D | RefCntTest.cpp | 354 static sk_sp<FooAbstract> make_foo() { in make_foo() function 360 auto x = make_foo(); in DEF_TEST()
|
/external/skqp/tests/ |
D | RefCntTest.cpp | 354 static sk_sp<FooAbstract> make_foo() { in make_foo() function 360 auto x = make_foo(); in DEF_TEST()
|