Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dhicpp-signed-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
/external/llvm-project/llvm/unittests/Support/
DYAMLParserTest.cpp295 yaml::Stream AnotherStream("[\"1\", \"2\"]", SM); in TEST() local
316 yaml::Stream AnotherStream("[\"1\", \"2\"]", SM); in TEST() local
/external/llvm/unittests/Support/
DYAMLParserTest.cpp295 yaml::Stream AnotherStream("[\"1\", \"2\"]", SM); in TEST() local
316 yaml::Stream AnotherStream("[\"1\", \"2\"]", SM); in TEST() local