Home
last modified time | relevance | path

Searched refs:vararg_func (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp31 typedef void (*vararg_func)(...); typedef
34 vararg_func implementation;
36 method(vararg_func implementation) : implementation(implementation) {} in method()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WebAssembly/
Dcall.ll160 declare void @vararg_func(...)
164 call void bitcast (void (...)* @vararg_func to void (i32, i32)*)(i32 2, i32 3)