HomeSort by: relevance | last modified time | path
    Searched defs:target_bval (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcc1/
libcp1plugin.cc 171 tree target_bval = strip_using_decl (bval);
175 && target_decl != target_bval
176 && (TREE_CODE (target_bval) != TYPE_DECL
183 && TREE_CODE (TREE_TYPE (target_bval)) == ENUMERAL_TYPE
187 (TREE_TYPE (target_bval)))))))
190 else if (/* TARGET_BVAL is null when push_class_level_binding moves
193 !target_bval
194 /* TARGET_BVAL is error_mark_node when TARGET_DECL's name
199 || target_bval == error_mark_node
200 /* If TARGET_BVAL is anticipated but has not yet bee
169 tree target_bval = strip_using_decl (bval); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcc1/
libcp1plugin.cc 171 tree target_bval = strip_using_decl (bval);
175 && target_decl != target_bval
176 && (TREE_CODE (target_bval) != TYPE_DECL
183 && TREE_CODE (TREE_TYPE (target_bval)) == ENUMERAL_TYPE
187 (TREE_TYPE (target_bval)))))))
190 else if (/* TARGET_BVAL is null when push_class_level_binding moves
193 !target_bval
194 /* TARGET_BVAL is error_mark_node when TARGET_DECL's name
199 || target_bval == error_mark_node
200 /* If TARGET_BVAL is anticipated but has not yet bee
169 tree target_bval = strip_using_decl (bval); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 2753 tree target_bval = strip_using_decl (bval); local
2757 && target_decl != target_bval
2758 && (TREE_CODE (target_bval) != TYPE_DECL
2765 && TREE_CODE (TREE_TYPE (target_bval)) == ENUMERAL_TYPE
2769 (TREE_TYPE (target_bval)))))))
2772 else if (/* TARGET_BVAL is null when push_class_level_binding moves
2775 !target_bval
2776 /* TARGET_BVAL is error_mark_node when TARGET_DECL's name
2781 || target_bval == error_mark_node
2782 /* If TARGET_BVAL is anticipated but has not yet bee
5853 tree target_bval = strip_using_decl (bval); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 2582 tree target_bval = strip_using_decl (bval); local
2586 && target_decl != target_bval
2587 && (TREE_CODE (target_bval) != TYPE_DECL
2594 && TREE_CODE (TREE_TYPE (target_bval)) == ENUMERAL_TYPE
2598 (TREE_TYPE (target_bval)))))))
2601 else if (/* TARGET_BVAL is null when push_class_level_binding moves
2604 !target_bval
2605 /* TARGET_BVAL is error_mark_node when TARGET_DECL's name
2610 || target_bval == error_mark_node
2611 /* If TARGET_BVAL is anticipated but has not yet bee
5437 tree target_bval = strip_using_decl (bval); local
    [all...]

Completed in 34 milliseconds