Searched defs:variable (Results 1 - 25 of 45) sorted by relevance

12

/haiku-fatelf/src/apps/debugger/model/
H A DStackFrameValueInfos.h63 StackFrameValueInfos::GetInfo(ObjectID* variable, const TypeComponentPath& path, argument
71 StackFrameValueInfos::HasInfo(ObjectID* variable, const TypeComponentPath& path) argument
H A DStackFrameValues.h59 StackFrameValues::GetValue(ObjectID* variable, const TypeComponentPath& path, argument
67 StackFrameValues::HasValue(ObjectID* variable, const TypeComponentPath& path) argument
H A DStackFrame.cpp170 StackFrame::AddLocalVariable(Variable* variable) argument
195 StackFrame::NotifyValueRetrieved(Variable* variable, TypeComponentPath* path) argument
213 StackFrameValueRetrieved(StackFrame* stackFrame, Variable* variable, TypeComponentPath* path) argument
[all...]
H A DStackFrameValueInfos.cpp18 ObjectID* variable; member in struct:StackFrameValueInfos::Key
21 Key(ObjectID* variable, TypeComponentPath* path) argument
45 InfoEntry(ObjectID* variable, TypeComponentPath* path) argument
132 GetInfo(ObjectID* variable, const TypeComponentPath* path, Type** _type, ValueLocation** _location) const argument
156 HasInfo(ObjectID* variable, const TypeComponentPath* path) const argument
164 SetInfo(ObjectID* variable, TypeComponentPath* path, Type* type, ValueLocation* location) argument
[all...]
H A DStackFrameValues.cpp16 ObjectID* variable; member in struct:StackFrameValues::Key
19 Key(ObjectID* variable, TypeComponentPath* path) argument
42 ValueEntry(ObjectID* variable, TypeComponentPath* path) argument
131 GetValue(ObjectID* variable, const TypeComponentPath* path, BVariant& _value) const argument
145 HasValue(ObjectID* variable, const TypeComponentPath* path) const argument
153 SetValue(ObjectID* variable, TypeComponentPath* path, const BVariant& value) argument
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Dm2-exp.y570 /* GDB internal ($foo) variable */ label
562 variable: fblock label
574 variable: block COLONCOLON NAME label
590 variable: NAME label
H A Dada-exp.y539 variable: NAME { write_var_from_name (NULL, $1); } label
H A Df-exp.y455 variable: name_not_typename label
H A Dp-exp.y570 variable: block COLONCOLON name label
601 variable: qualified_name label
636 variable: name_not_typename label
H A Dc-exp.y576 variable: block COLONCOLON name label
631 variable: qualified_name label
666 variable: name_not_typename label
H A Dobjc-exp.y645 variable: block COLONCOLON name label
699 variable: qualified_name label
734 variable: name_not_typename label
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dcondvar.c13 void cv_init(struct cv* variable, const char* description) argument
19 void cv_signal(struct cv* variable) argument
25 int cv_timedwait(struct cv* variable, struct mtx* mutex, int timeout) argument
37 void cv_wait(struct cv* variable, struct mtx* mutex) argument
H A DCondvar.cpp16 conditionInit(struct cv* variable, const char* description) argument
23 conditionPublish(struct cv* variable, const void* waitChannel, argument
31 conditionUnpublish(struct cv* variable) argument
38 conditionTimedWait(struct cv* variable, const int timeout) argument
50 conditionWait(struct cv* variable) argument
57 conditionNotifyOne(struct cv* variable) argument
[all...]
/haiku-fatelf/src/apps/debugger/user_interface/gui/model/
H A DVariablesViewState.h74 VariablesViewState::GetNodeInfo(ObjectID* variable, argument
H A DVariablesViewState.cpp52 ObjectID* variable; member in struct:VariablesViewState::Key
55 Key(ObjectID* variable, TypeComponentPath* path) argument
80 InfoEntry(ObjectID* variable, TypeComponentPath* path) argument
168 GetNodeInfo(ObjectID* variable, const TypeComponentPath* path) const argument
176 SetNodeInfo(ObjectID* variable, TypeComponentPath* path, const VariablesViewNodeInfo& info) argument
[all...]
/haiku-fatelf/src/apps/debugger/value/value_nodes/
H A DVariableValueNodeChild.cpp13 VariableValueNodeChild::VariableValueNodeChild(Variable* variable) argument
/haiku-fatelf/src/bin/gawk/
H A Dcustom.h66 #define variable(a,b,c) variabl(a,b,c) macro
/haiku-fatelf/headers/private/kernel/
H A Dscheduling_analysis.h71 InitConditionVariable(ConditionVariable* variable, const void* object, argument
/haiku-fatelf/src/apps/debugger/debug_managers/
H A DValueNodeManager.cpp168 ValueNodeManager::_AddNode(Variable* variable) argument
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dcache.h30 void *variable; member in struct:CACHED_GENERIC
/haiku-fatelf/src/bin/bash/
H A Dunwind_prot.c54 char *variable; member in struct:__anon3230
/haiku-fatelf/src/tests/add-ons/kernel/kernelland_emu/
H A Dcondition_variable.cpp121 ConditionVariableEntry::AddToVariable(ConditionVariable* variable) argument
[all...]
/haiku-fatelf/src/system/kernel/
H A Dcondition_variable.cpp170 AddToVariable(ConditionVariable* variable) argument
233 ConditionVariable* variable = sConditionVariableHash.Lookup(fObject); local
270 ConditionVariable* variable = sConditionVariableHash.Lookup(object); local
284 ConditionVariable* variable = sConditionVariableHash.Lookup(object); local
[all...]
/haiku-fatelf/src/system/kernel/debug/
H A Ddebug_variables.cpp85 dequeue_temporary_variable(TemporaryVariable* variable) argument
96 unset_variable(Variable* variable) argument
123 TemporaryVariable* variable = sTemporaryVariablesLRUQueue.RemoveHead(); local
143 TemporaryVariable* variable = sTemporaryVariables + i; local
157 Variable* variable = sVariables + i; local
190 const char* variable = argv[1]; local
227 Variable& variable = sVariables[i]; local
236 Variable& variable = sTemporaryVariables[i]; local
324 Variable& variable = sVariables[i]; local
331 Variable& variable = sTemporaryVariables[i]; local
[all...]
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.cpp302 Variable* variable = new(std::nothrow) Variable(id, name, local
345 Variable* variable = new(std::nothrow) Variable(id, name, type, location); local

Completed in 306 milliseconds

12