HomeSort by relevance Sort by last modified time
    Searched refs:mustQuote (Results 1 - 17 of 17) sorted by null

  /external/llvm/include/llvm/ObjectYAML/
YAML.h 99 static bool mustQuote(StringRef S) { return needsQuotes(S); }
MachOYAML.h 252 static bool mustQuote(StringRef S);
263 static bool mustQuote(StringRef S);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
YAML.h 110 static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
MachOYAML.h 264 static QuotingType mustQuote(StringRef S);
274 static QuotingType mustQuote(StringRef S);
  /external/llvm/include/llvm/Support/
YAMLTraits.h 100 /// static bool mustQuote(StringRef) { return true; }
114 //static bool mustQuote(StringRef);
232 SameType<Signature_mustQuote, &U::mustQuote> *);
663 io.scalarString(Str, ScalarTraits<T>::mustQuote(Str));
667 io.scalarString(Str, ScalarTraits<T>::mustQuote(Str));
773 static bool mustQuote(StringRef) { return false; }
780 static bool mustQuote(StringRef S) { return needsQuotes(S); }
787 static bool mustQuote(StringRef S) { return needsQuotes(S); }
794 static bool mustQuote(StringRef) { return false; }
801 static bool mustQuote(StringRef) { return false;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLTraits.h 133 /// static bool mustQuote(StringRef) { return true; }
147 //static bool mustQuote(StringRef);
260 SameType<Signature_mustQuote, &U::mustQuote> *);
750 io.scalarString(Str, ScalarTraits<T>::mustQuote(Str));
754 io.scalarString(Str, ScalarTraits<T>::mustQuote(Str));
860 static bool mustQuote(StringRef) { return false; }
867 static bool mustQuote(StringRef S) { return needsQuotes(S); }
874 static bool mustQuote(StringRef S) { return needsQuotes(S); }
881 static bool mustQuote(StringRef) { return false; }
888 static bool mustQuote(StringRef) { return false;
    [all...]
  /external/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 53 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
70 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
113 static bool mustQuote(StringRef Scalar) {
114 return ScalarTraits<unsigned>::mustQuote(Scalar);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MIRYamlMapping.h 59 static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
76 static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
123 static QuotingType mustQuote(StringRef Scalar) {
124 return ScalarTraits<unsigned>::mustQuote(Scalar);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
YAMLTraits.h 140 /// static QuotingType mustQuote(StringRef) { return QuotingType::Single; }
154 //static QuotingType mustQuote(StringRef);
284 SameType<Signature_mustQuote, &U::mustQuote> *);
841 io.scalarString(Str, ScalarTraits<T>::mustQuote(Str));
845 io.scalarString(Str, ScalarTraits<T>::mustQuote(Str));
966 static QuotingType mustQuote(StringRef) { return QuotingType::None; }
973 static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
980 static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
987 static QuotingType mustQuote(StringRef) { return QuotingType::None; }
994 static QuotingType mustQuote(StringRef) { return QuotingType::None;
    [all...]
  /external/llvm/tools/dsymutil/
DebugMap.h 220 static bool mustQuote(StringRef) { return true; }
  /external/llvm/tools/llvm-pdbdump/
PdbYaml.cpp 54 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); }
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DebugMap.h 242 static QuotingType mustQuote(StringRef) { return QuotingType::Single; }
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
BenchmarkResult.cpp 111 static QuotingType mustQuote(StringRef) { return QuotingType::Single; }
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 44 bool ScalarTraits<char_16>::mustQuote(StringRef S) { return needsQuotes(S); }
72 bool ScalarTraits<uuid_t>::mustQuote(StringRef S) { return needsQuotes(S); }
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
MachOYAML.cpp 55 QuotingType ScalarTraits<char_16>::mustQuote(StringRef S) {
80 QuotingType ScalarTraits<uuid_t>::mustQuote(StringRef S) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
YAMLIOTest.cpp 936 static QuotingType mustQuote(StringRef) { return QuotingType::Single; }
1140 static QuotingType mustQuote(StringRef) { return QuotingType::None; }
1151 static QuotingType mustQuote(StringRef S) {
1152 return Impl::mustQuote(S);
    [all...]
  /external/llvm/unittests/Support/
YAMLIOTest.cpp 848 static bool mustQuote(StringRef) { return true; }
1051 static bool mustQuote(StringRef) { return false; }
    [all...]

Completed in 1645 milliseconds