Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/sancov/
H A Dsancov.cpp187 static void failIf(bool B, const llvm::Twine &E) { in failIf() function
367 failIf(!S, "expected string"); in parseScalarString()
384 failIf(DI == S.end(), "empty document: " + InputFile); in read()
386 failIf(!Root, "expecting root node: " + InputFile); in read()
388 failIf(!Top, "expecting mapping node: " + InputFile); in read()
396 failIf(!Points, "expected array: " + InputFile); in read()
406 failIf(!PointSymbolInfo, "expected mapping node: " + InputFile); in read()
413 failIf(!FileInfo, "expected mapping node: " + InputFile); in read()
420 failIf(!FunctionInfo, "expected mapping node: " + InputFile); in read()
427 failIf(ColonPos == std::string::npos, "expected ':': " + InputFile); in read()
[all …]
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_unittest2_with.py146 self.failIf(False)
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py695 failIf = _deprecate(assertFalse) variable in TestCase