Home
last modified time | relevance | path

Searched defs:never_reached (Results 1 – 15 of 15) sorted by relevance

/dports/devel/R-cran-rlang/rlang/src/internal/
H A Dutils.h14 void never_reached(const char* fn) { in never_reached() function
/dports/devel/glademm/glademm-2.6.0/src/writers/
H A Dwindow.cc146 { const bool never_reached(false); in CreatePointer() local
161 { const bool never_reached(false); in DestroyPointer() local
/dports/security/gnupg/gnupg-2.3.3/common/
H A Dlogging.h88 #define never_reached() do { \ macro
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/decomposition/tests/
H A Dtest_incremental_pca.py74 with pytest.raises(
/dports/security/libksba/libksba-1.6.0/src/
H A Dutil.h93 #define never_reached() do { \ macro
/dports/graphics/enblend/enblend-enfuse-4.2/src/
H A Dcommon.h183 explicit never_reached(const std::string& a_message) : std::runtime_error(a_message) {} in never_reached() function
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dparse2.cpp224 static const int never_reached = INT_MAX; variable
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dparse2.cpp235 static const int never_reached = INT_MAX; variable
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dparse2.cpp235 static const int never_reached = INT_MAX; variable
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dparse2.cpp232 static const int never_reached = INT_MAX; variable
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dparse2.cpp235 static const int never_reached = INT_MAX; variable
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dparse2.cpp241 static const int never_reached = INT_MAX; variable
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dparse2.cpp232 static const int never_reached = INT_MAX; variable
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dparse2.cpp232 static const int never_reached = INT_MAX; variable
/dports/devel/R-cran-vctrs/vctrs/src/
H A Dutils.c423 inline void never_reached(const char* fn) { in never_reached() function