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

  /src/external/gpl3/gcc/dist/libcc1/
libcp1plugin.cc 172 tree target_decl = strip_using_decl (decl);
174 if (TREE_CODE (target_decl) == TYPE_DECL && DECL_ARTIFICIAL (target_decl)
175 && target_decl != target_bval
182 && TREE_CODE (TREE_TYPE (target_decl)) == ENUMERAL_TYPE
185 (TREE_TYPE (target_decl)))
194 /* TARGET_BVAL is error_mark_node when TARGET_DECL's name
207 && target_decl != target_bval
208 && (TREE_CODE (target_decl) != TYPE_DECL
209 || same_type_p (TREE_TYPE (target_decl),
170 tree target_decl = strip_using_decl (decl); local
    [all...]
  /src/external/gpl3/gcc.old/dist/libcc1/
libcp1plugin.cc 172 tree target_decl = strip_using_decl (decl);
174 if (TREE_CODE (target_decl) == TYPE_DECL && DECL_ARTIFICIAL (target_decl)
175 && target_decl != target_bval
182 && TREE_CODE (TREE_TYPE (target_decl)) == ENUMERAL_TYPE
185 (TREE_TYPE (target_decl)))
194 /* TARGET_BVAL is error_mark_node when TARGET_DECL's name
207 && target_decl != target_bval
208 && (TREE_CODE (target_decl) != TYPE_DECL
209 || same_type_p (TREE_TYPE (target_decl),
170 tree target_decl = strip_using_decl (decl); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 2754 tree target_decl = strip_using_decl (decl); local
2756 if (TREE_CODE (target_decl) == TYPE_DECL && DECL_ARTIFICIAL (target_decl)
2757 && target_decl != target_bval
2764 && TREE_CODE (TREE_TYPE (target_decl)) == ENUMERAL_TYPE
2767 (TREE_TYPE (target_decl)))
2776 /* TARGET_BVAL is error_mark_node when TARGET_DECL's name
2788 && target_decl != target_bval
2789 && (TREE_CODE (target_decl) != TYPE_DECL
2790 || same_type_p (TREE_TYPE (target_decl),
5852 tree target_decl = strip_using_decl (decl); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 6426 tree target_decl;
6474 target_decl = find_decl (target);
6476 target_decl= NULL;
6477 if ((target_decl && TREE_ASM_WRITTEN (target_decl))
6401 tree target_decl; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 2583 tree target_decl = strip_using_decl (decl); local
2585 if (TREE_CODE (target_decl) == TYPE_DECL && DECL_ARTIFICIAL (target_decl)
2586 && target_decl != target_bval
2593 && TREE_CODE (TREE_TYPE (target_decl)) == ENUMERAL_TYPE
2596 (TREE_TYPE (target_decl)))
2605 /* TARGET_BVAL is error_mark_node when TARGET_DECL's name
2617 && target_decl != target_bval
2618 && (TREE_CODE (target_decl) != TYPE_DECL
2619 || same_type_p (TREE_TYPE (target_decl),
5436 tree target_decl = strip_using_decl (decl); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 6322 tree target_decl;
6371 target_decl = find_decl (target);
6373 target_decl= NULL;
6374 if ((target_decl && TREE_ASM_WRITTEN (target_decl))
6297 tree target_decl; local

Completed in 42 milliseconds