Home
last modified time | relevance | path

Searched refs:empty_base (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c4339 tree op, unsigned HOST_WIDE_INT off, bool *empty_base) in cxx_fold_indirect_ref_1() argument
4363 *empty_base = true; in cxx_fold_indirect_ref_1()
4399 empty_base); in cxx_fold_indirect_ref_1()
4417 off, empty_base)) in cxx_fold_indirect_ref_1()
4439 empty_base)) in cxx_fold_indirect_ref_1()
4459 tree op0, bool *empty_base) in cxx_fold_indirect_ref() argument
4497 return cxx_fold_indirect_ref_1 (ctx, loc, type, op, 0, empty_base); in cxx_fold_indirect_ref()
4508 tree_to_uhwi (op01), empty_base); in cxx_fold_indirect_ref()
4538 bool empty_base = false; in cxx_eval_indirect_ref() local
4553 orig_op0, &empty_base); in cxx_eval_indirect_ref()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc5100 tree op, unsigned HOST_WIDE_INT off, bool *empty_base) in cxx_fold_indirect_ref_1() argument
5149 empty_base); in cxx_fold_indirect_ref_1()
5167 off, empty_base)) in cxx_fold_indirect_ref_1()
5189 empty_base)) in cxx_fold_indirect_ref_1()
5199 *empty_base = true; in cxx_fold_indirect_ref_1()
5218 tree op0, bool *empty_base) in cxx_fold_indirect_ref() argument
5279 return cxx_fold_indirect_ref_1 (ctx, loc, type, op, 0, empty_base); in cxx_fold_indirect_ref()
5294 tree_to_uhwi (off), empty_base); in cxx_fold_indirect_ref()
5325 bool empty_base = false; in cxx_eval_indirect_ref() local
5340 orig_op0, &empty_base); in cxx_eval_indirect_ref()
[all …]
H A DChangeLog-20213166 * constexpr.c (cxx_fold_indirect_ref_1): Only set *empty_base if we
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS864 3. http://gcc.gnu.org/gcc-10/changes.html#empty_base
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS2752 3. https://gcc.gnu.org/gcc-10/changes.html#empty_base
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-202024103 set it to CHANGES_ROOT_URL "gcc-10/changes.html#empty_base".