HomeSort by relevance Sort by last modified time
    Searched defs:cgraph_node (Results 1 - 3 of 3) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cgraph.h 109 struct cgraph_node *inlined_to;
130 Each function decl has assigned cgraph_node listing callees and callers. */
132 struct cgraph_node GTY((chain_next ("%h.next"), chain_prev ("%h.previous"))) function
137 struct cgraph_node *next;
138 struct cgraph_node *previous;
140 struct cgraph_node *origin;
142 struct cgraph_node *nested;
144 struct cgraph_node *next_nested;
146 struct cgraph_node *next_needed;
148 struct cgraph_node *next_clone
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cgraph.h 109 struct cgraph_node *inlined_to;
130 Each function decl has assigned cgraph_node listing callees and callers. */
132 struct cgraph_node GTY((chain_next ("%h.next"), chain_prev ("%h.previous"))) function
137 struct cgraph_node *next;
138 struct cgraph_node *previous;
140 struct cgraph_node *origin;
142 struct cgraph_node *nested;
144 struct cgraph_node *next_nested;
146 struct cgraph_node *next_needed;
148 struct cgraph_node *next_clone
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cgraph.h 109 struct cgraph_node *inlined_to;
131 Each function decl has assigned cgraph_node listing callees and callers. */
133 struct cgraph_node GTY((chain_next ("%h.next"), chain_prev ("%h.previous"))) function
138 struct cgraph_node *next;
139 struct cgraph_node *previous;
141 struct cgraph_node *origin;
143 struct cgraph_node *nested;
145 struct cgraph_node *next_nested;
147 struct cgraph_node *next_needed;
149 struct cgraph_node *next_clone
    [all...]

Completed in 37 milliseconds