Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__random/
H A Dsubtract_with_carry_engine.h32 class _LIBCPP_TEMPLATE_VIS subtract_with_carry_engine; global() variable
83 _LIBCPP_HIDE_FROM_ABI subtract_with_carry_engine() : subtract_with_carry_engine(default_seed) {} subtract_with_carry_engine() function
84 _LIBCPP_HIDE_FROM_ABI explicit subtract_with_carry_engine(result_type __sd) { seed(__sd); } subtract_with_carry_engine() function
89 _LIBCPP_HIDE_FROM_ABI explicit subtract_with_carry_engine(_Sseq& __q) { subtract_with_carry_engine() function
[all...]
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Dmsc51-cpp.cpp27 struct subtract_with_carry_engine { struct