HomeSort by: relevance | last modified time | path
    Searched refs:BLOCK_ORIGIN (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-streamer-in.cc 937 if (DECL_P (BLOCK_ORIGIN (expr)))
tree-ssa-live.cc 570 gcc_assert (TREE_CODE (BLOCK_ORIGIN (scope)) == FUNCTION_DECL);
tree-inline.cc 814 BLOCK_ABSTRACT_ORIGIN (new_block) = BLOCK_ORIGIN (old_block);
tree.h 2172 #define BLOCK_ORIGIN(NODE) \
tree.cc 12087 || BLOCK_ORIGIN (origin) == origin);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-streamer-in.cc 943 if (DECL_P (BLOCK_ORIGIN (expr)))
tree-ssa-live.cc 567 gcc_assert (TREE_CODE (BLOCK_ORIGIN (scope)) == FUNCTION_DECL);
tree-inline.cc 816 BLOCK_ABSTRACT_ORIGIN (new_block) = BLOCK_ORIGIN (old_block);
tree.h 2020 #define BLOCK_ORIGIN(NODE) \
tree.cc 11845 || BLOCK_ORIGIN (origin) == origin);

Completed in 56 milliseconds