Searched refs:expr_str (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/atf/atf-c/ |
H A D | tc.c | 440 const int exp_errno, const char *expr_str, in errno_test() argument 451 "in %s", exp_errno, actual_errno, expr_str); in errno_test() 458 expr_str); in errno_test() 932 const int exp_errno, const char *expr_str, in _atf_tc_check_errno() argument 935 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, fail_check); in _atf_tc_check_errno() 940 const int exp_errno, const char *expr_str, in _atf_tc_require_errno() argument 943 errno_test(ctx, file, line, exp_errno, expr_str, expr_result, in _atf_tc_require_errno() 1179 const char *expr_str, const bool expr_result) in atf_tc_check_errno() argument 1183 _atf_tc_check_errno(&Current, file, line, exp_errno, expr_str, in atf_tc_check_errno() 1189 const char *expr_str, const bool expr_result) in atf_tc_require_errno() argument [all …]
|
/freebsd/contrib/atf/atf-c++/ |
H A D | tests.cpp | 354 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/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandInterpreter.cpp | 1754 std::string expr_str(command, expr_content_start, in PreprocessCommand() local 1756 error = PreprocessToken(expr_str); in PreprocessCommand() 1762 command.insert(start_backtick, std::string(expr_str)); in PreprocessCommand() 1763 pos = start_backtick + expr_str.size(); in PreprocessCommand() 1769 CommandInterpreter::PreprocessToken(std::string &expr_str) { in PreprocessToken() argument 1790 target.EvaluateExpression(expr_str.c_str(), exe_ctx.GetFramePtr(), in PreprocessToken() 1806 expr_str = value_strm.GetData(); in PreprocessToken() 1811 expr_str.c_str()); in PreprocessToken() 1817 expr_str.c_str()); in PreprocessToken() 1831 error.SetErrorString(result + "for the expression '" + expr_str + "'"); in PreprocessToken()
|