Home
last modified time | relevance | path

Searched defs:funcType (Results 1 – 12 of 12) sorted by relevance

/external/go-cmp/cmp/internal/function/
Dfunc.go15 type funcType int type
38 func IsType(t reflect.Type, ft funcType) bool {
/external/OpenCL-CTS/test_conformance/spirv_new/
Dtest_op_function.cpp23 const char *funcType, in test_function()
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
Dgpu_fusion_rewrite.cc215 auto funcType = rewriter.getFunctionType(argTypes, llvm::None); in matchAndRewrite() local
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp331 FunctionType *funcType = in constructFunction() local
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiVersionCheck.cpp559 const auto &funcType = testsArr[ndx].second; in regularCheck() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp545 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType()
558 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl()
2117 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local
2288 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
DRewriteModernObjC.cpp608 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType()
621 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl()
2202 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local
2377 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp814 FunctionType *funcType = in constructFunction() local
/external/tensorflow/tensorflow/core/ir/
Dops.cc314 auto funcType = arg_types.front().cast<FunctionType>(); in ParseCustomTfOp() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp878 FunctionType *funcType = FunctionType::get( in constructFunction() local
/external/angle/src/libANGLE/capture/
DFrameCapture.h1365 ReplayFunc funcType; member
/external/clang/lib/AST/
DType.cpp1120 if (const auto *funcType = dyn_cast<FunctionType>(splitType.Ty)) { in substObjCTypeArgs() local