Home
last modified time | relevance | path

Searched refs:bitSetMatch (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/Support/
DYAMLTraits.h489 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;
1135 bool bitSetMatch(const char *, bool ) override;
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h544 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))
1092 bool bitSetMatch(const char *, bool ) override;
1233 bool bitSetMatch(const char *, bool ) override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DYAMLTraits.cpp298 bool Input::bitSetMatch(const char *Str, bool) { in bitSetMatch() function in Input
607 bool Output::bitSetMatch(const char *Str, bool Matches) { in bitSetMatch() function in Output
/external/llvm/lib/Support/
DYAMLTraits.cpp273 bool Input::bitSetMatch(const char *Str, bool) { in bitSetMatch() function in Input
593 bool Output::bitSetMatch(const char *Str, bool Matches) { in bitSetMatch() function in Output
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DYAMLTraits.h1346 bool bitSetMatch(const char *, bool ) override;