Home
last modified time | relevance | path

Searched refs:noreturn (Results 1 – 25 of 180) sorted by relevance

12345678

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dthrow_delegate.h42 [[noreturn]] void ThrowStdLogicError(const std::string& what_arg);
43 [[noreturn]] void ThrowStdLogicError(const char* what_arg);
44 [[noreturn]] void ThrowStdInvalidArgument(const std::string& what_arg);
45 [[noreturn]] void ThrowStdInvalidArgument(const char* what_arg);
46 [[noreturn]] void ThrowStdDomainError(const std::string& what_arg);
47 [[noreturn]] void ThrowStdDomainError(const char* what_arg);
48 [[noreturn]] void ThrowStdLengthError(const std::string& what_arg);
49 [[noreturn]] void ThrowStdLengthError(const char* what_arg);
50 [[noreturn]] void ThrowStdOutOfRange(const std::string& what_arg);
51 [[noreturn]] void ThrowStdOutOfRange(const char* what_arg);
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/
Dfunction-redecl2.c11 __attribute__ ((noreturn)) void func1(int a);
18 void func2(int a) __attribute__ ((noreturn));
20 __attribute__ ((noreturn))
/third_party/typescript/tests/baselines/reference/
DcallbackTag1.symbols17 var noreturn = obj => void obj.title
18 >noreturn : Symbol(noreturn, Decl(cb.js, 11, 3))
DcallbackTag2.symbols38 var noreturn = (barts, tidus, noctis) => "cecil"
39 >noreturn : Symbol(noreturn, Decl(cb.js, 25, 3))
DcallbackTag1.types21 var noreturn = obj => void obj.title
22 >noreturn : NoReturn
DcallbackTag2.types44 var noreturn = (barts, tidus, noctis) => "cecil"
45 >noreturn : Final<{ fantasy: any; }, { heroes: any; }>
/third_party/benchmark/src/
Dinternal_macros.h34 #define BENCHMARK_NORETURN [[noreturn]]
36 #define BENCHMARK_NORETURN __attribute__((noreturn))
38 #define BENCHMARK_NORETURN __declspec(noreturn)
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dnoreturn.hpp3 __attribute__((noreturn)) void g(void);
4 [[noreturn]] void h(void);
/third_party/musl/ndk-test/sanitize/ubsan/src/
Dunreachable.cpp9 void __attribute__((noreturn)) callee_marked_noreturn() { in callee_marked_noreturn()
13 extern "C" void __attribute__((noreturn)) returns_unexpectedly();
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dbad_variant_access.h73 [[noreturn]] ABSL_DLL void ThrowBadVariantAccess();
74 [[noreturn]] ABSL_DLL void Rethrow();
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross_error_handling.hpp44 [[noreturn]]
46 __declspec(noreturn)
/third_party/jerryscript/jerry-core/include/
Djerryscript-compiler.h40 #define JERRY_ATTR_NORETURN __attribute__((noreturn))
56 #define JERRY_ATTR_NORETURN __declspec(noreturn)
/third_party/ninja/src/
Dutil.h30 #define NORETURN __declspec(noreturn)
32 #define NORETURN __attribute__((noreturn))
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dattributes.h197 #if ABSL_HAVE_ATTRIBUTE(noreturn) || (defined(__GNUC__) && !defined(__clang__))
198 #define ABSL_ATTRIBUTE_NORETURN __attribute__((noreturn))
200 #define ABSL_ATTRIBUTE_NORETURN __declspec(noreturn)
/third_party/elfutils/tests/
Delfstrmerge.c95 static void __attribute__ ((noreturn))
106 static void __attribute__ ((noreturn))
117 static void __attribute__ ((noreturn))
128 static void __attribute__ ((noreturn))
139 static void __attribute__ ((noreturn))
/third_party/selinux/libselinux/utils/
DMakefile16 -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure -Wtrampolines -Wjump-misses-init \
25 -Wmissing-declarations -Wmissing-noreturn -Wmissing-format-attribute \
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.4.3.rst30 * Move noreturn attribute out of ignore attr area
70 * do not ignore attribute 'noreturn'...
/third_party/skia/third_party/externals/abseil-cpp/absl/copts/
DGENERATED_copts.bzl19 "-Wno-missing-noreturn",
104 "-Wno-missing-noreturn",
DGENERATED_AbseilCopts.cmake18 "-Wno-missing-noreturn"
103 "-Wno-missing-noreturn"
/third_party/musl/ndk_musl_include/
Dstdnoreturn.h5 #define noreturn _Noreturn macro
/third_party/musl/include/
Dstdnoreturn.h5 #define noreturn _Noreturn macro
/third_party/musl/porting/liteos_m/kernel/include/
Dstdnoreturn.h5 #define noreturn _Noreturn macro
/third_party/ltp/tools/sparse/sparse-src/validation/linear/
Dnoreturn-unreachable0.c1 extern void die(void) __attribute__((noreturn));
/third_party/musl/porting/uniproton/kernel/include/
Dstdnoreturn.h5 #define noreturn _Noreturn macro
/third_party/typescript/tests/cases/conformance/jsdoc/
DcallbackTag1.ts17 var noreturn = obj => void obj.title variable

12345678