Home
last modified time | relevance | path

Searched refs:Except (Results 1 – 25 of 212) sorted by relevance

123456789

/third_party/boost/libs/outcome/test/tests/
Dnoexcept-propagation.cpp60 struct Except struct
63 Except() = delete; argument
64 Except(const Except & /*unused*/) noexcept(false) in Except() function
68 Except(Except && /*unused*/) noexcept(false) in Except() argument
72 Except &operator=(const Except & /*unused*/) noexcept(false) { return *this; } in operator =() argument
73 Except &operator=(Except && /*unused*/) noexcept(false) { return *this; } in operator =() argument
74 ~Except() noexcept(false) { n = 0; } in ~Except() argument
76 using type = outcome<Except>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCrashRecoveryContext.cpp194 static int ExceptionFilter(_EXCEPTION_POINTERS *Except) { in ExceptionFilter() argument
205 int RetCode = (int)Except->ExceptionRecord->ExceptionCode; in ExceptionFilter()
211 RetCode, reinterpret_cast<uintptr_t>(Except)); in ExceptionFilter()
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/operator_library/kernels/wrapper/
D.gitignore3 # Except this file
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/operator_library/kernels/CMSIS/
D.gitignore3 # Except this file
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/operator_library/include/
D.gitignore3 # Except this file
/third_party/pulseaudio/scripts/benchmarks/
D.gitignore8 # Except these files
/third_party/boost/tools/build/src/tools/types/
Dlib.jam41 # Except with gcc.
49 # Except with gcc (mingw or cygwin), where use libxxx.dll.a
/third_party/boost/libs/mpl/doc/src/refmanual/
DLIMIT_UNROLLING.rst32 Except for overall library performace, overriding the
/third_party/boost/boost/xpressive/
Dregex_actions.hpp834 template<typename Except>
843 BOOST_THROW_EXCEPTION(Except()); in operator ()()
850 BOOST_THROW_EXCEPTION(Except(a0)); in operator ()()
857 BOOST_THROW_EXCEPTION(Except(a0, a1)); in operator ()()
870 BOOST_THROW_EXCEPTION(Except(a0, a1, a2)); in operator ()()
Dxpressive_fwd.hpp174 template<typename Except>
/third_party/python/Objects/
Dframeobject.c98 Except = 4, enumerator
174 except_stack = push_block(block_stack, Except); in markblocks()
184 except_stack = push_block(block_stack, Except); in markblocks()
249 case Except: in explain_incompatible_block_stack()
484 case Except: in frame_setlineno()
/third_party/gn/src/base/third_party/icu/
DLICENSE30 Except as contained in this notice, the name of a copyright holder
70 Except as contained in this notice, the name of a copyright holder
/third_party/libphonenumber/resources/geocoding/en/
D226.txt16 # http://en.wikipedia.org/wiki/+226 [482669671] Except where overruled by
/third_party/curl/
DCOPYING20 Except as contained in this notice, the name of a copyright holder shall not
/third_party/popt/
DCOPYING20 Except as contained in this notice, the name of the X Consortium shall not be
/third_party/libxml2/
DCopyright1 Except where otherwise noted in the source code (e.g. the files hash.c,
/third_party/gettext/gnulib-local/lib/libxml/
DCOPYING1 Except where otherwise noted in the source code (e.g. the files hash.c,
/third_party/boost/libs/outcome/doc/src/content/experimental/
Doutcome.md29 using normal Outcome. Except that codegen will be better, custom domains
/third_party/python/Tools/pynche/X/
Dxlicense.txt24 Except as contained in this notice, the name of The Open Group shall
/third_party/flutter/flutter/dev/docs/
DREADME.md44 Except for `'dart:core'`, you must import a Dart library before you can use it.
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/data/
Driwords.txt44 # Except as contained in this notice, the name of a copyright holder
/third_party/icu/icu4c/source/test/testdata/
Driwords.txt43 # Except as contained in this notice, the name of a copyright holder
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/data/
Driwords.txt44 # Except as contained in this notice, the name of a copyright holder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h1185 Value *getConstrainedFPExcept(Optional<fp::ExceptionBehavior> Except) { in getConstrainedFPExcept() argument
1188 if (Except.hasValue()) in getConstrainedFPExcept()
1189 UseExcept = Except.getValue(); in getConstrainedFPExcept()
1565 Optional<fp::ExceptionBehavior> Except = None) {
1567 Value *ExceptV = getConstrainedFPExcept(Except);
2204 Optional<fp::ExceptionBehavior> Except = None) {
2205 Value *ExceptV = getConstrainedFPExcept(Except);
2397 Optional<fp::ExceptionBehavior> Except = None) {
2399 Value *ExceptV = getConstrainedFPExcept(Except);
2474 Optional<fp::ExceptionBehavior> Except = None) {
[all …]
/third_party/icu/icu4c/source/data/unidata/
Ducdterms.txt44 Except as contained in this notice, the name of a copyright holder shall not be

123456789