Searched refs:Strings (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DARMAttributeParser.cpp121 static const char *const Strings[] = { local
129 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
152 static const char *const Strings[] = { "Not Permitted", "Permitted" }; local
156 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
162 static const char *const Strings[] = { "Not Permitted", "Thumb-1", "Thumb-2" }; local
166 (Value < array_lengthof(Strings)) ? Strings[Value] : nullptr;
172 static const char *const Strings[] local
185 static const char *const Strings[] = { "Not Permitted", "WMMXv1", "WMMXv2" }; local
195 static const char *const Strings[] = { local
207 static const char *const Strings[] = { local
220 static const char *const Strings[] = { "v6", "Static Base", "TLS", "Unused" }; local
230 static const char *const Strings[] = { local
242 static const char *const Strings[] = { local
254 static const char *const Strings[] = { local
266 static const char *const Strings[] = { local
278 static const char *const Strings[] = { "IEEE-754", "Runtime" }; local
288 static const char *const Strings[] = { local
300 static const char *const Strings[] = { "Not Permitted", "IEEE-754" }; local
311 static const char *const Strings[] = { "Not Permitted", "IEEE-754" }; local
321 static const char *const Strings[] = { local
333 static const char *const Strings[] = { local
353 static const char *const Strings[] = { local
374 static const char *const Strings[] = { local
386 static const char *const Strings[] = { local
398 static const char *const Strings[] = { local
410 static const char *const Strings[] = { "AAPCS", "iWMMX", "Custom" }; local
421 static const char *const Strings[] = { local
435 static const char *const Strings[] = { local
470 static const char *const Strings[] = { "Not Permitted", "v6-style" }; local
480 static const char *const Strings[] = { "If Available", "Permitted" }; local
490 static const char *const Strings[] = { "Not Permitted", "IEEE-754", "VFPv3" }; local
500 static const char *const Strings[] = { "Not Permitted", "Permitted" }; local
510 static const char *const Strings[] = { local
522 static const char *const Strings[] = { "Not Permitted", "Permitted" }; local
532 static const char *const Strings[] = { local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang-c/
H A DCXString.h44 CXString *Strings; member in struct:__anon3555
/freebsd-11.0-release/contrib/ncurses/ncurses/tinfo/
H A Dalloc_entry.c134 /* copy term_names, Strings, uses */
137 if (tp->Strings[i] != ABSENT_STRING &&
138 tp->Strings[i] != CANCELLED_STRING) {
139 tp->Strings[i] = _nc_save_str(tp->Strings[i]);
156 if (tp->Strings[i] == ABSENT_STRING) {
158 } else if (tp->Strings[i] == CANCELLED_STRING) {
161 offsets[i] = (int) (tp->Strings[i] - stringbuf);
180 tp->Strings[i] = ABSENT_STRING;
182 tp->Strings[
[all...]
H A Dfree_ttype.c55 FreeIfNeeded(ptr->Strings);
H A Dread_entry.c65 convert_strings(char *buf, char **Strings, int count, int size, char *table) argument
72 Strings[i] = ABSENT_STRING;
74 Strings[i] = CANCELLED_STRING;
76 Strings[i] = ABSENT_STRING;
78 Strings[i] = (LOW_MSB(buf + 2 * i) + table);
79 TR(TRACE_DATABASE, ("Strings[%d] = %s", i, _nc_visbuf(Strings[i])));
83 if (VALID_STRING(Strings[i])) {
84 for (p = Strings[i]; p <= table + size; p++)
89 Strings[
[all...]
H A Dalloc_ttype.c136 TYPE_REALLOC(char *, to->num_Strings, to->Strings);
141 to->Strings[base + m] = to->Strings[base + n--];
143 to->Strings[base + m] = ABSENT_STRING;
273 tp->Strings[j] = tp->Strings[j + 1];
329 TYPE_REALLOC(char *, tp->num_Strings, tp->Strings);
331 tp->Strings[k] = tp->Strings[k - 1];
353 if (to->Strings[
[all...]
H A Dinit_keytry.c80 CUR Strings[_nc_tinfo_fkeys[n].offset],
94 char *value = tp->Strings[n];
H A Dwrite_entry.c525 compute_offsets(char **Strings, size_t strmax, short *offsets) argument
531 if (Strings[i] == ABSENT_STRING) {
533 } else if (Strings[i] == CANCELLED_STRING) {
537 nextfree += (int) strlen(Strings[i]) + 1;
538 TRACE_OUT(("put Strings[%d]=%s(%d)", (int) i,
539 _nc_visbuf(Strings[i]), (int) nextfree));
599 if (tp->Strings[STRCOUNT + i] != ABSENT_STRING)
668 if (tp->Strings[i] != ABSENT_STRING)
672 nextfree = compute_offsets(tp->Strings, strmax, offsets);
717 if (VALID_STRING(tp->Strings[
[all...]
H A Dparse_entry.c162 TYPE_REALLOC(char *, tp->num_Strings, tp->Strings);
164 tp->Strings[last] = tp->Strings[last - 1];
439 entryp->tterm.Strings[entry_ptr->nte_index] = CANCELLED_STRING;
463 entryp->tterm.Strings[entry_ptr->nte_index] = _nc_save_str(ptr);
632 * references to locations in the arrays Booleans, Numbers, and Strings ---
826 if (WANTED(tp->Strings[from_ptr->nte_index])) {
831 if (tp->Strings[to_ptr->nte_index]) {
836 tp->Strings[from_ptr->nte_index],
837 tp->Strings[to_pt
[all...]
H A Dlib_cur_term.c98 if (TCB->drv->isTerminfo && termp->type.Strings) {
104 if (termp->type.Strings) {
H A Dlib_ti.c174 result = tp->Strings[j];
H A Dlib_setup.c482 if (tp->Strings[n] == CANCELLED_STRING)
483 tp->Strings[n] = ABSENT_STRING;
509 for (tmp = termp->type.Strings[i]; tmp && *tmp; tmp++) {
H A Dcomp_parse.c247 FreeIfNeeded(thisentry.tterm.Strings);
431 FreeIfNeeded(qp->tterm.Strings);
512 * references to locations in the arrays Booleans, Numbers, and Strings ---
H A Dlib_termcap.c380 result = tp->Strings[j];
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DStringTableBuilder.cpp65 std::vector<std::pair<StringRef, size_t> *> Strings; local
66 Strings.reserve(StringIndexMap.size());
68 Strings.push_back(&P);
70 if (!Strings.empty())
71 multikey_qsort(&Strings[0], &Strings[0] + Strings.size(), 0);
88 for (std::pair<StringRef, size_t> *P : Strings) {
H A DWinCOFFObjectWriter.cpp129 StringTableBuilder Strings{StringTableBuilder::WinCOFF};
144 Strings.clear();
457 uint64_t StringTableEntry = Strings.getOffset(S.Name);
479 S.set_name_offset(Strings.getOffset(S.Name));
859 Strings.add(S->Name);
862 Strings.add(S->Name);
863 Strings.finalize();
1076 getStream().write(Strings.data().data(), Strings.data().size());
/freebsd-11.0-release/contrib/llvm/lib/Support/
H A DSpecialCaseList.cpp30 /// "literal" (i.e. no regex metacharacters) are stored in Strings, while all
37 : Strings(std::move(Other.Strings)), RegEx(std::move(Other.RegEx)) {}
39 StringSet<> Strings; member in struct:llvm::SpecialCaseList::Entry
43 return Strings.count(Query) || (RegEx && RegEx->match(Query));
110 // See if we can store Regexp in Strings.
112 Entries[Prefix][Category].Strings.insert(Regexp);
/freebsd-11.0-release/contrib/ncurses/ncurses/trace/
H A Dtrace_xnames.c60 _nc_visbuf(tp->Strings[tp->num_Strings + m - tp->ext_Strings]));
/freebsd-11.0-release/contrib/ncurses/progs/
H A Dinfocmp.c221 termstr = entries[0].tterm.Strings[idx];
229 if (ep->tterm.Strings[idx]) {
230 usestr = ep->tterm.Strings[idx];
288 if (capcmp((PredIdx) i, t1->Strings[i], t2->Strings[i]))
532 s1 = e1->tterm.Strings[idx];
535 s2 = next_entry->Strings[idx];
548 s2 = next_entry->Strings[idx];
564 s2 = next_entry->Strings[idx];
805 char *cp = tp->Strings[
[all...]
H A Ddump_entry.c302 return (cur_type->Strings[idx] != ABSENT_STRING)
324 #define STR_IDX(name) (PredType) (&(name) - &(CUR Strings[0]))
591 #define SAME_CAP(n,cap) (&tterm->Strings[n] == &cap)
724 capability = tterm->Strings[i];
849 capability != tterm->Strings[i])
978 if (cap == tterm->Strings[n]) {
979 tterm->Strings[n] = ABSENT_STRING;
993 char *cap = tterm->Strings[n];
1156 if (VALID_STRING(tterm->Strings[n])) {
1325 * references to locations in the arrays Booleans, Numbers, and Strings
[all...]
H A Dtic.c203 s = ep->tterm.Strings[n];
1036 * references to locations in the arrays Booleans, Numbers, and Strings ---
1905 char *a = tp->Strings[all_fkeys[j].offset];
1919 result[used].value = tp->Strings[j];
1995 char *a = tp->Strings[j];
H A Dtoe.c309 result += string_sum(tp->Strings[i]);
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCRegisterInfo.h251 const char *Strings,
264 RegStrings = Strings;
244 InitMCRegisterInfo(const MCRegisterDesc *D, unsigned NR, unsigned RA, unsigned PC, const MCRegisterClass *C, unsigned NC, const MCPhysReg (*RURoots)[2], unsigned NRU, const MCPhysReg *DL, const unsigned *RUMS, const char *Strings, const char *ClassStrings, const uint16_t *SubIndices, unsigned NumIndices, const SubRegCoveredBits *SubIdxRanges, const uint16_t *RET) argument
/freebsd-11.0-release/contrib/ee/
H A Dnew_curse.c499 char *Strings; variable
1102 Strings = malloc(string_table_len);
1124 memcpy(Strings, temp_ptr, string_table_len);
1132 String_table[counter] = Strings + offset;
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp1796 std::vector<std::string> Strings; local
1799 Strings.push_back(SI->getValue());
1804 return Strings;

Completed in 135 milliseconds

12