Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp2382 if (!S.checkAddressOfFunctionIsAvailable(FD)) in IsStandardConversion()
11594 static bool checkAddressOfFunctionIsAvailable(Sema &S, const FunctionDecl *FD, in checkAddressOfFunctionIsAvailable() function
11658 return checkAddressOfFunctionIsAvailable(S, FD, /*Complain=*/true, in checkAddressOfCandidateIsAvailable()
11663 bool Sema::checkAddressOfFunctionIsAvailable(const FunctionDecl *Function, in checkAddressOfFunctionIsAvailable() function in Sema
11666 return ::checkAddressOfFunctionIsAvailable(*this, Function, Complain, in checkAddressOfFunctionIsAvailable()
13645 if (!S.checkAddressOfFunctionIsAvailable(Specialization)) in AddMatchingTemplateFunction()
13689 if (!S.checkAddressOfFunctionIsAvailable(FunDecl)) in AddMatchingNonTemplateFunction()
13961 if (!checkAddressOfFunctionIsAvailable(FD)) in resolveAddressOfSingleOverloadCandidate()
14740 !SemaRef.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in FinishOverloadedCallExpr()
14793 !S.checkAddressOfFunctionIsAvailable(I->Function, /*Complain=*/false)) { in markUnaddressableCandidatesUnviable()
H A DSemaInit.cpp6490 return !S.checkAddressOfFunctionIsAvailable( in isExprAnUnaddressableFunction()
8027 if (!S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in Perform()
8963 S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in Diagnose()
H A DSemaExpr.cpp522 if (!checkAddressOfFunctionIsAvailable(FD, Diagnose, E->getExprLoc())) in DefaultFunctionArrayConversion()
6707 if (CallingNDeclIndirectly && !checkAddressOfFunctionIsAvailable( in BuildCallExpr()
14448 if (!checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in CheckAddressOfOperand()
16962 return !S.checkAddressOfFunctionIsAvailable(FD, in maybeDiagnoseAssignmentToFunction()
H A DSemaChecking.cpp301 return !S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in BuiltinFunctionStart()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10605 bool checkAddressOfFunctionIsAvailable(const FunctionDecl *Function,