Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp196 static void failIf(bool B, const llvm::Twine &E) { in failIf() function
376 failIf(!S, "expected string"); in parseScalarString()
393 failIf(DI == S.end(), "empty document: " + InputFile); in read()
395 failIf(!Root, "expecting root node: " + InputFile); in read()
397 failIf(!Top, "expecting mapping node: " + InputFile); in read()
405 failIf(!Points, "expected array: " + InputFile); in read()
415 failIf(!PointSymbolInfo, "expected mapping node: " + InputFile); in read()
422 failIf(!FileInfo, "expected mapping node: " + InputFile); in read()
429 failIf(!FunctionInfo, "expected mapping node: " + InputFile); in read()
436 failIf(ColonPos == std::string::npos, "expected ':': " + InputFile); in read()
[all …]
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_unittest2_with.py146 self.failIf(False)
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py700 failIf = _deprecate(assertFalse) variable in TestCase