Home
last modified time | relevance | path

Searched refs:mustQuote (Results 1 – 10 of 10) 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/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/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/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; }