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

  /external/clang/test/CodeGen/
attr-no-tail.c 21 typedef int (*FuncTy)(int);
29 FuncTy F = callee1;
  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 78 auto FuncTy = m->getFunctionType(VoidTy, nullptr, 0);
97 auto Func = b.MakeFunctionDefinition(VoidTy, FunctionControl::None, FuncTy);
208 auto FuncTy = m->getFunctionType(IntTy, {IntTy});
210 auto Func = b.MakeFunctionDefinition(IntTy, FunctionControl::None, FuncTy);
  /external/llvm/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
Miscompilation.cpp     [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 133 auto *FuncTy = FunctionType::get(Type::getVoidTy(Context), ArgsTy, false);
136 auto *Func = Function::Create(FuncTy, GlobalValue::ExternalLinkage, Name, M);
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 88 TypeFunctionInst *FuncTy = m->getFunctionType(VoidTy, nullptr, 0);
90 b.MakeFunctionDefinition(VoidTy, FunctionControl::None, FuncTy);
  /external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp 329 FunctionType *FuncTy = FunctionType::get(
333 Function *Func2 = Function::Create(FuncTy, Function::InternalLinkage,
335 Function *Func3 = Function::Create(FuncTy, Function::InternalLinkage,
382 FunctionType *FuncTy =
384 Function *Func1 = Function::Create(FuncTy, Function::ExternalLinkage,
386 Function *Func2 = Function::Create(FuncTy, Function::InternalLinkage,
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
PNaClTranslator.cpp     [all...]

Completed in 211 milliseconds