Home
last modified time | relevance | path

Searched defs:FuncTy (Results 1 – 6 of 6) sorted by relevance

/external/clang/test/CodeGen/
Dattr-no-tail.c21 typedef int (*FuncTy)(int); typedef
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTestBase.h119 FunctionType *FuncTy) { in insertExternalReferenceToFunction()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp134 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false); in GenEmptyFunction() local
/external/llvm/tools/bugpoint/
DMiscompilation.cpp854 FunctionType *FuncTy = F->getFunctionType(); in CleanupAndPrepareModules() local
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1014 FunctionType *FuncTy = cast<FunctionType>(PT->getElementType()); in lowerCall() local
/external/clang/lib/CodeGen/
DCGBlocks.cpp985 const FunctionType *FuncTy = FnType->castAs<FunctionType>(); in EmitBlockCallExpr() local