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

  /external/llvm/lib/Support/
YAMLTraits.cpp 237 bool Input::matchEnumScalar(const char *Str, bool) {
564 bool Output::matchEnumScalar(const char *Str, bool Match) {
  /external/llvm/include/llvm/Support/
YAMLTraits.h 484 virtual bool matchEnumScalar(const char*, bool) = 0;
499 if ( matchEnumScalar(Str, outputting() && Val == ConstVal) ) {
507 if ( matchEnumScalar(Str, outputting() && Val == static_cast<T>(ConstVal)) ) {
1000 bool matchEnumScalar(const char*, bool) override;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLTraits.h 539 virtual bool matchEnumScalar(const char*, bool) = 0;
554 if ( matchEnumScalar(Str, outputting() && Val == ConstVal) ) {
562 if ( matchEnumScalar(Str, outputting() && Val == static_cast<T>(ConstVal)) ) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
YAMLTraits.cpp 262 bool Input::matchEnumScalar(const char *Str, bool) {
578 bool Output::matchEnumScalar(const char *Str, bool Match) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
YAMLTraits.h 628 virtual bool matchEnumScalar(const char*, bool) = 0;
643 if ( matchEnumScalar(Str, outputting() && Val == ConstVal) ) {
651 if ( matchEnumScalar(Str, outputting() && Val == static_cast<T>(ConstVal)) ) {
    [all...]

Completed in 227 milliseconds