Home
last modified time | relevance | path

Searched defs:mustQuote (Results 1 – 6 of 6) sorted by relevance

/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/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/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/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
2310 static QuotingType mustQuote(StringRef S) { return QuotingType::None; } in mustQuote() function
/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