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

  /external/clang/test/CodeGen/
attr-no-tail.c 21 typedef int (*FuncTy)(int);
29 FuncTy F = callee1;
  /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/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]

Completed in 191 milliseconds