Searched refs:ERROR_LOG (Results 1 – 3 of 3) sorted by relevance
52 ERROR_LOG=$(${MKTEMP})61 | grep -v "Skipping input" >> $ERROR_LOG66 ${LITLINT} "$@" 2>>$ERROR_LOG119 ${DFSAN_RTL}/scripts/check_custom_wrappers.sh >> $ERROR_LOG130 ( ERROR_LOG=${ERROR_LOG}.inc run_lint ${COMMON_RTL_INC_LINT_FILTER} $(find ${MKTEMP_DIR} -type f -n…131 sed "s|${MKTEMP_DIR}|${COMPILER_RT}|g" ${ERROR_LOG}.inc | sed "s|.inc.cpp|.inc|g" >> ${ERROR_LOG}136 if [ -s $ERROR_LOG ]; then137 cat $ERROR_LOG
45 ERROR_LOG=$(${MKTEMP})54 | grep -v "Skipping input" >> $ERROR_LOG59 ${LITLINT} "$@" 2>>$ERROR_LOG113 ${DFSAN_RTL}/scripts/check_custom_wrappers.sh >> $ERROR_LOG131 if [ -s $ERROR_LOG ]; then132 cat $ERROR_LOG
89 static char ERROR_LOG[MAX_TEST_LOG][MAXTESTNAME]; variable438 strcpy(ERROR_LOG[ERRONEOUS_FUNCTION_COUNT++], pathToFunction); in iterateTestsWithLevel()564 fprintf(stdout, "[%s]\n",ERROR_LOG[i]); in runTests()569 fprintf(summf, "%s\n",ERROR_LOG[i]); in runTests()