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

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DYAMLTraits.cpp402 EnumerationMatchFound(false),
514 EnumerationMatchFound = false;
518 if (Match && !EnumerationMatchFound) {
521 EnumerationMatchFound = true;
527 if (!EnumerationMatchFound)
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h876 bool EnumerationMatchFound; member in class:llvm::yaml::Output

Completed in 508 milliseconds