Home
last modified time | relevance | path

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

/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/function/
Dfunc.go10 type funcType int type
29 func IsType(t reflect.Type, ft funcType) bool {
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp331 FunctionType *funcType = in constructFunction() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp293 FunctionType *funcType = in constructFunction() 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-7.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp668 FunctionType *funcType = in constructFunction() local
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1039 FunctionType *funcType = in CompileFS() local
/external/clang/lib/AST/
DType.cpp1120 if (const auto *funcType = dyn_cast<FunctionType>(splitType.Ty)) { in substObjCTypeArgs() local