Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp9423 static bool IsStdFunction(const FunctionDecl *FDecl, in IsStdFunction() function
9442 bool IsStdAbs = IsStdFunction(FDecl, "abs"); in CheckAbsoluteValueFunction()
9526 if (!IsStdFunction(FDecl, "max")) return; in CheckMaxUnsignedZero()