HomeSort by relevance Sort by last modified time
    Searched refs:FunTy (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
CallSite.h 40 template <typename FunTy = const Function,
94 FunTy *getCalledFunction() const {
95 return dyn_cast<FunTy>(getCalledValue());
154 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /external/llvm/include/llvm/IR/
Statepoint.h 58 template <typename FunTy, typename InstructionTy, typename ValueTy,
131 FunTy *getCalledFunction() const {
136 FunTy *getCaller() const { return getCallSite().getCaller(); }
396 template <typename FunTy, typename InstructionTy, typename ValueTy,
399 StatepointBase<FunTy, InstructionTy, ValueTy, CallSiteTy>::getRelocates()
CallSite.h 40 template <typename FunTy = const Function,
101 FunTy *getCalledFunction() const {
102 return dyn_cast<FunTy>(getCalledValue());
242 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /external/clang/test/Sema/
dllexport.c 10 typedef __declspec(dllexport) void (*FunTy)(); // expected-warning{{'dllexport' attribute only applies to variables and functions}}
dllimport.c 10 typedef __declspec(dllimport) void (*FunTy)(); // expected-warning{{'dllimport' attribute only applies to variables and functions}}
  /external/clang/lib/Sema/
Sema.cpp     [all...]
  /external/llvm/tools/llvm-c-test/
echo.cpp 99 LLVMTypeRef FunTy = LLVMFunctionType(Clone(LLVMGetReturnType(Src)),
104 return FunTy;
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 373 CAMLprim value llvm_is_var_arg(LLVMTypeRef FunTy) {
374 return Val_bool(LLVMIsFunctionVarArg(FunTy));
378 CAMLprim value llvm_param_types(LLVMTypeRef FunTy) {
379 value Tys = alloc(LLVMCountParamTypes(FunTy), 0);
380 LLVMGetParamTypes(FunTy, (LLVMTypeRef *) Tys);
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c 269 CAMLprim value llvm_is_var_arg(LLVMTypeRef FunTy) {
270 return Val_bool(LLVMIsFunctionVarArg(FunTy));
274 CAMLprim value llvm_param_types(LLVMTypeRef FunTy) {
275 value Tys = alloc(LLVMCountParamTypes(FunTy), 0);
276 LLVMGetParamTypes(FunTy, (LLVMTypeRef *) Tys);
    [all...]
  /external/clang/test/SemaCXX/
dllexport.cpp 22 typedef __declspec(dllexport) void (*FunTy)(); // expected-warning{{'dllexport' attribute only applies to variables, functions and classes}}
    [all...]
dllimport.cpp 21 typedef __declspec(dllimport) void (*FunTy)(); // expected-warning{{'dllimport' attribute only applies to variables, functions and classes}}
    [all...]

Completed in 1674 milliseconds