Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DJumpInstrTables.cpp166 FunctionType *FunTy = transformType(OrigFunTy); in insertEntry() local
193 bool JumpInstrTables::hasTable(FunctionType *FunTy) { in hasTable()
198 FunctionType *JumpInstrTables::transformType(FunctionType *FunTy) { in transformType()
/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.cpp1303 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.c326 CAMLprim value llvm_is_var_arg(LLVMTypeRef FunTy) { in llvm_is_var_arg()
331 CAMLprim value llvm_param_types(LLVMTypeRef FunTy) { in llvm_param_types()