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

  /external/llvm/include/llvm/Support/
YAMLTraits.h 453 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;
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 251 bool Input::bitSetMatch(const char *Str, bool) {
529 bool Output::bitSetMatch(const char *Str, bool Matches) {

Completed in 795 milliseconds