Home
last modified time | relevance | path

Searched refs:deferring (Results 1 – 23 of 23) sorted by relevance

/openbsd/src/gnu/llvm/libcxx/src/support/runtime/
Dstdexcept_vcruntime.ipp10 #error This file may only be used when deferring to vcruntime
/openbsd/src/gnu/gcc/gcc/cp/
Dsemantics.c145 push_deferring_access_checks (deferring_kind deferring) in push_deferring_access_checks() argument
149 if (deferred_access_no_check || deferring == dk_no_check) in push_deferring_access_checks()
157 ptr->deferring_access_checks_kind = deferring; in push_deferring_access_checks()
DChangeLog2506 OMP_FOR_PRE_BODY to PRE_BODY if deferring, add it
5435 (mark_used): When deferring a synthesized function, save current
DChangeLog-20012582 (save_type_access_control): Don't save if not deferring.
DChangeLog-20005614 weren't deferring the type itself.
/openbsd/src/gnu/llvm/llvm/docs/tutorial/
DBuildingAJIT2.rst45 important benefit: When we begin lazily compiling code (i.e. deferring
/openbsd/src/gnu/llvm/libcxx/docs/
DUsingLibcxx.rst261 By default, libc++ solves this problem by deferring to Microsoft's vcruntime
/openbsd/src/gnu/usr.bin/perl/dist/Tie-File/lib/Tie/
DFile.pm1343 my $deferring = $self->_is_deferring;
/openbsd/src/gnu/llvm/libcxx/include/
D__config740 // We're deferring to Microsoft's STL to provide aligned new et al. We don't
/openbsd/src/gnu/llvm/llvm/docs/
DORCv2.rst965 needed: in ORCv2, deferring compilation until symbols are looked up is
/openbsd/src/gnu/usr.bin/cvs/doc/
Dcvsclient.info-2364 requests. Even if a client is capable of deferring notifications,
Dcvsclient.texi915 Even if a client is capable of deferring notifications, it should
DChangeLog1981 deferring "Notify" requests.
/openbsd/src/gnu/gcc/gcc/doc/
Dcppinternals.texi248 long sequences of escaped newlines, deferring to @code{handle_newline}
Dcppinternals.info209 sequences of escaped newlines, deferring to `handle_newline' to handle
/openbsd/src/gnu/usr.bin/gcc/gcc/doc/
Dcppinternals.texi248 long sequences of escaped newlines, deferring to @code{handle_newline}
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlsyn.pod789 is executed on the way past. It provides a means of deferring execution until
Dperlipc.pod248 Perl 5.8.0 and later avoid these problems by "deferring" signals. That is,
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
DChangeLog8559 (save_type_access_control): Don't save if not deferring.
15486 weren't deferring the type itself.
/openbsd/src/gnu/usr.bin/binutils/ld/
Dld.texinfo933 deferring function call resolution to the point when the function is
/openbsd/src/gnu/usr.bin/binutils-2.17/ld/
Dld.texinfo1004 deferring function call resolution to the point when the function is
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DAttrDocs.td6192 deferring any errors to the point of use. For instance:
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog1915 <case STRICT_LOW_PART>: Delete, deferring to default code.