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

/freebsd-10.1-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h345 virtual bool bitSetMatch(const char*, bool) = 0;
369 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
377 if ( bitSetMatch(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
721 virtual bool bitSetMatch(const char *, bool );
848 virtual bool bitSetMatch(const char *, bool );
/freebsd-10.1-release/contrib/llvm/lib/Support/
H A DYAMLTraits.cpp253 bool Input::bitSetMatch(const char *Str, bool) { function in class:Input
539 bool Output::bitSetMatch(const char *Str, bool Matches) { function in class:Output

Completed in 101 milliseconds