Home
last modified time | relevance | path

Searched defs:String (Results 1 – 25 of 158) sorted by relevance

1234567

/llvm-project/clang/test/CodeGenCXX/
H A Dalias-available-externally.cpp7 struct String { struct
8 String() {} in String() argument
/llvm-project/clang/test/SemaObjCXX/
H A Dmessage.mm92 struct String { struct
93 String(const char *); field
101 other:(String&)str2; // expected-note{{passing argument to parameter 'str2' here}}
/llvm-project/mlir/include/mlir/Query/Matcher/
H A DVariantValue.h24 enum class ArgKind { Matcher, String }; enumerator
104 String, enumerator
110 llvm::StringRef *String; member
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DStringEntryToDwarfStringPoolEntryMap.h29 DwarfStringPoolEntryWithExtString *add(const StringEntry *String) { in add()
50 getExistingEntry(const StringEntry *String) const { in getExistingEntry()
/llvm-project/clang/tools/libclang/
H A DCXString.cpp57 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 DFuzzedDataProviderUnittest.cpp171 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 Dformat.pass.cpp42 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 Dformat.pass.cpp41 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 Dformat.pass.cpp42 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 Dset_brackets.pass.cpp44 using String = std::basic_string<CharT>; test_setter() typedef
H A Dset_separator.pass.cpp43 using String = std::basic_string<CharT>; test_setter() typedef
/llvm-project/libcxx/test/std/utilities/format/format.range/format.range.fmtmap/
H A Dformat.pass.cpp41 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 Dformat.pass.cpp38 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 Dset_brackets.pass.cpp40 using String = std::basic_string<CharT>; test_setter() typedef
/llvm-project/llvm/lib/Support/
H A DRegex.cpp83 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 DStringExtras.cpp73 void llvm::printHTMLEscaped(StringRef String, raw_ostream &Out) { in printHTMLEscaped()
90 void llvm::printLowerCase(StringRef String, raw_ostream &Out) { in printLowerCase()
H A DAMDGPUMetadata.cpp214 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 Dcall-args-wtf-containers.cpp54 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 Dcall-args-safe-functions.cpp26 class String { class
/llvm-project/llvm/tools/llvm-c-test/
H A Dmetadata.c68 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 DLVLocation.cpp28 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 DStructuredData-full.json13 "String": "value", string
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstring_utils.h43 Vector<char, 256> String; variable
/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp70 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 DCSKYTargetStreamer.cpp130 StringRef String) {} in emitTextAttribute()
138 StringRef String) { in emitTextAttribute()

1234567