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

  /src/external/gpl3/gcc.old/dist/gcc/
xcoffout.cc 301 INLINE_P is true if this is from an inlined function. */
304 xcoffout_source_file (FILE *file, const char *filename, int inline_p)
308 || (inline_p && ! xcoff_inlining)
309 || (! inline_p && xcoff_inlining)))
319 xcoff_inlining = inline_p;
320 if (strcmp (main_input_filename, filename) || inline_p)
338 bool inline_p = (strcmp (xcoff_current_function_file, filename) != 0
341 xcoffout_source_file (asm_out_file, filename, inline_p);
335 bool inline_p = (strcmp (xcoff_current_function_file, filename) != 0 local
  /src/external/gpl3/gcc/dist/gcc/c/
c-tree.h 430 BOOL_BITFIELD inline_p : 1; member in struct:c_declspecs
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-tree.h 391 BOOL_BITFIELD inline_p : 1; member in struct:c_declspecs

Completed in 31 milliseconds