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

  /external/clang/test/CodeGen/
attr-no-tail.c 21 typedef int (*FuncTy)(int);
29 FuncTy F = callee1;
  /external/llvm/include/llvm/CodeGen/
FastISel.h 94 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
102 IsVarArg = FuncTy->isVarArg();
109 NumFixedArgs = FuncTy->getNumParams();
116 CallLoweringInfo &setCallee(Type *ResultTy, FunctionType *FuncTy,
126 IsVarArg = FuncTy->isVarArg();
133 NumFixedArgs = (FixedArgs == ~0U) ? FuncTy->getNumParams() : FixedArgs;
  /external/llvm/include/llvm/ADT/
STLExtras.h 194 template <class ItTy, class FuncTy>
195 inline mapped_iterator<ItTy, FuncTy> map_iterator(const ItTy &I, FuncTy F) {
196 return mapped_iterator<ItTy, FuncTy>(I, F);
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestBase.h 119 FunctionType *FuncTy) {
120 Function *Result = Function::Create(FuncTy,
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 134 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false);
137 auto *Func = Function::Create(FuncTy, GlobalValue::ExternalLinkage, Name, M);
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]

Completed in 377 milliseconds