Home
last modified time | relevance | path

Searched defs:FunTy (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/Sema/
Ddllexport.c10 typedef __declspec(dllexport) void (*FunTy)(); // expected-warning{{'dllexport' attribute only appl… typedef
Ddllimport.c10 typedef __declspec(dllimport) void (*FunTy)(); // expected-warning{{'dllimport' attribute only appl… typedef
/external/clang/lib/Sema/
DSema.cpp1379 const FunctionType *FunTy = nullptr; in tryExprAsCall() local
/external/clang/test/SemaCXX/
Ddllimport.cpp21 typedef __declspec(dllimport) void (*FunTy)(); // expected-warning{{'dllimport' attribute only appl… typedef
Ddllexport.cpp22 typedef __declspec(dllexport) void (*FunTy)(); // expected-warning{{'dllexport' attribute only appl… typedef
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c328 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()