Searched refs:_ParseExpression (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/debug/
H A Ddebug_parser.cpp469 uint64 _ParseExpression(bool expectAssignment = false);
507 uint64 value = _ParseExpression();
536 value = _ParseExpression(true);
547 value = _ParseExpression(true);
597 ExpressionParser::_ParseExpression(bool expectAssignment) function in class:ExpressionParser
608 uint64 rhs = _ParseExpression();
674 uint64 rhs = _ParseExpression();
844 uint64 value = _ParseExpression();
1049 size = _ParseExpression();
1118 uint64 value = _ParseExpression();
[all...]
H A Dtracing.cpp1078 TraceFilter* filter = _ParseExpression();
1088 TraceFilter* _ParseExpression() function in class:TraceFilterParser
1123 if ((filter->fSubFilters.first = _ParseExpression()) != NULL)
1129 if ((filter->fSubFilters.first = _ParseExpression()) != NULL
1130 && (filter->fSubFilters.second = _ParseExpression()) != NULL) {
1137 if ((filter->fSubFilters.first = _ParseExpression()) != NULL
1138 && (filter->fSubFilters.second = _ParseExpression()) != NULL) {
/haiku/src/add-ons/kernel/debugger/demangle/
H A Dgcc3+.cpp1951 bool _ParseExpression(Node*& _node);
2913 if (!_ParseExpression(nameNode))
3160 if (!_ParseExpression(dimensionExpression))
3394 return _ParseExpression(_node) && _SkipExpected('E');
3422 return _ParseExpression(_node);
3437 Demangler::_ParseExpression(Node*& _node) function in class:Demangler
3439 DEBUG_SCOPE("_ParseExpression");
3492 if (!_ParseExpression(subExpression))
3521 if (!_ParseExpression(subExpression))
3531 if (!_ParseExpression(subExpressio
[all...]

Completed in 111 milliseconds