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

12 3

  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 123 FunctionType *FTy = Callee->getFunctionType();
326 FunctionType *FTy = Callee->getFunctionType();
Lint.cpp 209 FunctionType *FT = F->getFunctionType();
BasicAliasAnalysis.cpp 791 FunctionType *MemsetType = MS->getFunctionType();
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 395 FunctionType *FTy = F->getFunctionType();
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 692 printType(FI->getFunctionType());
    [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 361 unsigned NumArgs = Fn->getFunctionType()->getNumParams();
362 FunctionType *FTy = Fn->getFunctionType();
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaDeclAttr.cpp 62 static const FunctionType *getFunctionType(const Decl *D,
88 return getFunctionType(D, false) != NULL;
124 if (const FunctionType *FnTy = getFunctionType(D))
136 if (const FunctionType *FnTy = getFunctionType(D))
144 if (const FunctionType *FnTy = getFunctionType(D))
153 if (const FunctionType *FnTy = getFunctionType(D))
159 if (const FunctionType *FnTy = getFunctionType(D)) {
    [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
SemaType.cpp     [all...]
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 91 FunctionType *FType = MF.getFunction()->getFunctionType();
AMDILPeepholeOptimizer.cpp 368 F->getParent()->getOrInsertFunction(buffer, F->getFunctionType()));
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 495 FunctionType *FTy = F->getFunctionType();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 251 FunctionType *FTy = F.getFunctionType();
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 477 FunctionType *FT = Callee->getFunctionType();
InlineFunction.cpp 501 CalledFunc->getFunctionType()->isVarArg()) return false;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
ExprCXX.cpp 181 Context.getPointerType(Context.getFunctionType(Context.VoidTy,
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 822 FunctionType *FT = F.getFunctionType();
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 414 CalleeFn->getFunctionType()->getNumParams() != 0) {
415 NumNamedVarArgParams = CalleeFn->getFunctionType()->getNumParams();
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 430 getContext().getFunctionType(RetTy, ArgTypes,
    [all...]
  /external/llvm/lib/Linker/
LinkModules.cpp 806 Function *NewDF = Function::Create(TypeMap.get(SF->getFunctionType()),
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]

Completed in 860 milliseconds

12 3