Home
last modified time | relevance | path

Searched refs:get_operator (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgenmatch.cc577 get_operator (const char *id, bool allow_null = false) in get_operator() function
637 return get_operator ("LT_EXPR"); in swap_tree_comparison()
639 return get_operator ("LE_EXPR"); in swap_tree_comparison()
641 return get_operator ("GT_EXPR"); in swap_tree_comparison()
643 return get_operator ("GE_EXPR"); in swap_tree_comparison()
645 return get_operator ("UNLT_EXPR"); in swap_tree_comparison()
647 return get_operator ("UNLE_EXPR"); in swap_tree_comparison()
649 return get_operator ("UNGT_EXPR"); in swap_tree_comparison()
651 return get_operator ("UNGE_EXPR"); in swap_tree_comparison()
2325 || ((id = get_operator ((const char *)CPP_HASHNODE in walk_c_expr()
[all …]
DChangeLog-20155306 (get_operator): Add a parameter that says whether null identifiers
5325 (get_operator): Only try one variation if the original name fails.
DChangeLog-202127163 * genmatch.c (get_operator): Likewise.
DChangeLog-20148636 (get_operator): Mark user_id as used.