Searched refs:match_case (Results 1 - 7 of 7) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.h | 49 int match_case; /* Case sensitive matching */ member
|
H A D | ntfsundelete.c | 666 opts.match_case++; in parse_options() 832 if (opts.match_case && !opts.match) { in parse_options() 848 opts.match || opts.match_case || in parse_options() 2253 if (!opts.match_case) in scan_disk()
|
/third_party/python/Python/ |
H A D | ast_opt.c | 976 CALL_SEQ(astfold_match_case, match_case, node_->v.Match.cases); in astfold_stmt()
|
H A D | symtable.c | 1320 VISIT_SEQ(st, match_case, s->v.Match.cases); in symtable_visit_stmt()
|
H A D | compile.c | 1910 match_case_ty match_case = (match_case_ty)asdl_seq_GET( in find_ann() local 1912 if (find_ann(match_case->body)) { in find_ann()
|
H A D | Python-ast.c | 372 GENERATE_ASDL_SEQ_CONSTRUCTOR(match_case, match_case_ty) 1147 " | Match(expr subject, match_case* cases)\n" in init_types() 1253 "Match(expr subject, match_case* cases)"); in init_types() 1779 state->match_case_type = make_type(state, "match_case", state->AST_type, in init_types() 1781 "match_case(pattern pattern, expr? guard, stmt* body)"); in init_types() 3415 "field 'pattern' is required for match_case"); in _PyAST_match_case() 11181 PyErr_SetString(PyExc_TypeError, "required field \"pattern\" missing from match_case"); in obj2ast_match_case() 11186 if (_Py_EnterRecursiveCall(" while traversing 'match_case' node")) { in obj2ast_match_case() 11203 if (_Py_EnterRecursiveCall(" while traversing 'match_case' node")) { in obj2ast_match_case() 11215 PyErr_SetString(PyExc_TypeError, "required field \"body\" missing from match_case"); in obj2ast_match_case() [all...] |
/third_party/python/Lib/test/ |
H A D | test_ast.py | 1829 ast.match_case(
|
Completed in 35 milliseconds