Searched defs:FunTy (Results 1 – 6 of 6) sorted by relevance
10 typedef __declspec(dllexport) void (*FunTy)(); // expected-warning{{'dllexport' attribute only appl… typedef
10 typedef __declspec(dllimport) void (*FunTy)(); // expected-warning{{'dllimport' attribute only appl… typedef
1379 const FunctionType *FunTy = nullptr; in tryExprAsCall() local
21 typedef __declspec(dllimport) void (*FunTy)(); // expected-warning{{'dllimport' attribute only appl… typedef
22 typedef __declspec(dllexport) void (*FunTy)(); // expected-warning{{'dllexport' attribute only appl… typedef
328 CAMLprim value llvm_is_var_arg(LLVMTypeRef FunTy) { in llvm_is_var_arg()333 CAMLprim value llvm_param_types(LLVMTypeRef FunTy) { in llvm_param_types()