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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 60 static tree finish_objects (bool, unsigned, tree, bool = true);
4123 finish_objects (bool initp, unsigned priority, tree body, bool startp)
4544 expand_or_defer_fn (finish_objects (initp, priority, body, fns != NULL_TREE));
6094 return finish_objects (/*initp=*/true, MAX_RESERVED_INIT_PRIORITY - 1, body);
4118 finish_objects (bool initp, unsigned priority, tree body, bool startp) function
decl2.cc 60 static tree finish_objects (bool, unsigned, tree, bool = true);
4123 finish_objects (bool initp, unsigned priority, tree body, bool startp)
4544 expand_or_defer_fn (finish_objects (initp, priority, body, fns != NULL_TREE));
6094 return finish_objects (/*initp=*/true, MAX_RESERVED_INIT_PRIORITY - 1, body);
4118 finish_objects (bool initp, unsigned priority, tree body, bool startp) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 70 static void finish_objects (int, int, tree);
3944 finish_objects (int method_type, int initp, tree body)
4533 finish_objects (function_key, priority, body);
3939 finish_objects (int method_type, int initp, tree body) function
decl2.cc 70 static void finish_objects (int, int, tree);
3944 finish_objects (int method_type, int initp, tree body)
4533 finish_objects (function_key, priority, body);
3939 finish_objects (int method_type, int initp, tree body) function

Completed in 59 milliseconds