Home
last modified time | relevance | path

Searched refs:VALUE_PIECE_LOCATION_IMPLICIT (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/private/debugger/types/
H A DValueLocation.h24 VALUE_PIECE_LOCATION_IMPLICIT // value isn't stored anywhere in memory but is known enumerator
76 if (type == VALUE_PIECE_LOCATION_IMPLICIT) { in Copy()
135 type = VALUE_PIECE_LOCATION_IMPLICIT; in SetToValue()
/haiku/src/kits/debugger/value/
H A DValueLoader.cpp57 case VALUE_PIECE_LOCATION_IMPLICIT: in LoadValue()
117 case VALUE_PIECE_LOCATION_IMPLICIT: in LoadValue()
/haiku/src/kits/debugger/types/
H A DValueLocation.cpp300 case VALUE_PIECE_LOCATION_IMPLICIT: in Dump()