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

  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 27 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false);
47 EltTy = StructType::get(IRB.getInt32Ty(), PointerType::getUnqual(FnTy),
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 101 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes,
103 if (CanRepresent(FnTy.getTypePtr()))
104 DI.EmitFunctionDecl(D, D->getLocation(), FnTy);
120 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes,
122 if (CanRepresent(FnTy.getTypePtr()))
123 DI.EmitFunctionDecl(D, D->getLocation(), FnTy);
CGException.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGOpenMPRuntime.cpp 527 llvm::FunctionType *FnTy =
529 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_fork_call");
535 llvm::FunctionType *FnTy =
537 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_global_thread_num");
546 llvm::FunctionType *FnTy =
548 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_threadprivate_cached");
557 llvm::FunctionType *FnTy =
559 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical");
568 llvm::FunctionType *FnTy =
570 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_critical_with_hint")
    [all...]
ItaniumCXXABI.cpp     [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 492 Type *FnTy = FunctionType::get(Int32Ty, ArgTys, /*isVarArg=*/false);
493 Value *Callee = Constant::getNullValue(FnTy->getPointerTo());
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 694 milliseconds