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

/external/llvm/include/llvm/Support/
H A 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/
H A DYAMLTraits.cpp251 bool Input::bitSetMatch(const char *Str, bool) { function in class:Input
529 bool Output::bitSetMatch(const char *Str, bool Matches) { function in class:Output

Completed in 80 milliseconds