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

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

Completed in 195 milliseconds