Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp10906 static bool IsStdFunction(const FunctionDecl *FDecl, in IsStdFunction() function
10925 bool IsStdAbs = IsStdFunction(FDecl, "abs"); in CheckAbsoluteValueFunction()
11009 if (!IsStdFunction(FDecl, "max")) return; in CheckMaxUnsignedZero()