HomeSort by relevance Sort by last modified time
    Searched refs:BFlags (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/Support/
YAMLIOTest.cpp 1185 enum BFlags {
1218 struct ScalarEnumerationTraits<BFlags> {
1219 static void enumeration(IO &io, BFlags &value) {
1243 BFlags bflags = static_cast<BFlags>(kf.flags); local
1244 io.mapRequired("flags", bflags);
1245 kf.flags = bflags;
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 66 milliseconds