Home
last modified time | relevance | path

Searched defs:expectError (Results 1 – 4 of 4) sorted by relevance

/llvm-project/libc/test/src/math/smoke/
H A DRoundToIntegerTest.h44 test_one_input(RoundToIntegerFunc func,F input,I expected,bool expectError) test_one_input() argument
/llvm-project/libc/test/src/math/
H A DRoundToIntegerTest.h55 test_one_input(RoundToIntegerFunc func,F input,I expected,bool expectError) test_one_input() argument
/llvm-project/clang/test/Analysis/
H A Dautoreleasewritechecker_test.m335 extern void expectError(errBlock); function
/llvm-project/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp73 static void expectError(StringRef ExpectedMsg, Error Err) { in expectError() function