Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp156 static bool isFromCtypeMacro(const Expr *E, ASTContext &AC);
576 if (isFromCtypeMacro(E, C.getASTContext())) in performCheck()
775 bool ArrayBoundChecker::isFromCtypeMacro(const Expr *E, ASTContext &ACtx) { in isFromCtypeMacro() function in ArrayBoundChecker