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

1234

/freebsd-13-stable/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c144 convert_strings(char *buf, char **Strings, int count, int size, char *table) argument
151 Strings[i] = ABSENT_STRING;
153 Strings[i] = CANCELLED_STRING;
155 Strings[i] = ABSENT_STRING;
157 Strings[i] = (MyNumber(buf + 2 * i) + table);
158 TR(TRACE_DATABASE, ("Strings[%d] = %s", i, _nc_visbuf(Strings[i])));
162 if (VALID_STRING(Strings[i])) {
163 for (p = Strings[i]; p <= table + size; p++)
168 Strings[
[all...]
H A Dlib_cur_term.c101 TerminalType(termp).Strings) {
107 if (TerminalType(termp).Strings) {
H A Dparse_entry.c163 TYPE_REALLOC(char *, tp->num_Strings, tp->Strings);
165 tp->Strings[last] = tp->Strings[last - 1];
524 entryp->tterm.Strings[entry_ptr->nte_index] = CANCELLED_STRING;
551 entryp->tterm.Strings[entry_ptr->nte_index] = _nc_save_str(ptr);
723 * references to locations in the arrays Booleans, Numbers, and Strings ---
920 if (WANTED(tp->Strings[from_ptr->nte_index])) {
925 if (tp->Strings[to_ptr->nte_index]) {
926 const char *s = tp->Strings[from_ptr->nte_index];
927 const char *t = tp->Strings[to_pt
[all...]
H A Dlib_ti.c175 result = tp->Strings[j];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp114 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
128 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
144 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
174 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
202 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings);
204 std::vector<StringRef> Strings; member in struct:__anon3750::YAMLStringTableSubsection
216 fromCodeViewSubsection(const DebugStringTableSubsectionRef &Strings,
357 IO.mapRequired("Strings", Strings);
503 for (const auto &Str : this->Strings)
541 convertOneChecksum(const DebugStringTableSubsectionRef &Strings, const FileChecksumEntry &CS) argument
555 getFileName(const DebugStringTableSubsectionRef &Strings, const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) argument
565 fromCodeViewSubsection( const DebugStringTableSubsectionRef &Strings, const DebugChecksumsSubsectionRef &FC) argument
580 fromCodeViewSubsection( const DebugStringTableSubsectionRef &Strings, const DebugChecksumsSubsectionRef &Checksums, const DebugLinesSubsectionRef &Lines) argument
618 fromCodeViewSubsection( const DebugStringTableSubsectionRef &Strings, const DebugChecksumsSubsectionRef &Checksums, const DebugInlineeLinesSubsectionRef &Lines) argument
655 fromCodeViewSubsection( const DebugStringTableSubsectionRef &Strings, const DebugCrossModuleImportsSubsectionRef &Imports) argument
690 fromCodeViewSubsection( const DebugStringTableSubsectionRef &Strings) argument
708 fromCodeViewSubsection( const DebugStringTableSubsectionRef &Strings, const DebugFrameDataSubsectionRef &Frames) argument
852 visitStringTable( DebugStringTableSubsectionRef &Strings, const StringsAndChecksumsRef &State) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTable.cpp47 if (auto EC = Strings.initialize(Stream)) {
59 return Strings;
110 return Strings.getString(ID);
H A DPDBFile.cpp369 if (!Strings) {
380 Strings = std::move(N);
382 return *Strings;
391 auto Strings = getStringTable();
392 if (!Strings)
393 return Strings.takeError();
396 if (auto EC = IJ->reload(*Strings))
H A DPDBFileBuilder.cpp35 : Allocator(Allocator), InjectedSourceHashTraits(Strings),
75 return Strings;
134 uint32_t StringsLen = Strings.calculateSerializedSize();
282 if (auto EC = Strings.commit(NSWriter))
H A DNativeSession.cpp340 auto Strings = Pdb->getStringTable(); local
341 if (!Strings) {
342 consumeError(Strings.takeError());
345 return std::make_unique<NativeEnumInjectedSources>(*Pdb, *ISS, *Strings);
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond-cmp-string.mk112 # Strings cannot be compared relationally, only for equality.
119 # Strings cannot be compared relationally, only for equality.
126 # Strings cannot be compared relationally, only for equality.
133 # Strings cannot be compared relationally, only for equality.
/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/
H A DExecution.cpp23 KVResults.push_back({Strings.save(Key), Strings.save(Value)});
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DExecution.h61 InMemoryToolResults() : Strings(Arena) {}
70 llvm::UniqueStringSaver Strings; member in class:clang::tooling::InMemoryToolResults
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DNonRelocatableStringpool.h59 MapTy Strings; member in class:llvm::NonRelocatableStringpool
/freebsd-13-stable/contrib/ncurses/ncurses/trace/
H A Dtrace_xnames.c65 _nc_visbuf(tp->Strings[tp->num_Strings + m - tp->ext_Strings]));
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBFileBuilder.h97 PDBStringTableBuilder Strings; member in class:llvm::pdb::PDBFileBuilder
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp38 Strings[Regexp] = LineNumber;
62 auto It = Strings.find(Query);
63 if (It != Strings.end())
/freebsd-13-stable/contrib/ncurses/progs/
H A Dinfocmp.c246 termstr = entries[0].tterm.Strings[idx];
254 if (ep->tterm.Strings[idx]) {
255 usestr = ep->tterm.Strings[idx];
313 if (capcmp((PredIdx) i, t1->Strings[i], t2->Strings[i]))
557 s1 = e1->tterm.Strings[idx];
560 s2 = next_entry->Strings[idx];
573 s2 = next_entry->Strings[idx];
589 s2 = next_entry->Strings[idx];
835 char *cp = tp->Strings[
[all...]
H A Ddump_entry.c319 return (cur_type->Strings[idx] != ABSENT_STRING)
341 #define STR_IDX(name) (PredType) (&(name) - &(CUR Strings[0]))
897 #define SAME_CAP(n,cap) (&tterm->Strings[n] == &cap)
1034 capability = tterm->Strings[i];
1180 capability != tterm->Strings[i])
1311 if (cap == tterm->Strings[n]) {
1312 tterm->Strings[n] = ABSENT_STRING;
1326 char *cap = tterm->Strings[n];
1568 if (VALID_STRING(tterm->Strings[n])) {
1740 * references to locations in the arrays Booleans, Numbers, and Strings
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMsgPackDocument.h277 std::vector<std::unique_ptr<char[]>> Strings; member in class:llvm::msgpack::Document
423 Strings.push_back(std::unique_ptr<char[]>(new char[S.size()]));
424 memcpy(&Strings.back()[0], S.data(), S.size());
425 return StringRef(&Strings.back()[0], S.size());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugLinesSubsection.h117 DebugStringTableSubsection &Strings);
/freebsd-13-stable/contrib/googletest/googlemock/src/
H A Dgmock-internal-utils.cc51 GTEST_API_ std::string JoinAsTuple(const Strings& fields) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h118 /// "literal" (i.e. no regex metacharacters) are stored in Strings. The
129 StringMap<unsigned> Strings; member in class:llvm::SpecialCaseList::Matcher
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DXCOFFObjectWriter.cpp159 StringTableBuilder Strings; member in class:__anon3740::XCOFFObjectWriter
246 Strings(StringTableBuilder::XCOFF),
269 Strings.clear();
338 Strings.add(MCSec->getSymbolTableName());
358 Strings.add(ContainingCsect->getSymbolTableName());
379 Strings.add(XSym->getSymbolTableName());
382 Strings.finalize();
533 Strings.write(W.OS);
545 W.write<uint32_t>(Strings.getOffset(SymbolName));
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp599 File, PrintScope{P, 11}, [&](uint32_t Modi, const SymbolGroup &Strings) {
636 [this, &Err](uint32_t Modi, const SymbolGroup &Strings) {
641 Strings.formatFromFileName(P, F);
954 const SymbolGroup &Strings,
963 Strings.formatFromChecksumsOffset(P, Block.NameIndex);
992 [this](uint32_t Modi, const SymbolGroup &Strings,
998 Strings.formatFromChecksumsOffset(P, Entry.Header->FileID, true);
1001 Strings.formatFromChecksumsOffset(P, ExtraFileID, true);
1020 [this](uint32_t Modi, const SymbolGroup &Strings,
1026 Strings
[all...]
/freebsd-13-stable/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc227 using ::testing::internal::Strings;
1656 Strings result = UniversalTersePrintTupleFieldsToStrings(
1662 Strings result = UniversalTersePrintTupleFieldsToStrings(
1669 Strings result = UniversalTersePrintTupleFieldsToStrings(
1678 Strings result = UniversalTersePrintTupleFieldsToStrings(
1690 Strings result = UniversalTersePrintTupleFieldsToStrings(::std::make_tuple());
1695 Strings result = UniversalTersePrintTupleFieldsToStrings(
1702 Strings result = UniversalTersePrintTupleFieldsToStrings(
1711 Strings result = UniversalTersePrintTupleFieldsToStrings(

Completed in 160 milliseconds

1234