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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 3229 static GTY(()) int string_layout_checked; variable
3333 if (!string_layout_checked)
3335 string_layout_checked = -1;
3354 string_layout_checked = 1; /* Success! */
3359 if (string_layout_checked == -1)
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 3231 static GTY(()) int string_layout_checked; variable
3335 if (!string_layout_checked)
3337 string_layout_checked = -1;
3356 string_layout_checked = 1; /* Success! */
3361 if (string_layout_checked == -1)

Completed in 22 milliseconds