/external/llvm/include/llvm/Support/ |
D | YAMLTraits.h | 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; } 808 static bool mustQuote(StringRef) { return false; } 815 static bool mustQuote(StringRef) { return false; } [all …]
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | YAMLTraits.h | 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; } 895 static bool mustQuote(StringRef) { return false; } 902 static bool mustQuote(StringRef) { return false; } [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | 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/Support/ |
D | YAMLTraits.h | 284 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/ |
D | 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/ObjectYAML/ |
D | YAML.h | 110 static QuotingType mustQuote(StringRef S) { return needsQuotes(S); }
|
D | MachOYAML.h | 264 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/ |
D | YAML.h | 99 static bool mustQuote(StringRef S) { return needsQuotes(S); }
|
D | MachOYAML.h | 252 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/ |
D | DebugMap.h | 242 static QuotingType mustQuote(StringRef) { return QuotingType::Single; } in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/llvm/tools/dsymutil/ |
D | DebugMap.h | 220 static bool mustQuote(StringRef) { return true; } in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/llvm/tools/llvm-pdbdump/ |
D | PdbYaml.cpp | 54 static bool mustQuote(StringRef Scalar) { return needsQuotes(Scalar); } in mustQuote() function
|
/external/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 44 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/ |
D | YAMLIOTest.cpp | 936 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/ |
D | BenchmarkResult.cpp | 111 static QuotingType mustQuote(StringRef) { return QuotingType::Single; } in mustQuote() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | MachOYAML.cpp | 55 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/ |
D | YAMLIOTest.cpp | 848 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/ |
D | YamlIO.rst | 469 static bool mustQuote(StringRef) { return true; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | YamlIO.rst | 469 static QuotingType mustQuote(StringRef) { return QuotingType::Single; }
|