Home
last modified time | relevance | path

Searched defs:unreachable (Results 1 – 8 of 8) sorted by relevance

/llvm-project/libcxx/test/std/utilities/utility/utility.unreachable/
H A Dunreachable.verify.cpp13 [[noreturn]] void unreachable() { std::unreachable(); } // expected-no-diagnostics in unreachable() function
/llvm-project/clang/lib/Headers/
H A D__stddef_unreachable.h18 #define unreachable() __builtin_unreachable() macro
/llvm-project/libcxx/include/__utility/
H A Dunreachable.h28 [[noreturn]] _LIBCPP_HIDE_FROM_ABI inline void unreachable() { __libcpp_unreachable(); } in unreachable() function
/llvm-project/clang/test/Profile/
H A Dcxx-throws.cpp67 void unreachable(int i) { in unreachable() function
/llvm-project/compiler-rt/test/cfi/cross-dso/
H A Dstats.cpp46 extern "C" __attribute__((noinline)) void unreachable(A *a) { in unreachable() function
/llvm-project/compiler-rt/test/cfi/
H A Dstats.cpp38 extern "C" __attribute__((noinline)) void unreachable(A *a) { in unreachable() function
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalyzerStatsChecker.cpp72 unsigned total = 0, unreachable = 0; in checkEndAnalysis() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2875 static void unreachable() { unreachable() function