Home
last modified time | relevance | path

Searched refs:_variables (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/kyua-cli/dist/utils/text/
H A Dtemplates.cpp548 _variables[name] = value; in add_variable()
563 PRE(_variables.find(name) != _variables.end()); in remove_variable()
564 _variables.erase(_variables.find(name)); in remove_variable()
579 PRE(_variables.find(name) == _variables.end()); in add_vector()
594 PRE(_variables.find(name) == _variables.end()); in add_to_vector()
611 return (_variables.find(name) != _variables.end() || in exists()
626 const variables_map::const_iterator iter = _variables.find(name); in get_variable()
627 if (iter == _variables.end()) in get_variable()
H A Dtemplates.hpp80 variables_map _variables; member in utils::text::templates_def
/minix/external/bsd/llvm/dist/llvm/docs/
H A DMakefileGuide.rst439 .. _variables: