Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DYAMLTraits.h453 virtual bool bitSetMatch(const char*, bool) = 0;
477 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
485 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
492 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))
499 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))
904 bool bitSetMatch(const char *, bool ) override;
1029 bool bitSetMatch(const char *, bool ) override;
/external/llvm/lib/Support/
DYAMLTraits.cpp251 bool Input::bitSetMatch(const char *Str, bool) { in bitSetMatch() function in Input
529 bool Output::bitSetMatch(const char *Str, bool Matches) { in bitSetMatch() function in Output