Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp11229 static bool IsStdFunction(const FunctionDecl *FDecl, in IsStdFunction() function
11248 bool IsStdAbs = IsStdFunction(FDecl, "abs"); in CheckAbsoluteValueFunction()
11332 if (!IsStdFunction(FDecl, "max")) return; in CheckMaxUnsignedZero()