Searched refs:EXPERIMENT (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | module.cc | 195 #define EXPERIMENT(A,B) (IS_EXPERIMENTAL (MODULE_VERSION) ? (A) : (B)) macro 310 EXPERIMENT ("", " (experimental)")); in version2string() 412 needed = EXPERIMENT (100, 1000); in grow() 1103 size_t len = EXPERIMENT (10, 500); in printf() 2149 create_mapping (EXPERIMENT (page_size, in begin() 4076 unsigned count = current ? current * 2 : EXPERIMENT (1, 20); in push() 18588 attached_table = new attached_map_t (EXPERIMENT (1, 400)); in maybe_attach_decl() 18905 attached_table = new attached_map_t (EXPERIMENT (1, 400)); in direct_import() 19768 pending_table = new pending_map_t (EXPERIMENT (1, 400)); in init_modules() 19769 entity_map = new entity_map_t (EXPERIMENT (1, 400)); in init_modules() [all …]
|