Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp9629 static bool IsStdFunction(const FunctionDecl *FDecl, in IsStdFunction() function
9648 bool IsStdAbs = IsStdFunction(FDecl, "abs"); in CheckAbsoluteValueFunction()
9732 if (!IsStdFunction(FDecl, "max")) return; in CheckMaxUnsignedZero()