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

  /src/external/gpl3/gcc.old/dist/gcc/
ipa-split.cc 1002 class stack_entry class
1053 stack_entry first;
1054 vec<stack_entry> stack = vNULL;
1079 stack_entry *entry = &stack.last ();
1141 stack_entry new_entry;
1168 stack_entry *prev = &stack[stack.length () - 2];
ipa-modref.cc 2768 struct stack_entry struct
2773 auto_vec <struct stack_entry> stack;
2788 stack_entry e = {index, 0};
2807 stack_entry e = {index2, 0};
  /src/external/gpl3/gcc/dist/gcc/
ipa-split.cc 1005 class stack_entry class
1056 stack_entry first;
1057 vec<stack_entry> stack = vNULL;
1082 stack_entry *entry = &stack.last ();
1144 stack_entry new_entry;
1171 stack_entry *prev = &stack[stack.length () - 2];
ipa-modref.cc 2771 struct stack_entry struct
2776 auto_vec <struct stack_entry> stack;
2791 stack_entry e = {index, 0};
2810 stack_entry e = {index2, 0};
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc 1237 struct stack_entry { unsigned int regno, copyi; }; struct
1239 auto_vec<stack_entry, 32> stack;
  /src/sys/dev/ic/
aic79xx.c 8567 u_int stack_entry; local
8569 stack_entry = ahd_inb(ahd, STACK)
8571 if (stack_entry != i)

Completed in 47 milliseconds