Searched refs:_statement (Results 1 - 15 of 15) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDebuggerImageDebugInfo.cpp90 target_addr_t address, Statement*& _statement)
92 return fArchitecture->GetStatement(function, address, _statement);
99 Statement*& _statement)
89 GetStatement(FunctionDebugInfo* function, target_addr_t address, Statement*& _statement) argument
97 GetStatementAtSourceLocation( FunctionDebugInfo* function, const SourceLocation& sourceLocation, Statement*& _statement) argument
H A DDebuggerImageDebugInfo.h50 Statement*& _statement);
54 Statement*& _statement);
H A DDwarfImageDebugInfo.h80 Statement*& _statement);
84 Statement*& _statement);
H A DDwarfImageDebugInfo.cpp758 target_addr_t address, Statement*& _statement)
768 return fArchitecture->GetStatement(function, address, _statement);
780 return fArchitecture->GetStatement(function, address, _statement);
791 return fArchitecture->GetStatement(function, address, _statement);
832 _statement = statement;
855 const SourceLocation& sourceLocation, Statement*& _statement)
924 _statement = statement;
757 GetStatement(FunctionDebugInfo* _function, target_addr_t address, Statement*& _statement) argument
854 GetStatementAtSourceLocation(FunctionDebugInfo* _function, const SourceLocation& sourceLocation, Statement*& _statement) argument
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.cpp270 bool PPDParser::ParseStatement(Statement* _statement) argument
272 AutoDelete<Statement> statement(_statement);
274 if (_statement->GetKeyword() == NULL) {
279 if (_statement->GetOption() != NULL &&
280 _statement->GetOption()->GetValue() == NULL) {
286 if (_statement->GetValue() != NULL &&
287 _statement->GetValue()->GetValue() == NULL) {
/haiku/headers/private/debugger/debug_info/
H A DSpecificImageDebugInfo.h77 Statement*& _statement) = 0;
82 Statement*& _statement) = 0;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.h81 Statement*& _statement);
H A DSourceView.cpp2407 SourceView::GetStatementForLine(int32 line, Statement*& _statement) argument
2422 _statement = statement;
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h69 Statement*& _statement);
H A DArchitectureX86.cpp645 target_addr_t address, Statement*& _statement)
660 _statement = statement;
644 GetStatement(FunctionDebugInfo* function, target_addr_t address, Statement*& _statement) argument
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.h70 Statement*& _statement);
H A DArchitectureX8664.cpp722 target_addr_t address, Statement*& _statement)
737 _statement = statement;
721 GetStatement(FunctionDebugInfo* function, target_addr_t address, Statement*& _statement) argument
/haiku/headers/private/debugger/arch/
H A DArchitecture.h112 Statement*& _statement) = 0;
/haiku/src/kits/debugger/model/
H A DTeam.cpp573 Statement*& _statement)
606 _statement = statement;
615 ->GetStatement(functionDebugInfo, address, _statement);
628 const SourceLocation& location, Statement*& _statement)
640 _statement = statement;
665 ->GetStatementAtSourceLocation(functionDebugInfo, location, _statement);
572 GetStatementAtAddress(target_addr_t address, FunctionInstance*& _function, Statement*& _statement) argument
627 GetStatementAtSourceLocation(SourceCode* sourceCode, const SourceLocation& location, Statement*& _statement) argument
/haiku/headers/private/debugger/model/
H A DTeam.h213 Statement*& _statement);
220 Statement*& _statement);

Completed in 262 milliseconds