Home
last modified time | relevance | path

Searched refs:bflags (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DYAMLIOTest.cpp1592 BFlags bflags = static_cast<BFlags>(kf.flags); in mapping() local
1593 io.mapRequired("flags", bflags); in mapping()
1594 kf.flags = bflags; in mapping()