Searched refs:funcType (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| H A D | plugin.c | 610 int funcType, in slapi_int_call_plugins() argument 621 rc = slapi_int_get_plugins( be, funcType, &tmpPlugin ); in slapi_int_call_plugins() 634 if ( !SLAPI_PLUGIN_IS_POST_FN( funcType ) && rc != 0 ) { in slapi_int_call_plugins()
|
| H A D | proto-slapi.h | 71 LDAP_SLAPI_F (int) slapi_int_call_plugins LDAP_P((Backend *be, int funcType, Slapi_PBlock * pPB));
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Type.cpp | 1308 QualType VisitFunctionType(const FunctionType *funcType) { in VisitFunctionType() 1313 QualType returnType = funcType->getReturnType().substObjCTypeArgs( in VisitFunctionType() 1320 if (isa<FunctionNoProtoType>(funcType)) { in VisitFunctionType() 1323 funcType->getReturnType().getAsOpaquePtr()) in VisitFunctionType() 1324 return BaseType::VisitFunctionType(funcType); in VisitFunctionType() 1327 return Ctx.getFunctionNoProtoType(returnType, funcType->getExtInfo()); in VisitFunctionType() 1330 const auto *funcProtoType = cast<FunctionProtoType>(funcType); in VisitFunctionType() 1373 return BaseType::VisitFunctionType(funcType); in VisitFunctionType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
| H A 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() 2126 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local 2127 assert(funcType && "missing function type"); in RewriteObjCQualifiedInterfaceTypes() 2128 proto = dyn_cast<FunctionProtoType>(funcType); in RewriteObjCQualifiedInterfaceTypes() 2297 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local [all …]
|
| H A D | RewriteModernObjC.cpp | 385 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D); 609 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType() argument 612 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) { in RewriteBlocksInFunctionProtoType() 622 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl() argument 623 const PointerType *PT = funcType->getAs<PointerType>(); in CheckFunctionPointerDecl() 624 if (PT && PointerTypeTakesAnyBlockArguments(funcType)) in CheckFunctionPointerDecl() 2208 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local 2209 assert(funcType && "missing function type"); in RewriteObjCQualifiedInterfaceTypes() 2210 proto = dyn_cast<FunctionProtoType>(funcType); in RewriteObjCQualifiedInterfaceTypes() 2383 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | CodeExtractor.cpp | 861 FunctionType *funcType = in constructFunction() local 871 funcType, GlobalValue::InternalLinkage, oldFunction->getAddressSpace(), in constructFunction()
|