Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libc/locale/check_isw/
H A Dcheck_isw.c40 check_value(int v1, int v2, char msg) in check_value() function
67 check_value(tolower(i), towlower(i), 'c'); in test1()
68 check_value(toupper(i), towupper(i), 'd'); in test1()
119 check_value(tolower(s[j]), buf[0], 'c'); in test2()
125 check_value(toupper(s[j]), buf[0], 'c'); in test2()
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py275 def check_value(self, test_base, val, error_msg=None): member in ValueCheck
316 self.dereference.check_value(test_base, val.Dereference(), error_msg)
336 expected_child.check_value(test_base, actual_child, child_error)
2463 value_check.check_value(self, eval_result, str(eval_result))
2492 value_check.check_value(self, eval_result, str(eval_result))
/openbsd-src/gnu/gcc/gcc/cp/
H A Dparser.c8810 struct tree_check *check_value; in cp_parser_template_id() local
8813 check_value = cp_lexer_consume_token (parser->lexer)->u.tree_check_value; in cp_parser_template_id()
8815 access_check = check_value->checks; in cp_parser_template_id()
8828 return check_value->value; in cp_parser_template_id()
16759 struct tree_check *check_value; in cp_parser_pre_parsed_nested_name_specifier() local
16764 check_value = cp_lexer_consume_token (parser->lexer)->u.tree_check_value; in cp_parser_pre_parsed_nested_name_specifier()
16766 checks = check_value->checks; in cp_parser_pre_parsed_nested_name_specifier()
16779 parser->scope = check_value->value; in cp_parser_pre_parsed_nested_name_specifier()
16780 parser->qualifying_scope = check_value->qualifying_scope; in cp_parser_pre_parsed_nested_name_specifier()