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 490 virtual bool bitSetMatch(const char*, bool) = 0;
525 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
533 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
540 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))
547 if (bitSetMatch(Str, outputting() && (Val & Mask) == ConstVal))
975 bool bitSetMatch(const char *, bool ) override;
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 273 bool Input::bitSetMatch(const char *Str, bool) {
572 bool Output::bitSetMatch(const char *Str, bool Matches) {

Completed in 52 milliseconds