Home
last modified time | relevance | path

Searched refs:match_op (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.c729 (match_op(token->next,';') || match_op(token->next,'{')))) { in struct_union_enum_specifier()
1080 if (match_op(token, '(')) in ignore_attribute()
1309 if (match_op(token, '(')) in recover_unknown_attribute()
1793 if (match_op(next, ')') || match_op(next, SPECIAL_ELLIPSIS)) in is_nested()
1824 if (!n || match_op(next->next, ';') || match_op(next->next, ',')) in which_func()
2059 if (!match_op(next, '(')) in parse_underscore_Pragma()
2065 if (!match_op(next, ')')) in parse_underscore_Pragma()
2083 if (match_op(token->next, ':') || match_op(token->next, ')')) in parse_asm_operands()
2145 if (match_op(token, ':')) in parse_asm_statement()
2147 if (match_op(token, ':')) in parse_asm_statement()
[all …]
H A Dpre-process.c300 if (match_op(next, '(')) { in collect_arg()
359 if (match_op(next, ')')) { in collect_arguments()
1088 if (!match_op(next, '<')) { in handle_include_path()
1228 if (match_op(arg, ')')) { in parse_arguments()
1241 if (match_op(next, ',')) { in parse_arguments()
1281 if (!match_op(next, ')')) in parse_arguments()
1296 if (match_op(arg, ',')) in parse_arguments()
1405 if (match_op(t, '#')) { in handle_hashhash()
1755 if (match_op(p, '(')) { in expression_value()
1773 if (!match_op(p, ')')) in expression_value()
[all …]
H A Dexpression.c69 if (match_op(token, '{')) { in parens_expression()
156 if (!match_op(token, '(')) in builtin_types_compatible_p_expr()
161 if (!match_op(token, ',')) in builtin_types_compatible_p_expr()
166 if (!match_op(token, ')')) in builtin_types_compatible_p_expr()
184 if (!match_op(token, '(')) in builtin_offsetof_expr()
194 if (!match_op(token, ',')) in builtin_offsetof_expr()
487 if (!match_op(token, ',')) in expression_list()
590 if (!match_op(token, ')')) { in type_info_expression()
604 if (match_op(token, '{')) { in type_info_expression()
706 if (match_op(token, '(')) { in cast_expression()
[all …]
H A Dtoken.h246 static inline int match_op(struct token *token, unsigned int op) in match_op() function
H A Dlib.c77 while (!match_op(token, op) && !eof_token(token)) in skip_to()
85 if (!match_op(token, op)) { in expect()