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

  /external/llvm/include/llvm/Support/
YAMLTraits.h 75 /// io.bitSetCase(value, "big", flagBig);
76 /// io.bitSetCase(value, "flat", flagFlat);
77 /// io.bitSetCase(value, "round", flagRound);
523 void bitSetCase(T &Val, const char* Str, const T ConstVal) {
531 void bitSetCase(T &Val, const char* Str, const uint32_t ConstVal) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLTraits.h 108 /// io.bitSetCase(value, "big", flagBig);
109 /// io.bitSetCase(value, "flat", flagFlat);
110 /// io.bitSetCase(value, "round", flagRound);
579 void bitSetCase(T &Val, const char* Str, const T ConstVal) {
587 void bitSetCase(T &Val, const char* Str, const uint32_t ConstVal) {
    [all...]

Completed in 369 milliseconds