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

  /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
  /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
  /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
  /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/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/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/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/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.cc 1706 bool is_first = true; local
1709 if (is_first)
1710 is_first = false;
  /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.cc 1559 bool is_first = true; local
1562 if (is_first)
1563 is_first = false;
  /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/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
  /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/gdb.old/dist/include/som/
internal.h 164 unsigned int is_first : 1; member in struct:som_subspace_dictionary_record
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-early-ra.cc 3481 bool is_first = true; local
3500 if (is_first)
3509 is_first = false;
3542 is_first = true;
  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 6923 bool is_first = true;
6949 if (is_first)
6951 is_first = false;
6911 bool is_first = true; local
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 6910 bool is_first = true;
6936 if (is_first)
6938 is_first = false;
6898 bool is_first = true; local
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 6910 bool is_first = true;
6936 if (is_first)
6938 is_first = false;
6898 bool is_first = true; local
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 6917 bool is_first = true;
6943 if (is_first)
6945 is_first = false;
6905 bool is_first = true; local

Completed in 73 milliseconds