Home
last modified time | relevance | path

Searched refs:mustQuote (Results 1 – 19 of 19) sorted by relevance

/external/llvm/include/llvm/Support/
DYAMLTraits.h232 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; }
808 static bool mustQuote(StringRef) { return false; }
815 static bool mustQuote(StringRef) { return false; }
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLTraits.h260 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; }
895 static bool mustQuote(StringRef) { return false; }
902 static bool mustQuote(StringRef) { return false; }
[all …]
/external/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h53 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/Support/
DYAMLTraits.h284 SameType<Signature_mustQuote, &U::mustQuote> *);
1426 static QuotingType mustQuote(StringRef) { return QuotingType::None; }
1433 static QuotingType mustQuote(StringRef) { return QuotingType::None; }
1440 static QuotingType mustQuote(StringRef) { return QuotingType::None; }
1447 static QuotingType mustQuote(StringRef) { return QuotingType::None; }
1736 static QuotingType mustQuote(StringRef) { return MustQuote; } \
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMIRYamlMapping.h59 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/ObjectYAML/
DYAML.h110 static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
DMachOYAML.h264 static QuotingType mustQuote(StringRef S); in LLVM_YAML_IS_SEQUENCE_VECTOR()
274 static QuotingType mustQuote(StringRef S); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm/include/llvm/ObjectYAML/
DYAML.h99 static bool mustQuote(StringRef S) { return needsQuotes(S); }
DMachOYAML.h252 static bool mustQuote(StringRef S); in LLVM_YAML_IS_SEQUENCE_VECTOR()
263 static bool mustQuote(StringRef S); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDebugMap.h242 static QuotingType mustQuote(StringRef) { return QuotingType::Single; } in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm/tools/dsymutil/
DDebugMap.h220 static bool mustQuote(StringRef) { return true; } in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm/tools/llvm-pdbdump/
DPdbYaml.cpp54 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); } in mustQuote() function
/external/llvm/lib/ObjectYAML/
DMachOYAML.cpp44 bool ScalarTraits<char_16>::mustQuote(StringRef S) { return needsQuotes(S); } in mustQuote() function in llvm::yaml::ScalarTraits
72 bool ScalarTraits<uuid_t>::mustQuote(StringRef S) { return needsQuotes(S); } in mustQuote() function in llvm::yaml::ScalarTraits
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DYAMLIOTest.cpp936 static QuotingType mustQuote(StringRef) { return QuotingType::Single; } in mustQuote() function
1140 static QuotingType mustQuote(StringRef) { return QuotingType::None; } in mustQuote() function
1151 static QuotingType mustQuote(StringRef S) { in mustQuote() function
1152 return Impl::mustQuote(S); in mustQuote()
2310 static QuotingType mustQuote(StringRef S) { return QuotingType::None; } in mustQuote() function
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DBenchmarkResult.cpp111 static QuotingType mustQuote(StringRef) { return QuotingType::Single; } in mustQuote() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DMachOYAML.cpp55 QuotingType ScalarTraits<char_16>::mustQuote(StringRef S) { in mustQuote() function in llvm::yaml::ScalarTraits
80 QuotingType ScalarTraits<uuid_t>::mustQuote(StringRef S) { in mustQuote() function in llvm::yaml::ScalarTraits
/external/llvm/unittests/Support/
DYAMLIOTest.cpp848 static bool mustQuote(StringRef) { return true; } in mustQuote() function
1051 static bool mustQuote(StringRef) { return false; } in mustQuote() function
2218 static bool mustQuote(StringRef S) { return false; } in mustQuote() function
/external/llvm/docs/
DYamlIO.rst469 static bool mustQuote(StringRef) { return true; }
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DYamlIO.rst469 static QuotingType mustQuote(StringRef) { return QuotingType::Single; }