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 887 enum BFlags {
920 struct ScalarEnumerationTraits<BFlags> {
921 static void enumeration(IO &io, BFlags &value) {
945 BFlags bflags = static_cast<BFlags>(kf.flags); local
946 io.mapRequired("flags", bflags);
947 kf.flags = bflags;
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]

Completed in 90 milliseconds