/llvm-project/clang/test/CodeGenCXX/ |
H A D | alias-available-externally.cpp | 7 struct String { struct 8 String() {} in String() function
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | message.mm | 92 struct String { struct 93 String(const char *); argument 101 other:(String&)str2; // expected-note{{passing argument to parameter 'str2' here}}
|
/llvm-project/mlir/include/mlir/Query/Matcher/ |
H A D | VariantValue.h | 24 enum class ArgKind { Matcher, String }; enumerator 104 String, enumerator 110 llvm::StringRef *String; member
|
/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
H A D | StringEntryToDwarfStringPoolEntryMap.h | 29 DwarfStringPoolEntryWithExtString *add(const StringEntry *String) { in add() 50 getExistingEntry(const StringEntry *String) const { in getExistingEntry()
|
/llvm-project/clang/tools/libclang/ |
H A D | CXString.cpp | 57 CXString createRef(const char *String) { in createRef() 67 CXString createDup(const char *String) { in createDup() 80 CXString createRef(StringRef String) { in createRef() 105 CXString createDup(StringRef String) { in createDup()
|
/llvm-project/compiler-rt/lib/fuzzer/tests/ |
H A D | FuzzedDataProviderUnittest.cpp | 171 auto String = DataProv.ConsumeBytesAsString(31337); in TEST() local 211 auto String = DataProv.ConsumeBytesAsString(31337); in TEST() local 261 auto String = DataProv.ConsumeBytesAsString(31337); in TEST() local 281 auto String = DataProv.ConsumeBytesAsString(31337); in TEST() local 327 auto String = DataProv.ConsumeBytesAsString(31337); in TEST() local 357 auto String = DataProv.ConsumeBytesAsString(31337); in TEST() local
|
/llvm-project/libcxx/test/std/utilities/format/format.tuple/ |
H A D | format.pass.cpp | 42 using String = std::basic_string<CharT>; test() typedef 57 using String = std::basic_string<CharT>; test_assure_parse_is_called() typedef 75 using String = std::basic_string<CharT>; test_assure_parse_is_called() typedef
|
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtset/ |
H A D | format.pass.cpp | 41 using String = std::basic_string<CharT>; test_format() typedef 56 using String = std::basic_string<CharT>; test_assure_parse_is_called() typedef 74 using String = std::basic_string<CharT>; test_assure_parse_is_called() typedef
|
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.formatter/ |
H A D | format.pass.cpp | 42 using String = std::basic_string<CharT>; test_format() typedef 57 using String = std::basic_string<CharT>; test_assure_parse_is_called() typedef 75 using String = std::basic_string<CharT>; test_assure_parse_is_called() typedef
|
H A D | set_brackets.pass.cpp | 44 using String = std::basic_string<CharT>; test_setter() typedef
|
H A D | set_separator.pass.cpp | 43 using String = std::basic_string<CharT>; test_setter() typedef
|
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtmap/ |
H A D | format.pass.cpp | 41 using String = std::basic_string<CharT>; test_format() typedef 56 using String = std::basic_string<CharT>; test_assure_parse_is_called() typedef 74 using String = std::basic_string<CharT>; test_assure_parse_is_called() typedef
|
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtdef/ |
H A D | format.pass.cpp | 38 using String = std::basic_string<CharT>; test_format() typedef 53 using String = std::basic_string<CharT>; test_assure_parse_is_called() typedef 71 using String = std::basic_string<CharT>; test_assure_parse_is_called() typedef
|
H A D | set_brackets.pass.cpp | 40 using String = std::basic_string<CharT>; test_setter() typedef
|
/llvm-project/llvm/lib/Support/ |
H A D | Regex.cpp | 83 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match() 137 std::string Regex::sub(StringRef Repl, StringRef String, in sub() 239 std::string Regex::escape(StringRef String) { in escape()
|
H A D | StringExtras.cpp | 73 void llvm::printHTMLEscaped(StringRef String, raw_ostream &Out) { in printHTMLEscaped() 90 void llvm::printLowerCase(StringRef String, raw_ostream &Out) { in printLowerCase()
|
H A D | AMDGPUMetadata.cpp | 214 std::error_code fromString(StringRef String, Metadata &HSAMetadata) { in fromString() 220 std::error_code toString(Metadata HSAMetadata, std::string &String) { in toString()
|
/llvm-project/clang/test/Analysis/Checkers/WebKit/ |
H A D | call-args-wtf-containers.cpp | 54 class String { class 57 String(StringImpl& impl) : m_impl(&impl) { } in String() function in WTF::String 58 String(StringImpl* impl) : m_impl(impl) { } in String() function in WTF::String 59 String(Ref<StringImpl>&& impl) : m_impl(impl.get()) { } in String() function in WTF::String
|
H A D | call-args-safe-functions.cpp | 26 class String { class
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | metadata.c | 68 const char *String = LLVMGetMDString(Operand, &Len); in llvm_replace_md_operand() local 90 const char String[] = "foo"; in llvm_is_a_value_as_metadata() local
|
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVLocation.cpp | 28 std::string String; in getOperandsDWARFInfo() local 348 std::string String; in getOperandsCodeViewInfo() local 433 std::string String; in getIntervalInfo() local 634 std::string String; in print() local [all...] |
/llvm-project/lldb/unittests/Utility/Inputs/ |
H A D | StructuredData-full.json | 13 "String": "value", string
|
/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | string_utils.h | 43 Vector<char, 256> String; variable
|
/llvm-project/clang/lib/Tooling/ |
H A D | JSONCompilationDatabase.cpp | 70 bool parseStringInto(std::string &String) { in parseStringInto() 83 bool parseDoubleQuotedStringInto(std::string &String) { in parseDoubleQuotedStringInto() 93 bool parseSingleQuotedStringInto(std::string &String) { in parseSingleQuotedStringInto() 102 bool parseFreeStringInto(std::string &String) { in parseFreeStringInto()
|
/llvm-project/llvm/lib/Target/CSKY/MCTargetDesc/ |
H A D | CSKYTargetStreamer.cpp | 130 StringRef String) {} in emitTextAttribute() 138 StringRef String) { in emitTextAttribute()
|