Searched refs:FunTy (Results 1 – 14 of 14) sorted by relevance
/external/llvm/test/Feature/ |
D | aliases.ll | 19 %FunTy = type i32() 24 @bar_f = weak_odr alias %FunTy, %FunTy* @foo_f 38 %tmp4 = call %FunTy @bar_f()
|
D | simplecalltest.ll | 5 %FunTy = type i32 (i32) 7 define void @invoke(%FunTy* %x) { 17 call void @invoke( %FunTy* @test )
|
D | calltest.ll | 5 %FunTy = type i32 (i32) 7 define void @invoke(%FunTy* %x) { 21 call void @invoke( %FunTy* @test )
|
/external/llvm/test/Other/ |
D | 2002-01-31-CallGraph.ll | 6 %FunTy = type i32 (i32) 8 define void @invoke(%FunTy* %x) {
|
/external/llvm/test/CodeGen/ARM/ |
D | aliases.ll | 39 %FunTy = type i32() 44 @bar_f = weak alias %FunTy, %FunTy* @foo_f
|
/external/llvm/include/llvm/IR/ |
D | Statepoint.h | 58 template <typename FunTy, typename InstructionTy, typename ValueTy, 131 FunTy *getCalledFunction() const { in getCalledFunction() 136 FunTy *getCaller() const { return getCallSite().getCaller(); } in getCaller() 378 template <typename FunTy, typename InstructionTy, typename ValueTy, 381 StatepointBase<FunTy, InstructionTy, ValueTy, CallSiteTy>::getRelocates() in getRelocates()
|
D | CallSite.h | 40 template <typename FunTy = const Function, 101 FunTy *getCalledFunction() const { in getCalledFunction() 102 return dyn_cast<FunTy>(getCalledValue()); in getCalledFunction() 191 FunTy *getCaller() const { return (*this)->getParent()->getParent(); } in getCaller()
|
/external/llvm/test/CodeGen/X86/ |
D | aliases.ll | 27 %FunTy = type i32() 33 @bar_f = weak alias %FunTy, %FunTy* @foo_f
|
/external/clang/lib/Sema/ |
D | Sema.cpp | 1379 const FunctionType *FunTy = nullptr; in tryExprAsCall() local 1382 FunTy = PointeeTy->getAs<FunctionType>(); in tryExprAsCall() 1383 if (!FunTy) in tryExprAsCall() 1384 FunTy = ExprTy->getAs<FunctionType>(); in tryExprAsCall() 1387 dyn_cast_or_null<FunctionProtoType>(FunTy)) { in tryExprAsCall() 1389 ZeroArgCallReturnTy = FunTy->getReturnType(); in tryExprAsCall()
|
/external/clang/test/Sema/ |
D | dllimport.c | 10 typedef __declspec(dllimport) void (*FunTy)(); // expected-warning{{'dllimport' attribute only appl… typedef
|
D | dllexport.c | 10 typedef __declspec(dllexport) void (*FunTy)(); // expected-warning{{'dllexport' attribute only appl… typedef
|
/external/llvm/bindings/ocaml/llvm/ |
D | llvm_ocaml.c | 328 CAMLprim value llvm_is_var_arg(LLVMTypeRef FunTy) { in llvm_is_var_arg() argument 329 return Val_bool(LLVMIsFunctionVarArg(FunTy)); in llvm_is_var_arg() 333 CAMLprim value llvm_param_types(LLVMTypeRef FunTy) { in llvm_param_types() argument 334 value Tys = alloc(LLVMCountParamTypes(FunTy), 0); in llvm_param_types() 335 LLVMGetParamTypes(FunTy, (LLVMTypeRef *) Tys); in llvm_param_types()
|
/external/clang/test/SemaCXX/ |
D | dllexport.cpp | 22 typedef __declspec(dllexport) void (*FunTy)(); // expected-warning{{'dllexport' attribute only appl… typedef
|
D | dllimport.cpp | 21 typedef __declspec(dllimport) void (*FunTy)(); // expected-warning{{'dllimport' attribute only appl… typedef
|