Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/hicpp/
H A Dsigned-bitwise.cpp18 struct AnotherStream { struct
19 AnotherStream &operator<<(unsigned char c) { return *this; } in operator <<() argument
20 AnotherStream &operator<<(signed char c) { return *this; } in operator <<() argument
22 AnotherStream &operator>>(unsigned char c) { return *this; } in operator >>() argument
23 AnotherStream &operator>>(signed char c) { return *this; } in operator >>() argument
/llvm-project/llvm/unittests/Support/
H A DYAMLParserTest.cpp354 yaml::Stream AnotherStream("[\"1\", \"2\"]", SM); in TEST() local
375 yaml::Stream AnotherStream("[\"1\", \"2\"]", SM); in TEST() local