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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 59 static tree start_objects (bool, unsigned, bool);
4035 start_objects (bool initp, unsigned priority, bool has_body)
4505 tree body = start_objects (initp, priority, bool (fns));
6088 return start_objects (/*initp=*/true, MAX_RESERVED_INIT_PRIORITY - 1, true);
4030 start_objects (bool initp, unsigned priority, bool has_body) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 69 static tree start_objects (int, int);
3853 start_objects (int method_type, int initp)
4500 body = start_objects (function_key, priority);
4519 body = start_objects (function_key, priority);
6074 return start_objects ('I', MAX_RESERVED_INIT_PRIORITY - 1);
3848 start_objects (int method_type, int initp) function

Completed in 23 milliseconds