Searched refs:Strings (Results 76 - 93 of 93) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp316 StringListRecord &Strings) {
317 auto Indices = Strings.getIndices();
315 visitKnownRecord(CVType &CVR, StringListRecord &Strings) argument
H A DMinimalSymbolDumper.cpp886 Annot.Strings));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1978 StringRef Strings = Blob.drop_front(StringsOffset); local
1987 if (Strings.size() < Size)
1990 CallBack(Strings.slice(0, Size));
1991 Strings = Strings.drop_front(Size);
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtoe.c310 result += string_sum(tp->Strings[i]);
H A Dtic.c214 s = ep->tterm.Strings[n];
1092 * references to locations in the arrays Booleans, Numbers, and Strings ---
2590 char *a = tp->Strings[all_fkeys[j].offset];
2604 result[used].value = tp->Strings[j];
2901 char *a = tp->Strings[j];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc166 toNullTerminatedCStringArray(ArrayRef<StringRef> Strings, StringSaver &Saver) {
168 for (StringRef S : Strings)
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h1001 std::vector<StringRef> Strings; member in class:llvm::codeview::AnnotationSym
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp480 Annot.Strings,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp559 IO.mapRequired("Strings", Symbol.Strings);
/freebsd-13-stable/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c1291 cur_term->type.Strings[np->nte_index] = ABSENT_STRING;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DRecord.cpp2293 std::vector<StringRef> Strings;
2296 Strings.push_back(SI->getValue());
2298 Strings.push_back(CI->getValue());
2305 return Strings;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp357 void writeMetadataStrings(ArrayRef<const Metadata *> Strings,
2009 ArrayRef<const Metadata *> Strings, SmallVectorImpl<uint64_t> &Record) {
2010 if (Strings.empty())
2015 Record.push_back(Strings.size());
2021 for (const Metadata *MD : Strings)
2030 for (const Metadata *MD : Strings)
2008 writeMetadataStrings( ArrayRef<const Metadata *> Strings, SmallVectorImpl<uint64_t> &Record) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp36 ArrayRef<Expr *> Strings) {
41 StringLiteral *S = cast<StringLiteral>(Strings[0]);
44 if (Strings.size() != 1) {
49 for (Expr *E : Strings) {
35 ParseObjCStringLiteral(SourceLocation *AtLocs, ArrayRef<Expr *> Strings) argument
/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc152 using testing::internal::Strings;
6226 FormatMatcherDescription(false, "IsEven", Strings()));
6228 FormatMatcherDescription(true, "IsEven", Strings()));
6233 Strings(params, params + 1)));
6238 Strings(params2, params2 + 2)));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp6906 SmallVector<StringRef, 16> Strings; local
6907 toStringRef(ContentsOrErr->drop_back()).split(Strings, '\0');
6908 if (Strings.size() % 2 != 0) {
6913 Strings.back() + "\""));
6917 for (size_t I = 0; I < Strings.size(); I += 2)
6918 W.printString(Strings[I], Strings[I + 1]);
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h4015 const Strings& param_values);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp3359 SmallVector<Metadata *, 1> Strings;
3370 Strings.push_back(llvm::MDString::get(getLLVMContext(), StrUtf8));
3376 MDTuple *StrTuple = MDTuple::get(getLLVMContext(), Strings);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6595 ArrayRef<Expr *> Strings);

Completed in 272 milliseconds

1234