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

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
gl_list.h 383 gl_list_node_t (*add_first) (gl_list_t list, const void *elt); member in struct:gl_list_implementation
571 ->add_first (list, elt);
gl_list.h 383 gl_list_node_t (*add_first) (gl_list_t list, const void *elt); member in struct:gl_list_implementation
571 ->add_first (list, elt);
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc 4134 bool add_first = false; local
4385 add_first = true;
4400 if (add_first)
4463 if (add_first)
tree-ssa-math-opts.cc 4134 bool add_first = false; local
4385 add_first = true;
4400 if (add_first)
4463 if (add_first)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc 3906 bool add_first = false; local
4154 add_first = true;
4169 if (add_first)
4232 if (add_first)
tree-ssa-math-opts.cc 3906 bool add_first = false; local
4154 add_first = true;
4169 if (add_first)
4232 if (add_first)

Completed in 60 milliseconds