HomeSort by relevance Sort by last modified time
    Searched refs:FnTy (Results 1 - 25 of 27) sorted by null

1 2

  /external/clang/test/SemaCXX/
unaddressable-functions.cpp 105 using FnTy = void (*)();
114 FnTy Fn;
125 FnTy Fn;
140 FnTy Fn;
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 26 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false);
37 EltTy = StructType::get(IRB.getInt32Ty(), PointerType::getUnqual(FnTy),
57 EltTy = StructType::get(IRB.getInt32Ty(), PointerType::getUnqual(FnTy),
  /external/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 111 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes,
113 if (CanRepresent(FnTy.getTypePtr()))
114 DI.EmitFunctionDecl(D, D->getLocation(), FnTy);
130 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes,
132 if (CanRepresent(FnTy.getTypePtr()))
133 DI.EmitFunctionDecl(D, D->getLocation(), FnTy);
CGOpenMPRuntime.cpp 754 auto *FnTy = CGM.getTypes().GetFunctionType(FnInfo);
756 FnTy, llvm::GlobalValue::InternalLinkage,
    [all...]
CGOpenMPRuntimeNVPTX.cpp 276 llvm::FunctionType *FnTy =
278 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_kernel_init");
CGException.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
CGDebugInfo.cpp     [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 496 Type *FnTy = FunctionType::get(Int32Ty, ArgTys, /*isVarArg=*/false);
497 Value *Callee = Constant::getNullValue(FnTy->getPointerTo());
528 Type *FnTy = FunctionType::get(Int32Ty, Int32Ty, /*isVarArg=*/false);
529 Value *Callee = Constant::getNullValue(FnTy->getPointerTo());
555 Type *FnTy = FunctionType::get(Int32Ty, Int32Ty, /*isVarArg=*/false);
556 Value *Callee = Constant::getNullValue(FnTy->getPointerTo());
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 77 if (const FunctionType *FnTy = D->getFunctionType())
78 return isa<FunctionProtoType>(FnTy);
86 if (const FunctionType *FnTy = D->getFunctionType())
87 return cast<FunctionProtoType>(FnTy)->getNumParams();
94 if (const FunctionType *FnTy = D->getFunctionType())
95 return cast<FunctionProtoType>(FnTy)->getParamType(Idx);
113 if (const FunctionType *FnTy = D->getFunctionType())
114 return cast<FunctionType>(FnTy)->getReturnType();
127 if (const FunctionType *FnTy = D->getFunctionType()) {
128 const FunctionProtoType *proto = cast<FunctionProtoType>(FnTy);
    [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 618 milliseconds

1 2