OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitSetMatch
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Support/
YAMLTraits.h
342
virtual bool
bitSetMatch
(const char*, bool) = 0;
366
if (
bitSetMatch
(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
374
if (
bitSetMatch
(Str, outputting() && (Val & ConstVal) == ConstVal) ) {
714
virtual bool
bitSetMatch
(const char *, bool );
844
virtual bool
bitSetMatch
(const char *, bool );
[
all
...]
/external/llvm/lib/Support/
YAMLTraits.cpp
220
bool Input::
bitSetMatch
(const char *Str, bool) {
493
bool Output::
bitSetMatch
(const char *Str, bool Matches) {
Completed in 3333 milliseconds