Searched refs:_allStandards (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/libcxx/utils/libcxx/test/ |
| D | params.py | 56 _allStandards = ['c++03', 'c++11', 'c++14', 'c++17', 'c++20', 'c++2b'] variable 80 Parameter(name='std', choices=_allStandards, type=str, 82 default=lambda cfg: next(s for s in reversed(_allStandards) if getStdFlag(cfg, s)),
|