Searched defs:enumCase (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Support/
H A DYAMLTraits.h58 /// io.enumCase(value, "red", cRed);
59 /// io.enumCase(value, "blue", cBlue);
60 /// io.enumCase(value, "green", cGreen);
498 void enumCase(T &Val, const char* Str, const T ConstVal) { function in class:llvm::yaml::IO
506 void enumCase(T &Val, const char* Str, const uint32_t ConstVal) { function in class:llvm::yaml::IO
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLTraits.h91 /// io.enumCase(value, "red", cRed);
92 /// io.enumCase(value, "blue", cBlue);
93 /// io.enumCase(value, "green", cGreen);
553 void enumCase(T &Val, const char* Str, const T ConstVal) { function in class:llvm::yaml::IO
561 void enumCase(T &Val, const char* Str, const uint32_t ConstVal) { function in class:llvm::yaml::IO

Completed in 356 milliseconds