Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9901 static bool IsStdFunction(const FunctionDecl *FDecl, in IsStdFunction() function
9920 bool IsStdAbs = IsStdFunction(FDecl, "abs"); in CheckAbsoluteValueFunction()
10004 if (!IsStdFunction(FDecl, "max")) return; in CheckMaxUnsignedZero()