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.cpp2210 if (!S.checkAddressOfFunctionIsAvailable(FD)) in IsStandardConversion()
10901 static bool checkAddressOfFunctionIsAvailable(Sema &S, const FunctionDecl *FD, in checkAddressOfFunctionIsAvailable() function
10965 return checkAddressOfFunctionIsAvailable(S, FD, /*Complain=*/true, in checkAddressOfCandidateIsAvailable()
10970 bool Sema::checkAddressOfFunctionIsAvailable(const FunctionDecl *Function, in checkAddressOfFunctionIsAvailable() function in Sema
10973 return ::checkAddressOfFunctionIsAvailable(*this, Function, Complain, in checkAddressOfFunctionIsAvailable()
12924 if (!S.checkAddressOfFunctionIsAvailable(Specialization)) in AddMatchingTemplateFunction()
12968 if (!S.checkAddressOfFunctionIsAvailable(FunDecl)) in AddMatchingNonTemplateFunction()
13213 if (!checkAddressOfFunctionIsAvailable(FD)) in resolveAddressOfSingleOverloadCandidate()
13974 !SemaRef.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in FinishOverloadedCallExpr()
14026 !S.checkAddressOfFunctionIsAvailable(I->Function, /*Complain=*/false)) { in markUnaddressableCandidatesUnviable()
H A DSemaInit.cpp6240 return !S.checkAddressOfFunctionIsAvailable( in isExprAnUnaddressableFunction()
7758 if (!S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in Perform()
8682 S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in Diagnose()
H A DSemaExpr.cpp525 if (!checkAddressOfFunctionIsAvailable(FD, Diagnose, E->getExprLoc())) in DefaultFunctionArrayConversion()
6535 if (CallingNDeclIndirectly && !checkAddressOfFunctionIsAvailable( in BuildCallExpr()
14050 if (!checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in CheckAddressOfOperand()
16591 return !S.checkAddressOfFunctionIsAvailable(FD, in maybeDiagnoseAssignmentToFunction()
H A DSemaChecking.cpp303 return !S.checkAddressOfFunctionIsAvailable(FD, /*Complain=*/true, in BuiltinFunctionStart()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10391 bool checkAddressOfFunctionIsAvailable(const FunctionDecl *Function,