Home
last modified time | relevance | path

Searched refs:add_variable (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBlock.cpp214 bool add_variable = false; in GetVariables() local
219 add_variable = statics; in GetVariables()
223 add_variable = arguments; in GetVariables()
227 add_variable = locals; in GetVariables()
233 if (add_variable) { in GetVariables()
267 bool add_variable = false; in GetVariables() local
272 add_variable = statics; in GetVariables()
276 add_variable = arguments; in GetVariables()
280 add_variable = locals; in GetVariables()
286 if (add_variable) { in GetVariables()
H A DSBFrame.cpp991 bool add_variable = false; in GetVariables() local
996 add_variable = statics; in GetVariables()
1000 add_variable = arguments; in GetVariables()
1004 add_variable = locals; in GetVariables()
1010 if (add_variable) { in GetVariables()