Home
last modified time | relevance | path

Searched refs:checkAddressOfFunctionIsAvailable (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp1746 if (!S.checkAddressOfFunctionIsAvailable(FD)) in IsStandardConversion()
9560 static bool checkAddressOfFunctionIsAvailable(Sema &S, const FunctionDecl *FD, in checkAddressOfFunctionIsAvailable() function
9597 return checkAddressOfFunctionIsAvailable(S, FD, /*Complain=*/true, in checkAddressOfCandidateIsAvailable()
9602 bool Sema::checkAddressOfFunctionIsAvailable(const FunctionDecl *Function, in checkAddressOfFunctionIsAvailable() function in Sema
9605 return ::checkAddressOfFunctionIsAvailable(*this, Function, Complain, in checkAddressOfFunctionIsAvailable()
11144 if (!S.checkAddressOfFunctionIsAvailable(Specialization)) in AddMatchingTemplateFunction()
11181 if (!S.checkAddressOfFunctionIsAvailable(FunDecl)) in AddMatchingNonTemplateFunction()
11437 if (!checkAddressOfFunctionIsAvailable(FD)) in resolveAddressOfOnlyViableOverloadCandidate()
12098 !SemaRef.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in FinishOverloadedCallExpr()
12141 !S.checkAddressOfFunctionIsAvailable(I->Function, /*Complain=*/false)) { in markUnaddressableCandidatesUnviable()
H A DSemaInit.cpp5335 return !S.checkAddressOfFunctionIsAvailable( in isExprAnUnaddressableFunction()
7532 if (!S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in Perform()
8336 S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in Diagnose()
H A DSemaExpr.cpp453 if (!checkAddressOfFunctionIsAvailable(FD, Diagnose, E->getExprLoc())) in DefaultFunctionArrayConversion()
5530 if (CallingNDeclIndirectly && !checkAddressOfFunctionIsAvailable( in ActOnCallExpr()
11814 if (!checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in CheckAddressOfOperand()
13985 return !S.checkAddressOfFunctionIsAvailable(FD, in maybeDiagnoseAssignmentToFunction()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h2899 bool checkAddressOfFunctionIsAvailable(const FunctionDecl *Function,