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

12 3 4 5

  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 871 const FunctionType *getFunctionType() const;
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 409 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const {
SemaExceptionSpec.cpp 261 New->setType(Context.getFunctionType(
283 New->setType(Context.getFunctionType(
    [all...]
SemaDeclAttr.cpp 53 return (D->getFunctionType() != nullptr) || isa<ObjCMethodDecl>(D);
73 if (const FunctionType *FnTy = D->getFunctionType())
82 if (const FunctionType *FnTy = D->getFunctionType())
90 if (const FunctionType *FnTy = D->getFunctionType())
109 if (const FunctionType *FnTy = D->getFunctionType())
123 if (const FunctionType *FnTy = D->getFunctionType()) {
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/Orc/
CompileOnDemandLayer.h 294 return GlobalAlias::create(F->getFunctionType(),
  /external/llvm/include/llvm/IR/
Function.h 122 FunctionType *getFunctionType() const; // Return the FunctionType for me
  /external/llvm/lib/Target/AMDGPU/
AMDGPUPromoteAlloca.cpp 57 FunctionType *FTy = F.getFunctionType();
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 128 Function *Result = Function::Create(Func->getFunctionType(),
  /frameworks/compile/libbcc/lib/Renderscript/
RSScriptGroupFusion.cpp 254 const llvm::FunctionType* funcTy = inputFunction->getFunctionType();
  /external/clang/lib/StaticAnalyzer/Checkers/
NullabilityChecker.cpp 489 const FunctionType *FuncType = DeclCtxt->getDecl()->getFunctionType();
629 const FunctionType *FuncType = Decl->getFunctionType();
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 131 FunctionType *FTy = Callee->getFunctionType();
346 FunctionType *FTy = Callee->getFunctionType();
Lint.cpp 216 FunctionType *FT = F->getFunctionType();
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 236 FunctionType *FTy = FunctionType::get(F->getFunctionType()->getReturnType(),
237 ArgTypes, F->getFunctionType()->isVarArg());
    [all...]
  /external/llvm/tools/bugpoint/
CrashDebugger.cpp 249 assert(CMF->getFunctionType() == Funcs[i]->getFunctionType() && "wrong ty");
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 537 FunctionType *FT = F->getFunctionType();
688 buildWrapperFunction(F, "", GA->getLinkage(), F->getFunctionType());
707 FunctionType *FT = F.getFunctionType();
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 484 FunctionType *FTy = F->getFunctionType();
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 703 printType(FI->getFunctionType());
    [all...]
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 391 if (F.getFunctionType()->isVarArg()) return false;
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 435 unsigned NumArgs = Fn->getFunctionType()->getNumParams();
436 FunctionType *FTy = Fn->getFunctionType();
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 742 PF = Function::Create(F->getFunctionType(),
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 752 PF = Function::Create(F->getFunctionType(),
    [all...]
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 74 OS << "in function " << Fn.getName() << ' ' << *Fn.getFunctionType() << '\n'
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 76 OS << "in function " << Fn.getName() << ' ' << *Fn.getFunctionType() << '\n'

Completed in 466 milliseconds

12 3 4 5