Home
last modified time | relevance | path

Searched refs:BC_FAIL (Results 1 - 2 of 2) sorted by relevance

/third_party/benchmark/tools/gbench/
H A Dreport.py36 BC_FAIL = BenchmarkColor('FAIL', '\033[91m') variable
212 return BC_FAIL if pval >= utest_alpha else BC_OKGREEN
344 return BC_FAIL
/third_party/node/deps/v8/src/regexp/
H A Dregexp-bytecode-generator.cc164 void RegExpBytecodeGenerator::Fail() { Emit(BC_FAIL, 0); } in Fail()

Completed in 3 milliseconds