Searched refs:GetStatement (Results 1 - 20 of 20) sorted by relevance

/haiku/src/tests/add-ons/print/ppd/model/
H A DStatementList.h30 Statement* GetStatement(const char* keyword);
H A DStatementWrapper.cpp81 return GetStatement()->GetOption();
83 return GetStatement()->GetValue();
112 const char* type = GetStatement()->GetValueString();
H A DStatementList.cpp50 Statement* StatementList::GetStatement(const char* keyword) function in class:StatementList
62 Statement* statement = GetStatement(keyword);
H A DStatementWrapper.h25 Statement* GetStatement() { return fStatement; } function in class:StatementWrapper
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.h30 Statement* GetStatement() { return fStatement; } function in class:CategoryItem
H A DPPDConfigView.cpp89 AddStatement(text, group->GetStatement());
380 AddUIGroup(text, group->GetStatement());
/haiku/src/kits/debugger/debug_info/
H A DDebuggerImageDebugInfo.cpp89 DebuggerImageDebugInfo::GetStatement(FunctionDebugInfo* function, function in class:DebuggerImageDebugInfo
92 return fArchitecture->GetStatement(function, address, _statement);
H A DDebuggerImageDebugInfo.h48 virtual status_t GetStatement(FunctionDebugInfo* function,
H A DDwarfImageDebugInfo.h78 virtual status_t GetStatement(FunctionDebugInfo* function,
H A DDwarfImageDebugInfo.cpp757 DwarfImageDebugInfo::GetStatement(FunctionDebugInfo* _function, function in class:DwarfImageDebugInfo
760 TRACE_CODE("DwarfImageDebugInfo::GetStatement(function: %p, address: %#"
768 return fArchitecture->GetStatement(function, address, _statement);
780 return fArchitecture->GetStatement(function, address, _statement);
791 return fArchitecture->GetStatement(function, address, _statement);
/haiku/headers/private/debugger/debug_info/
H A DSpecificImageDebugInfo.h75 virtual status_t GetStatement(FunctionDebugInfo* function,
/haiku/src/kits/debugger/arch/x86/
H A DArchitectureX86.h67 virtual status_t GetStatement(FunctionDebugInfo* function,
H A DArchitectureX86.cpp644 ArchitectureX86::GetStatement(FunctionDebugInfo* function, function in class:ArchitectureX86
/haiku/src/kits/debugger/arch/x86_64/
H A DArchitectureX8664.h68 virtual status_t GetStatement(FunctionDebugInfo* function,
H A DArchitectureX8664.cpp721 ArchitectureX8664::GetStatement(FunctionDebugInfo* function, function in class:ArchitectureX8664
/haiku/src/tests/add-ons/print/ppd/parser/
H A DPPDParser.cpp247 openStatement.GetStatement()->Print();
249 statement->GetStatement()->Print();
/haiku/headers/private/debugger/arch/
H A DArchitecture.h110 virtual status_t GetStatement(FunctionDebugInfo* function,
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp577 if (function->GetSpecificImageDebugInfo()->GetStatement(function,
H A DTeamDebugger.cpp2084 if (functionDebugInfo->GetSpecificImageDebugInfo()->GetStatement(
/haiku/src/kits/debugger/model/
H A DTeam.cpp615 ->GetStatement(functionDebugInfo, address, _statement);

Completed in 280 milliseconds