HomeSort by: relevance | last modified time | path
    Searched refs:is_first (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/config/vms/
make-crtlmap.awk 5 is_first = 1;
19 if (!is_first)
22 is_first = 0;
  /src/external/gpl3/gcc.old/dist/gcc/config/vms/
make-crtlmap.awk 5 is_first = 1;
19 if (!is_first)
22 is_first = 0;
  /src/external/gpl3/binutils/dist/gprofng/src/
corefile.h 29 unsigned int is_first:1; /* Is this the first symbol in an object file? */ member in struct:function_map
gmon_corefile.cc 373 if (found == NULL || found->is_first)
411 if (found && ! found->is_first)
  /src/external/gpl3/binutils/dist/gprof/
corefile.h 29 unsigned int is_first:1; /* Is this the first symbol in an object file? */ member in struct:function_map
corefile.c 171 symbol_map[i].is_first = 1;
643 if (found == NULL || found->is_first)
681 if (found && ! found->is_first)
  /src/external/gpl3/binutils.old/dist/gprof/
corefile.h 29 unsigned int is_first:1; /* Is this the first symbol in an object file? */ member in struct:function_map
corefile.c 171 symbol_map[i].is_first = 1;
643 if (found == NULL || found->is_first)
681 if (found && ! found->is_first)
  /src/external/gpl3/gcc/dist/gcc/
mux-utils.h 80 bool is_first () const { return !(uintptr_t (m_ptr) & 1); } function in class:pointer_mux
99 // if (ptr.is_first ())
149 // and that second_or_null () is only null if is_first ().
185 return is_first () ? known_first () : nullptr;
211 return is_first ();
229 gcc_checking_assert (is_first ());
249 if (is_first ())
  /src/external/gpl3/gcc.old/dist/gcc/
mux-utils.h 80 bool is_first () const { return !(uintptr_t (m_ptr) & 1); } function in class:pointer_mux
99 // if (ptr.is_first ())
145 // and that second_or_null () is only null if is_first ().
181 return is_first () ? known_first () : nullptr;
207 return is_first ();
225 gcc_checking_assert (is_first ());
245 if (is_first ())
  /src/external/bsd/wpa/dist/wpa_supplicant/
wnm_sta.h 49 unsigned int is_first:1; member in struct:neighbor_report
  /src/external/gpl3/binutils/dist/include/som/
internal.h 164 unsigned int is_first : 1; member in struct:som_subspace_dictionary_record
  /src/external/gpl3/binutils.old/dist/include/som/
internal.h 164 unsigned int is_first : 1; member in struct:som_subspace_dictionary_record
  /src/external/gpl3/gdb.old/dist/include/som/
internal.h 164 unsigned int is_first : 1; member in struct:som_subspace_dictionary_record
  /src/external/gpl3/gdb/dist/include/som/
internal.h 164 unsigned int is_first : 1; member in struct:som_subspace_dictionary_record
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
blocks.cc 194 bool is_first = true; local
197 if (is_first)
198 is_first = false;
275 bool is_first = true; local
278 if (is_first)
279 is_first = false;
accesses.h 296 bool is_in_any_insn () const { return m_insn_or_phi.is_first (); }
861 bool contains_clobber () const { return m_clobber_or_set.is_first (); }
accesses.cc 1559 bool is_first = true; local
1562 if (is_first)
1563 is_first = false;
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
blocks.cc 182 bool is_first = true; local
185 if (is_first)
186 is_first = false;
263 bool is_first = true; local
266 if (is_first)
267 is_first = false;
accesses.h 295 bool is_in_any_insn () const { return m_insn_or_phi.is_first (); }
873 bool contains_clobber () const { return m_clobber_or_set.is_first (); }
  /src/external/gpl3/gdb.old/dist/sim/igen/
igen.c 498 int is_first = 1; local
505 is_first ? "" : "else ", assembler->condition);
520 if (!is_first)
530 if (!is_first)
536 is_first = 0;
  /src/external/gpl3/gdb/dist/sim/igen/
igen.c 498 int is_first = 1; local
505 is_first ? "" : "else ", assembler->condition);
520 if (!is_first)
530 if (!is_first)
536 is_first = 0;
  /src/bin/ksh/
exec.c 307 volatile bool is_first = true; local
337 if (!(cp = do_selectargs(ap, is_first))) {
341 is_first = false;
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc 899 bool is_first = true;
916 if (is_first)
929 is_first = false;
945 if (!is_first)
897 bool is_first = true; local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc 883 bool is_first = true;
898 if (is_first)
903 is_first = false;
914 if (!is_first)
881 bool is_first = true; local

Completed in 41 milliseconds

1 2