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

  /external/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/clang/lib/Sema/
Sema.cpp     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 268 CAMLprim value llvm_is_var_arg(LLVMTypeRef FunTy) {
269 return Val_bool(LLVMIsFunctionVarArg(FunTy));
273 CAMLprim value llvm_param_types(LLVMTypeRef FunTy) {
274 value Tys = alloc(LLVMCountParamTypes(FunTy), 0);
275 LLVMGetParamTypes(FunTy, (LLVMTypeRef *) Tys);
    [all...]

Completed in 117 milliseconds