reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/YAMLTraits.h
  821       Val = static_cast<T>(Val | ConstVal);
unittests/Support/YAMLIOTest.cpp
  937   EXPECT_EQ(flagRound|flagFlat,   map.f2);
  951     map.f2 = flagRound | flagFlat;
  967     EXPECT_EQ(flagRound|flagFlat,   map2.f2);