HomeSort by relevance Sort by last modified time
    Searched refs:last_p (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 982 currently delimited by HEAD and LAST_P. The new LAST_P value is
987 use_operand_p last_p)
993 /* If use_p is already linked in after last_p, continue. */
994 if (last_p->next == use_p)
995 last_p = use_p;
998 /* Delink from current location, and link in at last_p. */
1000 link_imm_use_to_list (use_p, last_p);
1001 last_p = use_p;
1004 return last_p;
1015 use_operand_p last_p = head; local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 982 currently delimited by HEAD and LAST_P. The new LAST_P value is
987 use_operand_p last_p)
993 /* If use_p is already linked in after last_p, continue. */
994 if (last_p->next == use_p)
995 last_p = use_p;
998 /* Delink from current location, and link in at last_p. */
1000 link_imm_use_to_list (use_p, last_p);
1001 last_p = use_p;
1004 return last_p;
1015 use_operand_p last_p = head; local
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 982 currently delimited by HEAD and LAST_P. The new LAST_P value is
987 use_operand_p last_p)
993 /* If use_p is already linked in after last_p, continue. */
994 if (last_p->next == use_p)
995 last_p = use_p;
998 /* Delink from current location, and link in at last_p. */
1000 link_imm_use_to_list (use_p, last_p);
1001 last_p = use_p;
1004 return last_p;
1015 use_operand_p last_p = head; local
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 982 currently delimited by HEAD and LAST_P. The new LAST_P value is
987 use_operand_p last_p)
993 /* If use_p is already linked in after last_p, continue. */
994 if (last_p->next == use_p)
995 last_p = use_p;
998 /* Delink from current location, and link in at last_p. */
1000 link_imm_use_to_list (use_p, last_p);
1001 last_p = use_p;
1004 return last_p;
1015 use_operand_p last_p = head; local
    [all...]
  /external/llvm/lib/Archive/
ArchiveReader.cpp 169 const char* last_p = p; local
171 if (*p == '\n' && *last_p == '/') {
172 pathname.assign(namep, last_p - namep);
176 last_p = p;

Completed in 843 milliseconds