HomeSort by relevance Sort by last modified time
    Searched refs:getFunctionType (Results 26 - 50 of 64) sorted by null

12 3

  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 395 FunctionType *FTy = F->getFunctionType();
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 659 printType(FI->getFunctionType());
    [all...]
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 368 FunctionType *FT = Callee->getFunctionType();
InlineFunction.cpp 501 CalledFunc->getFunctionType()->isVarArg()) return false;
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 361 unsigned NumArgs = Fn->getFunctionType()->getNumParams();
362 FunctionType *FTy = Fn->getFunctionType();
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 626 FunctionType *FT = F.getFunctionType();
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 399 CalleeFn->getFunctionType()->getNumParams() != 0) {
400 NumNamedVarArgParams = CalleeFn->getFunctionType()->getNumParams();
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 316 getContext().getFunctionType(RetTy, ArgsArray, NumArgs,
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 818 FunctionType *MemsetType = MS->getFunctionType();
    [all...]
Lint.cpp 209 FunctionType *FT = F->getFunctionType();
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 497 FunctionType *FTy = F->getFunctionType();
    [all...]
GlobalOpt.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprCXX.cpp 158 Context.getPointerType(Context.getFunctionType(Context.VoidTy, 0, 0,
    [all...]
StmtPrinter.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 784 /// getFunctionType - Return a normal function type with a typed
786 QualType getFunctionType(QualType ResultTy,
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 810 Function *NewDF = Function::Create(TypeMap.get(SF->getFunctionType()),
    [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 526 return Context->getFunctionType(result, args, numArgs, fpi);
    [all...]
RewriteObjC.cpp 488 return Context->getFunctionType(result, args, numArgs, fpi);
    [all...]

Completed in 655 milliseconds

12 3