Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Ddecl.c60 static int ambi_op_p (enum tree_code);
9164 ambi_op_p (enum tree_code code) in ambi_op_p() function
9390 else if (ambi_op_p (operator_code)) in grok_op_properties()
H A DChangeLog5502 * decl.c (ambi_op_p, grok_op_properties): Likewise.
H A DChangeLog-20003502 (ambi_op_p): Work on tree_codes, not identifiers.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl.c68 static int ambi_op_p PARAMS ((enum tree_code));
13164 ambi_op_p (code) in ambi_op_p() function
13367 else if (ambi_op_p (operator_code))
H A DChangeLog13374 (ambi_op_p): Work on tree_codes, not identifiers.