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

  /external/llvm/unittests/Support/
YAMLIOTest.cpp 303 io.enumCase(value, "red", cRed);
304 io.enumCase(value, "blue", cBlue);
305 io.enumCase(value, "green", cGreen);
306 io.enumCase(value, "yellow",cYellow);
761 io.enumCase(value, "a1", a1);
762 io.enumCase(value, "a2", a2);
763 io.enumCase(value, "a3", a3);
769 io.enumCase(value, "b1", b1);
770 io.enumCase(value, "b2", b2);
771 io.enumCase(value, "b3", b3)
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 56 /// io.enumCase(value, "red", cRed);
57 /// io.enumCase(value, "blue", cBlue);
58 /// io.enumCase(value, "green", cGreen);
350 void enumCase(T &Val, const char* Str, const T ConstVal) {
358 void enumCase(T &Val, const char* Str, const uint32_t ConstVal) {
    [all...]

Completed in 90 milliseconds