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

  /src/external/gpl3/gcc.old/dist/gcc/c/
c-lang.h 41 tree objc_info; variable
  /src/external/gpl3/gcc/dist/gcc/c/
c-lang.h 41 tree objc_info; variable
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 2227 vec<tree> objc_info = vNULL; local
2280 variants use the same objc_info), but it is therein that we store
2288 objc_info.safe_push (TYPE_OBJC_INFO (t));
2319 TYPE_OBJC_INFO (t) = objc_info[i];
2324 objc_info.release ();
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 2229 vec<tree> objc_info = vNULL; local
2282 variants use the same objc_info), but it is therein that we store
2290 objc_info.safe_push (TYPE_OBJC_INFO (t));
2321 TYPE_OBJC_INFO (t) = objc_info[i];
2326 objc_info.release ();
  /src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h 2459 tree objc_info;
2454 tree objc_info; variable
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 2398 tree objc_info;
2393 tree objc_info; variable

Completed in 39 milliseconds