Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/test/Sema/
H A Ddllexport.c10 typedef __declspec(dllexport) void (*FunTy)(); // expected-warning{{'dllexport' attribute only appl… typedef
H A Ddllimport.c10 typedef __declspec(dllimport) void (*FunTy)(); // expected-warning{{'dllimport' attribute only appl… typedef
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp627 auto *FunTy = cast<FunctionType>(F->getValueType()); in checkAsyncContextProjectFunction() local
/aosp_15_r20/external/llvm/tools/llvm-c-test/
H A Decho.cpp99 LLVMTypeRef FunTy = LLVMFunctionType(Clone(LLVMGetReturnType(Src)), in Clone() local
/aosp_15_r20/external/clang/lib/Sema/
H A DSema.cpp1372 const FunctionType *FunTy = nullptr; in tryExprAsCall() local
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c373 CAMLprim value llvm_is_var_arg(LLVMTypeRef FunTy) { in llvm_is_var_arg()
378 CAMLprim value llvm_param_types(LLVMTypeRef FunTy) { in llvm_param_types()
/aosp_15_r20/external/clang/test/SemaCXX/
H A Ddllimport.cpp21 typedef __declspec(dllimport) void (*FunTy)(); // expected-warning{{'dllimport' attribute only appl… typedef
H A Ddllexport.cpp22 typedef __declspec(dllexport) void (*FunTy)(); // expected-warning{{'dllexport' attribute only appl… typedef