Searched refs:isFromCtypeMacro (Results 1 – 1 of 1) sorted by relevance
156 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