Searched defs:expression (Results 1 - 25 of 28) sorted by relevance

12

/haiku-fatelf/src/apps/debugger/source_language/
H A DSourceLanguage.cpp23 SourceLanguage::ParseTypeExpression(const BString &expression, argument
H A DCppLanguage.cpp33 CppLanguage::ParseTypeExpression(const BString &expression, argument
/haiku-fatelf/src/apps/deskcalc/
H A DDeskCalc.cpp29 BString expression; local
H A DExpressionTextView.cpp174 ExpressionTextView::SetExpression(const char* expression) argument
354 ExpressionTextView::AddExpressionToHistory(const char* expression) argument
[all...]
H A DCalcView.cpp762 BString expression = fExpressionTextView->Text(); local
854 BString expression = fExpressionTextView->Text(); local
[all...]
/haiku-fatelf/src/build/libroot/
H A Dmisc.cpp27 _debuggerAssert(const char *file, int line, const char *expression) argument
/haiku-fatelf/src/bin/bc/bc/
H A Dsbc.y305 expression : named_expression ASSIGN_OP label
[all...]
H A Dbc.y401 expression : named_expression ASSIGN_OP label
[all...]
/haiku-fatelf/src/bin/bash/lib/intl/
H A Dplural-exp.h44 struct expression struct
/haiku-fatelf/src/bin/gawk/intl/
H A Dplural-exp.h42 struct expression struct
/haiku-fatelf/src/kits/tracker/
H A DSelectionWindow.cpp212 BString expression; local
/haiku-fatelf/src/apps/debugger/dwarf/
H A DAttributeValue.h219 } expression; member in union:MemberLocation::__anon2926
277 } expression; // location expression member in union:LocationDescription::__anon2928
[all...]
H A DDwarfExpressionEvaluator.cpp141 DwarfExpressionEvaluator::Evaluate(const void* expression, size_t size, argument
163 DwarfExpressionEvaluator::EvaluateLocation(const void* expression, size_t size, argument
[all...]
H A DDwarfFile.cpp123 const void* expression; local
743 EvaluateExpression(CompilationUnit* unit, uint8 addressSize, DIESubprogram* subprogramEntry, const void* expression, off_t expressionLength, const DwarfTargetInterface* targetInterface, target_addr_t instructionPointer, target_addr_t framePointer, target_addr_t valueToPush, bool pushValue, target_addr_t& _result) argument
770 const void* expression; local
2430 const void* expression = dataReader.Data(); local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-cmd-var.c397 char *expression; local
/haiku-fatelf/src/bin/gdb/gdb/
H A Dwrapper.c73 gdb_parse_exp_1(char **stringptr, struct block *block, int comma, struct expression **expression) argument
H A Dexpression.h362 struct expression struct
[all...]
H A Dvarobj.c421 varobj_create(char *objname, char *expression, CORE_ADDR frame, enum varobj_type type) argument
783 varobj_set_value(struct varobj *var, char *expression) argument
[all...]
/haiku-fatelf/src/kits/storage/
H A DQuery.cpp361 BQuery::SetPredicate(const char* expression) argument
717 BQuery::_SetPredicate(const char* expression) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp2031 Expression *expression = new Expression((char *)queryString); local
2082 Expression *expression = query->GetExpression(); local
/haiku-fatelf/src/bin/bash/
H A Dexpr.c140 static char *expression; /* The current expression */ variable
185 char *expression, *t member in struct:__anon3209
[all...]
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug_parser.cpp1160 evaluate_debug_expression(const char* expression, uint64* _result, bool silent) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A Dkernel_interface_r5.cpp2214 Expression *expression = new Expression((char *)queryString); local
2255 Expression *expression = query->GetExpression(); local
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A Dkernel_interface.cpp1995 Expression *expression = new Expression((char *)queryString); local
2046 Expression *expression = query->GetExpression(); local
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp2152 Expression* expression = new(std::nothrow) Expression((char*)queryString); local
2193 Expression* expression = query->GetExpression(); local

Completed in 185 milliseconds

12