Searched defs:_valgrind (Results 1 – 2 of 2) sorted by relevance
95 def _valgrind(glcpp, filename): function
1596 _valgrind = get_option('valgrind') variable1597 if _valgrind == 'true' variable1598 _valgrind = 'enabled' variable1600 elif _valgrind == 'false' variable1601 _valgrind = 'disabled' variable