reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
89 assert(getKind() == Type::Boolean); 109 assert(getKind() == Type::Boolean); 163 case Type::Boolean: 304 auto N = DocNode(&KindAndDocs[size_t(Type::Boolean)]);lib/BinaryFormat/AMDGPUMetadataVerifier.cpp
183 msgpack::Type::Boolean)) 186 msgpack::Type::Boolean)) 189 msgpack::Type::Boolean)) 192 msgpack::Type::Boolean))lib/BinaryFormat/MsgPackDocument.cpp
107 case Type::Boolean: 200 case Type::Boolean:lib/BinaryFormat/MsgPackDocumentYAML.cpp
45 case msgpack::Type::Boolean: 134 case msgpack::Type::Boolean: 194 case Type::Boolean:lib/BinaryFormat/MsgPackReader.cpp
39 Obj.Kind = Type::Boolean; 43 Obj.Kind = Type::Boolean;unittests/BinaryFormat/MsgPackReaderTest.cpp
34 EXPECT_EQ(Obj.Kind, Type::Boolean); 59 EXPECT_EQ(Obj.Kind, Type::Boolean); 69 EXPECT_EQ(Obj.Kind, Type::Boolean);