Searched refs:lazy (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-50.C70 namespace lazy namespace in namespace:meta::v1
216 U >:meta::if_ < meta::let < meta::lazy::and_ < meta::is_valid <
/haiku-buildtools/binutils/gas/config/
H A Dobj-macho.c1755 unsigned lazy = 0; local
1769 lazy = LAZY;
1825 If the section is lazy-bound, we need to keep the
1831 else if (S_IS_LOCAL (isym->sym) && ! lazy)
1841 || lazy)
1844 /* ... it can be lazy, if not defined or hidden. */
1849 sym->n_desc |= lazy;
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dropeimpl.h686 if (__result_len > __lazy_threshold) goto lazy;
725 if (__result_len > __lazy_threshold) goto lazy;
740 lazy:
/haiku-buildtools/gcc/libstdc++-v3/include/ext/
H A Dropeimpl.h770 goto lazy;
814 goto lazy;
830 lazy:
/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c4818 /* chunks, and also uses a lazy carry strategy to minimise expensive */
4861 /* lazy carry evaluation */
4877 Int lazy; /* lazy carry counter */ local
5017 lazy=FASTLAZY; /* carry delay count */
5023 lazy--;
5024 if (lazy>0 && rip!=rmsi) continue;
5025 lazy=FASTLAZY; /* reset delay count */
/haiku-buildtools/binutils/gold/
H A Doptions.h1435 DEFINE_bool_alias(lazy, now, options::DASH_Z, '\0',
1436 N_("Mark object for lazy runtime binding"),
/haiku-buildtools/libtool/libltdl/
H A Dltmain.sh4214 # Don't allow lazy linking, it breaks C++ global constructors
/haiku-buildtools/libtool/
H A Dltmain.sh4214 # Don't allow lazy linking, it breaks C++ global constructors
/haiku-buildtools/cloog/osl/autoconf/
H A Dltmain.sh8724 # Don't allow lazy linking, it breaks C++ global constructors
/haiku-buildtools/cloog/autoconf/
H A Dltmain.sh8724 # Don't allow lazy linking, it breaks C++ global constructors
/haiku-buildtools/gcc/gmp/
H A Dltmain.sh8718 # Don't allow lazy linking, it breaks C++ global constructors
/haiku-buildtools/gcc/mpc/
H A Dltmain.sh8724 # Don't allow lazy linking, it breaks C++ global constructors
/haiku-buildtools/gcc/mpfr/
H A Dltmain.sh8724 # Don't allow lazy linking, it breaks C++ global constructors

Completed in 336 milliseconds