MCPcopy Create free account
hub / github.com/apache/arrow / Unreachable

Function Unreachable

cpp/src/arrow/util/unreachable.cc:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24namespace arrow {
25
26[[noreturn]] void Unreachable(const char* message) {
27 DCHECK(false) << message;
28 std::abort();
29}
30
31[[noreturn]] void Unreachable(std::string_view message) {
32 DCHECK(false) << message;

Callers 15

VisitMethod · 0.85
VisitMethod · 0.85
MakeBinaryFunction · 0.85
VisitMethod · 0.85
VisitTypeFunction · 0.85
NoInputsMethod · 0.85
VisitMethod · 0.85
GenerateNounPhraseMethod · 0.85
GenerateVerbPhraseMethod · 0.85
GenerateSentenceMethod · 0.85

Calls

no outgoing calls

Tested by 6

operator==Function · 0.68
PrintToImplFunction · 0.68
RenameSemanticsMethod · 0.68
LargeVersionOfTypeFunction · 0.68
GetOffsetTypeFunction · 0.68
CheckPageIndexMethod · 0.68