Home
last modified time | relevance | path

Searched defs:cv_status (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h39 _LIBCPP_DECLARE_STRONG_ENUM(cv_status){no_timeout, timeout}; in _LIBCPP_DECLARE_STRONG_ENUM() argument
40 _LIBCPP_DECLARE_STRONG_ENUM_EPILOG(cv_status) in _LIBCPP_DECLARE_STRONG_ENUM_EPILOG() argument
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dspuriously-wake-up-functions.cpp77 enum class cv_status { enum