Searched refs:funcType (Results 1 – 8 of 8) sorted by relevance
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/function/ |
D | func.go | 10 type funcType int type 13 _ funcType = iota 29 func IsType(t reflect.Type, ft funcType) bool { argument
|
/external/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 331 FunctionType *funcType = in constructFunction() local 335 Function *newFunction = Function::Create(funcType, in constructFunction()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 293 FunctionType *funcType = in constructFunction() local 297 Function *newFunction = Function::Create(funcType, in constructFunction()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 313 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D); 545 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType() argument 548 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) { in RewriteBlocksInFunctionProtoType() 558 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl() argument 559 const PointerType *PT = funcType->getAs<PointerType>(); in CheckFunctionPointerDecl() 560 if (PT && PointerTypeTakesAnyBlockArguments(funcType)) in CheckFunctionPointerDecl() 2117 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local 2118 assert(funcType && "missing function type"); in RewriteObjCQualifiedInterfaceTypes() 2119 proto = dyn_cast<FunctionProtoType>(funcType); in RewriteObjCQualifiedInterfaceTypes() 2288 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local [all …]
|
D | RewriteModernObjC.cpp | 385 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D); 608 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType() argument 611 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) { in RewriteBlocksInFunctionProtoType() 621 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl() argument 622 const PointerType *PT = funcType->getAs<PointerType>(); in CheckFunctionPointerDecl() 623 if (PT && PointerTypeTakesAnyBlockArguments(funcType)) in CheckFunctionPointerDecl() 2202 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local 2203 assert(funcType && "missing function type"); in RewriteObjCQualifiedInterfaceTypes() 2204 proto = dyn_cast<FunctionProtoType>(funcType); in RewriteObjCQualifiedInterfaceTypes() 2377 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local [all …]
|
/external/clang/lib/AST/ |
D | Type.cpp | 1120 if (const auto *funcType = dyn_cast<FunctionType>(splitType.Ty)) { in substObjCTypeArgs() local 1122 QualType returnType = funcType->getReturnType().substObjCTypeArgs( in substObjCTypeArgs() 1131 if (isa<FunctionNoProtoType>(funcType)) { in substObjCTypeArgs() 1134 == funcType->getReturnType().getAsOpaquePtr()) in substObjCTypeArgs() 1138 return ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in substObjCTypeArgs() 1141 const auto *funcProtoType = cast<FunctionProtoType>(funcType); in substObjCTypeArgs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 668 FunctionType *funcType = in constructFunction() local 673 Function *newFunction = Function::Create(funcType, in constructFunction()
|
/external/mesa3d/src/gallium/drivers/swr/ |
D | swr_shader.cpp | 1039 FunctionType *funcType = in CompileFS() local 1042 auto pFunction = Function::Create(funcType, in CompileFS()
|