Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/crosstest/
Dtest_calling_conv.h26 typedef void callee_i_Ty(int); typedef
27 callee_i_Ty callee_i;
28 callee_i_Ty callee_alloca_i;
Dtest_calling_conv.cpp26 CALL_AS_TYPE(callee_i_Ty, Callee)(arg1); in caller_i() local