Home
last modified time | relevance | path

Searched refs:isFunctionPointerType (Results 1 – 24 of 24) sorted by relevance

/external/spirv-llvm/lib/SPIRV/
DSPIRVRegularizeLLVM.cpp181 if (isFunctionPointerType(I->getType())) { in lowerFuncPtr()
DSPIRVUtil.cpp604 isFunctionPointerType(Type *T) { in isFunctionPointerType() function
617 if (isFunctionPointerType(AI->getType())) { in hasFunctionPointerArg()
DSPIRVInternal.h630 bool isFunctionPointerType(Type *T);
DSPIRVWriter.cpp1655 assert((!isFunctionPointerType(Args[I]->getType()) || in transBuiltinToInstWithoutDecoration()
DSPIRVReader.cpp1075 return isFunctionPointerType(elem->getType()); in postProcessOCLBuiltinWithFuncPointer()
/external/clang/lib/Sema/
DSemaCast.cpp1612 if (DestType->isFunctionPointerType() || in TryConstCast()
1735 !SrcType->isFunctionPointerType() || !DstType->isFunctionPointerType()) in DiagnoseCallingConvCast()
2128 if (SrcType->isFunctionPointerType()) { in TryReinterpretCast()
2129 if (DestType->isFunctionPointerType()) { in TryReinterpretCast()
2148 if (DestType->isFunctionPointerType()) { in TryReinterpretCast()
DSemaDeclAttr.cpp1709 !VD->getType()->isFunctionPointerType())) { in handleAnalyzerNoReturnAttr()
2487 if (Ty->isBlockPointerType() || Ty->isFunctionPointerType()) { in handleSentinelAttr()
2488 const FunctionType *FT = Ty->isFunctionPointerType() in handleSentinelAttr()
2492 int m = Ty->isFunctionPointerType() ? 0 : 1; in handleSentinelAttr()
4960 if (VD && VD->getType()->isFunctionPointerType()) in handleX86ForceAlignArgPointerAttr()
4964 if (TD && (TD->getUnderlyingType()->isFunctionPointerType() || in handleX86ForceAlignArgPointerAttr()
DSemaTemplateDeduction.cpp3012 !ParamType->isFunctionPointerType() && in ResolveOverloadForDeduction()
DSemaChecking.cpp2216 if (!Ty->isBlockPointerType() && !Ty->isFunctionPointerType() && in CheckPointerCall()
DSemaDecl.cpp5885 if (NR->isFunctionPointerType()) { in ActOnVariableDeclarator()
DSemaExpr.cpp12374 if (!DstType->isFunctionPointerType() || in maybeDiagnoseAssignmentToFunction()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp56 T->isFunctionPointerType() || in isCallback()
70 if (FieldT->isBlockPointerType() || FieldT->isFunctionPointerType()) in isCallback()
DSValBuilder.cpp524 if (originalTy->isBlockPointerType() || originalTy->isFunctionPointerType()) { in evalCast()
/external/clang/include/clang/AST/
DCanonicalType.h274 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isFunctionPointerType)
DType.h1670 bool isFunctionPointerType() const;
5503 inline bool Type::isFunctionPointerType() const {
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp999 !deduced_type->isFunctionPointerType()) { in CheckVarDecl()
/external/clang/lib/Frontend/Rewrite/
DRewriteModernObjC.cpp232 else if (TD->getUnderlyingType()->isFunctionPointerType()) in HandleTopLevelDeclInObjCContainer()
1208 else if (T->isFunctionPointerType() || in RewriteTypeIntoString()
4516 if (T->isFunctionPointerType()) { in convertObjCTypeToCStyleType()
5143 if (Ty->isBlockPointerType() || Ty->isFunctionPointerType()) in RewriteByRefVar()
5604 else if (ND->getType()->isFunctionPointerType()) in RewriteFunctionBodyOrGlobalInitializer()
5621 else if (TD->getUnderlyingType()->isFunctionPointerType()) in RewriteFunctionBodyOrGlobalInitializer()
5763 else if (VD->getType()->isFunctionPointerType()) { in HandleDeclInMainFile()
5799 else if (TD->getUnderlyingType()->isFunctionPointerType()) in HandleDeclInMainFile()
DRewriteObjC.cpp1040 else if (T->isFunctionPointerType() || in RewriteTypeIntoString()
4266 if (Ty->isBlockPointerType() || Ty->isFunctionPointerType()) in RewriteByRefVar()
4697 else if (ND->getType()->isFunctionPointerType()) in RewriteFunctionBodyOrGlobalInitializer()
4714 else if (TD->getUnderlyingType()->isFunctionPointerType()) in RewriteFunctionBodyOrGlobalInitializer()
4852 else if (VD->getType()->isFunctionPointerType()) { in HandleDeclInMainFile()
4888 else if (TD->getUnderlyingType()->isFunctionPointerType()) in HandleDeclInMainFile()
/external/clang/lib/AST/
DCommentSema.cpp841 return QT->isFunctionPointerType(); in isFunctionPointerVarDecl()
DDeclBase.cpp822 if (Ty->isFunctionPointerType()) in getFunctionType()
DExprConstant.cpp4379 } else if (CalleeType->isFunctionPointerType()) { in handleCallExpr()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp532 if (RT->isBlockPointerType() || RT->isFunctionPointerType()) in rewriteToObjCProperty()
1060 T->isBlockPointerType() || T->isFunctionPointerType() || in TypeIsInnerPointer()
/external/clang/lib/Analysis/
DCFG.cpp1823 if (Ty->isFunctionPointerType()) in CanThrow()
/external/clang/lib/CodeGen/
DCGExpr.cpp3989 assert(CalleeType->isFunctionPointerType() && in EmitCall()