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

  /external/llvm/include/llvm/Support/
YAMLTraits.h 489 virtual bool bitSetMatch(const char*, bool) = 0;
524 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
532 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
539 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))
546 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))
1004 bool bitSetMatch(const char *, bool ) override;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLTraits.h 544 virtual bool bitSetMatch(const char*, bool) = 0;
580 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
588 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
595 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))
602 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 273 bool Input::bitSetMatch(const char *Str, bool) {
593 bool Output::bitSetMatch(const char *Str, bool Matches) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
YAMLTraits.cpp 298 bool Input::bitSetMatch(const char *Str, bool) {
607 bool Output::bitSetMatch(const char *Str, bool Matches) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
YAMLTraits.h 633 virtual bool bitSetMatch(const char*, bool) = 0;
669 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
677 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
684 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))
691 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))
    [all...]

Completed in 59 milliseconds