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

/external/llvm/include/llvm/Support/
H A DYAMLTraits.h76 /// io.bitSetCase(value, "big", flagBig);
77 /// io.bitSetCase(value, "flat", flagFlat);
78 /// io.bitSetCase(value, "round", flagRound);
476 void bitSetCase(T &Val, const char* Str, const T ConstVal) { function in class:llvm::yaml::IO
484 void bitSetCase(T &Val, const char* Str, const uint32_t ConstVal) { function in class:llvm::yaml::IO

Completed in 3341 milliseconds