Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBBlock.cpp249 bool add_variable = false; in GetVariables() local
254 add_variable = statics; in GetVariables()
258 add_variable = arguments; in GetVariables()
262 add_variable = locals; in GetVariables()
268 if (add_variable) { in GetVariables()
304 bool add_variable = false; in GetVariables() local
309 add_variable = statics; in GetVariables()
313 add_variable = arguments; in GetVariables()
317 add_variable = locals; in GetVariables()
323 if (add_variable) { in GetVariables()
H A DSBFrame.cpp818 bool add_variable = false; in GetVariables() local
823 add_variable = statics; in GetVariables()
827 add_variable = arguments; in GetVariables()
831 add_variable = locals; in GetVariables()
837 if (add_variable) { in GetVariables()
/openbsd-src/usr.bin/pkg-config/OpenBSD/
H A DPkgConfig.pm66 sub add_variable($self, $name, $value)
110 $cfg->add_variable('pcfiledir', dirname($name));
125 $cfg->add_variable($1, $2);
65 sub add_variable($self, $name, $value) global() subroutine
/openbsd-src/usr.bin/pkg-config/
H A Dpkg-config426 $pkg_pc->add_variable('pc_path', join(":", @PKGPATH));