Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/atf/atf-c/
H A Dtc.c446 const int exp_errno, const char *expr_str, in errno_test() argument
457 "in %s", exp_errno, actual_errno, expr_str); in errno_test()
464 expr_str); in errno_test()
938 const int exp_errno, const char *expr_str, in _atf_tc_check_errno() argument
941 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, fail_check); in _atf_tc_check_errno()
946 const int exp_errno, const char *expr_str, in _atf_tc_require_errno() argument
949 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, in _atf_tc_require_errno()
1185 const char *expr_str, const bool expr_result) in atf_tc_check_errno() argument
1189 _atf_tc_check_errno(&Current, file, line, exp_errno, expr_str, in atf_tc_check_errno()
1195 const char *expr_str, const bool expr_result) in atf_tc_require_errno() argument
[all …]
/freebsd-13.1/contrib/atf/atf-c++/
H A Dtests.cpp354 const char* expr_str, const bool result) in check_errno() argument
356 atf_tc_check_errno(file, line, exp_errno, expr_str, result); in check_errno()
361 const char* expr_str, const bool result) in require_errno() argument
363 atf_tc_require_errno(file, line, exp_errno, expr_str, result); in require_errno()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1530 std::string expr_str(command, expr_content_start, in PreprocessCommand() local
1552 target.EvaluateExpression(expr_str.c_str(), exe_ctx.GetFramePtr(), in PreprocessCommand()
1575 expr_str.c_str()); in PreprocessCommand()
1582 expr_str.c_str()); in PreprocessCommand()
1596 "expression setup error for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
1605 expr_str.c_str()); in PreprocessCommand()
1611 "expression discarded for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
1620 expr_str.c_str()); in PreprocessCommand()
1624 "expression timed out for the expression '%s'", expr_str.c_str()); in PreprocessCommand()
1630 expr_str.c_str()); in PreprocessCommand()
[all …]