Home
last modified time | relevance | path

Searched refs:funcType (Results 1 – 7 of 7) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp331 FunctionType *funcType = in constructFunction() local
335 Function *newFunction = Function::Create(funcType, in constructFunction()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp397 FunctionType *funcType = in CompileFS() local
400 auto pFunction = Function::Create(funcType, in CompileFS()
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DCodeExtractor.cpp293 FunctionType *funcType = in constructFunction() local
297 Function *newFunction = Function::Create(funcType, in constructFunction()
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp313 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 …]
DRewriteModernObjC.cpp385 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/
DType.cpp1120 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/annotation-tools/asmx/test/lib/
Dxalan-2.6.0.jarMETA-INF/ META-INF/MANIFEST.MF java_cup/ java_cup/runtime/ META- ...