Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp2039 if (!S.checkAddressOfFunctionIsAvailable(FD)) in IsStandardConversion()
10889 static bool checkAddressOfFunctionIsAvailable(Sema &S, const FunctionDecl *FD, in checkAddressOfFunctionIsAvailable() function
10953 return checkAddressOfFunctionIsAvailable(S, FD, /*Complain=*/true, in checkAddressOfCandidateIsAvailable()
10958 bool Sema::checkAddressOfFunctionIsAvailable(const FunctionDecl *Function, in checkAddressOfFunctionIsAvailable() function in Sema
10961 return ::checkAddressOfFunctionIsAvailable(*this, Function, Complain, in checkAddressOfFunctionIsAvailable()
12828 if (!S.checkAddressOfFunctionIsAvailable(Specialization)) in AddMatchingTemplateFunction()
12872 if (!S.checkAddressOfFunctionIsAvailable(FunDecl)) in AddMatchingNonTemplateFunction()
13158 if (!checkAddressOfFunctionIsAvailable(FD)) in resolveAddressOfSingleOverloadCandidate()
13937 !SemaRef.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in FinishOverloadedCallExpr()
13991 !S.checkAddressOfFunctionIsAvailable(I->Function, /*Complain=*/false)) { in markUnaddressableCandidatesUnviable()
H A DSemaInit.cpp6099 return !S.checkAddressOfFunctionIsAvailable( in isExprAnUnaddressableFunction()
8810 if (!S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in Perform()
9652 S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in Diagnose()
H A DSemaExpr.cpp535 if (!checkAddressOfFunctionIsAvailable(FD, Diagnose, E->getExprLoc())) in DefaultFunctionArrayConversion()
7312 if (CallingNDeclIndirectly && !checkAddressOfFunctionIsAvailable( in BuildCallExpr()
15088 if (!checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in CheckAddressOfOperand()
17647 return !S.checkAddressOfFunctionIsAvailable(FD, in maybeDiagnoseAssignmentToFunction()
H A DSemaChecking.cpp273 return !S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in SemaBuiltinFunctionStart()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4206 bool checkAddressOfFunctionIsAvailable(const FunctionDecl *Function,