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

  /src/external/gpl3/gcc/dist/gcc/
cgraph.h 815 cgraph_node *prev_clone, *next_clone;
818 cgraph_node *origin;
826 /* The cgraph_node for which the function version info is stored. */
827 cgraph_node *this_node;
841 true, in the cgraph_node struct) for function versions, this
874 Each function decl has assigned cgraph_node listing callees and callers. */
876 struct GTY((tag ("SYMTAB_FUNCTION"))) cgraph_node : public symtab_node
881 explicit cgraph_node (int uid) function
910 bool remove_symbol_and_inline_clones (cgraph_node *forbidden_node = NULL);
912 /* Record all references from cgraph_node that are take
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
cgraph.h 812 cgraph_node *prev_clone, *next_clone;
815 cgraph_node *origin;
823 /* The cgraph_node for which the function version info is stored. */
824 cgraph_node *this_node;
838 true, in the cgraph_node struct) for function versions, this
871 Each function decl has assigned cgraph_node listing callees and callers. */
873 struct GTY((tag ("SYMTAB_FUNCTION"))) cgraph_node : public symtab_node
878 explicit cgraph_node (int uid) function
907 bool remove_symbol_and_inline_clones (cgraph_node *forbidden_node = NULL);
909 /* Record all references from cgraph_node that are take
    [all...]

Completed in 37 milliseconds