Home
last modified time | relevance | path

Searched refs:safety (Results 251 – 275 of 19813) sorted by relevance

1...<<11121314151617181920>>...793

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcForeign.hs273 tcCheckFIType arg_tys res_ty (CImport (L lc cconv) safety mh l@(CLabel _) src)
280 return (CImport (L lc cconv') safety mh l src)
282 tcCheckFIType arg_tys res_ty (CImport (L lc cconv) safety mh CWrapper src) = do
296 return (CImport (L lc cconv') safety mh CWrapper src)
298 tcCheckFIType arg_tys res_ty idecl@(CImport (L lc cconv) (L ls safety) mh
311 checkForeignArgs (isFFIArgumentTy dflags safety) arg_tys
313 return $ CImport (L lc cconv') (L ls safety) mh (CFunction target) src
320 checkTc (playSafe safety)
331 checkForeignArgs (isFFIArgumentTy dflags safety) arg_tys
339 return $ CImport (L lc cconv') (L ls safety) mh (CFunction target) src
/dports/databases/pgloader3/closer-mop-20210124-git/
H A Dcloser-lispworks.lisp151 (declare (optimize (speed 3) (debug 0) (safety 0)
159 (declare (optimize (speed 3) (debug 0) (safety 0)
168 (declare (optimize (speed 3) (debug 0) (safety 0)
177 (declare (optimize (speed 3) (debug 0) (safety 0)
187 (declare (optimize (speed 3) (debug 0) (safety 0)
197 (declare (optimize (speed 3) (debug 0) (safety 0)
206 (declare (optimize (speed 3) (debug 0) (safety 0)
215 (declare (optimize (speed 3) (debug 0) (safety 0)
224 (declare (optimize (speed 3) (debug 0) (safety 0)
/dports/games/xmille/Mille/
H A Dmisc.c49 if (pp->safety[i] != S_UNKNOWN)
57 if (op->safety[i] != S_PLAYED
58 && pp->safety[i] == S_UNKNOWN)
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/object-safety/
H A Dobject-safety-no-static.curr.stderr2 --> $DIR/object-safety-no-static.rs:12:18
7 …y; for more information visit <https://doc.rust-lang.org/reference/items/traits.html#object-safety>
8 --> $DIR/object-safety-no-static.rs:9:8
/dports/devel/grpc/grpc-1.42.0/src/objective-c/GRPCClient/
H A DGRPCCall.m101 - (instancetype)initWithHost:(NSString *)host path:(NSString *)path safety:(GRPCCallSafety)safety {
109 _safety = safety;
117 safety:_safety];
148 NSAssert(requestOptions.safety <= GRPCCallSafetyCacheableRequest, @"Invalid call safety value.");
153 if (requestOptions.safety > GRPCCallSafetyCacheableRequest) {
/dports/devel/grpc130/grpc-1.30.2/src/objective-c/GRPCClient/
H A DGRPCCall.m101 - (instancetype)initWithHost:(NSString *)host path:(NSString *)path safety:(GRPCCallSafety)safety {
109 _safety = safety;
117 safety:_safety];
148 NSAssert(requestOptions.safety <= GRPCCallSafetyCacheableRequest, @"Invalid call safety value.");
153 if (requestOptions.safety > GRPCCallSafetyCacheableRequest) {
/dports/devel/grpc134/grpc-1.34.1/src/objective-c/GRPCClient/
H A DGRPCCall.m101 - (instancetype)initWithHost:(NSString *)host path:(NSString *)path safety:(GRPCCallSafety)safety {
109 _safety = safety;
117 safety:_safety];
148 NSAssert(requestOptions.safety <= GRPCCallSafetyCacheableRequest, @"Invalid call safety value.");
153 if (requestOptions.safety > GRPCCallSafetyCacheableRequest) {
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/std/
H A Dmemory99 * that supports <em>strict pointer safety</em>.
100 * This implementation only supports <em>relaxed pointer safety</em>
103 * C++11 20.6.4 [util.dynamic.safety], Pointer safety
108 /// Constants representing the different types of pointer safety.
128 /// The type of pointer safety supported by the implementation.
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/std/
H A Dmemory99 * that supports <em>strict pointer safety</em>.
100 * This implementation only supports <em>relaxed pointer safety</em>
103 * C++11 20.6.4 [util.dynamic.safety], Pointer safety
108 /// Constants representing the different types of pointer safety.
128 /// The type of pointer safety supported by the implementation.
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/std/
H A Dmemory99 * that supports <em>strict pointer safety</em>.
100 * This implementation only supports <em>relaxed pointer safety</em>
103 * C++11 20.6.4 [util.dynamic.safety], Pointer safety
108 /// Constants representing the different types of pointer safety.
128 /// The type of pointer safety supported by the implementation.
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/std/
H A Dmemory99 * that supports <em>strict pointer safety</em>.
100 * This implementation only supports <em>relaxed pointer safety</em>
103 * C++11 20.6.4 [util.dynamic.safety], Pointer safety
108 /// Constants representing the different types of pointer safety.
128 /// The type of pointer safety supported by the implementation.
/dports/devel/boost-docs/boost_1_72_0/libs/optional/doc/
H A D18_exception_safety.qbk26 …ssignment provide strong exception safety guarantee, `optional<T>`'s assignment also provides stro…
48 Operation `emplace` provides basic exception safety guarantee. If it throws, the optional object be…
54 …ics, when one wants to acheive stronger exception safety guarantees.) In this case the exception s…
/dports/devel/boost-docs/boost_1_72_0/libs/ptr_container/doc/
H A Dptr_deque.rst94 - Exception safety: Strong guarantee
105 - Exception safety: Strong guarantee
117 - Exception safety: Strong guarantee
157 - Exception safety: Strong guarantee
169 - Exception safety: Nothrow guarantee
/dports/devel/boost-python-libs/boost_1_72_0/libs/ptr_container/doc/
H A Dptr_deque.rst94 - Exception safety: Strong guarantee
105 - Exception safety: Strong guarantee
117 - Exception safety: Strong guarantee
157 - Exception safety: Strong guarantee
169 - Exception safety: Nothrow guarantee
/dports/devel/boost-python-libs/boost_1_72_0/libs/optional/doc/
H A D18_exception_safety.qbk26 …ssignment provide strong exception safety guarantee, `optional<T>`'s assignment also provides stro…
48 Operation `emplace` provides basic exception safety guarantee. If it throws, the optional object be…
54 …ics, when one wants to acheive stronger exception safety guarantees.) In this case the exception s…
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/ptr_container/doc/
H A Dptr_deque.rst94 - Exception safety: Strong guarantee
105 - Exception safety: Strong guarantee
117 - Exception safety: Strong guarantee
157 - Exception safety: Strong guarantee
169 - Exception safety: Nothrow guarantee
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/optional/doc/
H A D18_exception_safety.qbk26 …ssignment provide strong exception safety guarantee, `optional<T>`'s assignment also provides stro…
48 Operation `emplace` provides basic exception safety guarantee. If it throws, the optional object be…
54 …ics, when one wants to acheive stronger exception safety guarantees.) In this case the exception s…
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/optional/doc/
H A D18_exception_safety.qbk26 …ssignment provide strong exception safety guarantee, `optional<T>`'s assignment also provides stro…
48 Operation `emplace` provides basic exception safety guarantee. If it throws, the optional object be…
54 …ics, when one wants to acheive stronger exception safety guarantees.) In this case the exception s…
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/ptr_container/doc/
H A Dptr_deque.rst94 - Exception safety: Strong guarantee
105 - Exception safety: Strong guarantee
117 - Exception safety: Strong guarantee
157 - Exception safety: Strong guarantee
169 - Exception safety: Nothrow guarantee
/dports/databases/percona57-server/boost_1_59_0/libs/optional/doc/
H A D18_exception_safety.qbk26 …ssignment provide strong exception safety guarantee, `optional<T>`'s assignment also provides stro…
48 Operation `emplace` provides basic exception safety guarantee. If it throws, the optional object be…
54 …ics, when one wants to acheive stronger exception safety guarantees.) In this case the exception s…
/dports/databases/percona57-server/boost_1_59_0/libs/ptr_container/doc/
H A Dptr_deque.rst94 - Exception safety: Strong guarantee
105 - Exception safety: Strong guarantee
117 - Exception safety: Strong guarantee
157 - Exception safety: Strong guarantee
169 - Exception safety: Nothrow guarantee
/dports/databases/xtrabackup/boost_1_59_0/libs/ptr_container/doc/
H A Dptr_deque.rst94 - Exception safety: Strong guarantee
105 - Exception safety: Strong guarantee
117 - Exception safety: Strong guarantee
157 - Exception safety: Strong guarantee
169 - Exception safety: Nothrow guarantee
/dports/databases/xtrabackup/boost_1_59_0/libs/optional/doc/
H A D18_exception_safety.qbk26 …ssignment provide strong exception safety guarantee, `optional<T>`'s assignment also provides stro…
48 Operation `emplace` provides basic exception safety guarantee. If it throws, the optional object be…
54 …ics, when one wants to acheive stronger exception safety guarantees.) In this case the exception s…
/dports/databases/percona57-client/boost_1_59_0/libs/ptr_container/doc/
H A Dptr_deque.rst94 - Exception safety: Strong guarantee
105 - Exception safety: Strong guarantee
117 - Exception safety: Strong guarantee
157 - Exception safety: Strong guarantee
169 - Exception safety: Nothrow guarantee
/dports/databases/percona57-client/boost_1_59_0/libs/optional/doc/
H A D18_exception_safety.qbk26 …ssignment provide strong exception safety guarantee, `optional<T>`'s assignment also provides stro…
48 Operation `emplace` provides basic exception safety guarantee. If it throws, the optional object be…
54 …ics, when one wants to acheive stronger exception safety guarantees.) In this case the exception s…

1...<<11121314151617181920>>...793