HomeSort by relevance Sort by last modified time
    Searched full:mustquote (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Support/
YAMLTraits.h 102 /// static bool mustQuote(StringRef) { return true; }
116 //static bool mustQuote(StringRef);
212 SameType<Signature_mustQuote, &U::mustQuote> *);
619 io.scalarString(Str, ScalarTraits<T>::mustQuote(Str));
623 io.scalarString(Str, ScalarTraits<T>::mustQuote(Str));
700 static bool mustQuote(StringRef) { return false; }
707 static bool mustQuote(StringRef S) { return needsQuotes(S); }
714 static bool mustQuote(StringRef S) { return needsQuotes(S); }
721 static bool mustQuote(StringRef) { return false; }
728 static bool mustQuote(StringRef) { return false;
    [all...]
  /external/llvm/include/llvm/MC/
YAML.h 90 static bool mustQuote(StringRef S) { return needsQuotes(S); }
  /external/llvm/lib/MC/MCAnalysis/
MCModuleYAML.cpp 166 static bool mustQuote(StringRef) { return false; }
173 static bool mustQuote(StringRef) { return false; }
  /external/llvm/lib/Support/
YAMLTraits.cpp 543 void Output::scalarString(StringRef &S, bool MustQuote) {
551 if (!MustQuote) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 149 mustquote = re.compile(r"[^\w!#$%&'*+,.:;<=>?^`|~-]") variable in class:IMAP4
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 149 mustquote = re.compile(r"[^\w!#$%&'*+,.:;<=>?^`|~-]") variable in class:IMAP4
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 650 static bool mustQuote(StringRef) { return true; }
713 static bool mustQuote(StringRef) { return false; }
    [all...]
  /external/llvm/docs/
YamlIO.rst 468 static bool mustQuote(StringRef) { return true; }

Completed in 312 milliseconds