HomeSort by relevance Sort by last modified time
    Searched refs:getFunctionType (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 613 FunctionType *FTy = F->getFunctionType();
    [all...]
FunctionAttrs.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
DeclBase.cpp 770 const FunctionType *Decl::getFunctionType(bool BlocksToo) const {
    [all...]
ASTDiagnostic.cpp 97 QT = FPT ? Context.getFunctionType(RT, Args, FPT->getExtProtoInfo())
    [all...]
StmtPrinter.cpp     [all...]
Type.cpp 871 return Ctx.getFunctionType(returnType, paramTypes, info);
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h     [all...]
Instructions.h     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 596 QualType FQTy = CGF.getContext().getFunctionType(Op.Ty, ArgsQTys, EPI);
600 llvm::FunctionType *FTy = CGF.CGM.getTypes().GetFunctionType(FuncInfo);
    [all...]
CGException.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 841 PF = Function::Create(F->getFunctionType(),
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 909 PF = Function::Create(F->getFunctionType(),
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp     [all...]
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 539 FunctionType *MemsetType = MS->getFunctionType();
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 371 F->getParent()->getOrInsertFunction(buffer, F->getFunctionType()));
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 743 Vals.push_back(VE.getTypeID(F.getFunctionType()));
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp 486 return Context->getFunctionType(result, args, fpi);
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 719 return Function::Create(TypeMap.get(SF->getFunctionType()),
    [all...]
  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /frameworks/compile/slang/
slang_rs_object_ref_count.cpp     [all...]

Completed in 2087 milliseconds

1 23 4 5