Searched refs:vector (Results 76 - 100 of 2151) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/ppp/
H A Dauth.c170 char *vector[6], buff[LINE_LEN]; local
182 memset(vector, '\0', sizeof vector);
183 if ((n = MakeArgs(buff, vector, VECSIZE(vector), PARSE_REDUCE)) < 0)
187 if (strcmp(vector[0], name) == 0) {
189 if (*vector[4] == '\0')
191 strncpy(phone, vector[4], phonelen - 1);
215 char *vector[5], buff[LINE_LEN]; local
243 memset(vector, '\
298 char *vector[5], buff[LINE_LEN]; local
349 char *vector[5]; local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LegalizerInfo.cpp290 const LLT v4s32 = LLT::vector(4, 32);
291 const LLT v2s64 = LLT::vector(2, 64);
319 const LLT v16s8 = LLT::vector(16, 8);
320 const LLT v8s16 = LLT::vector(8, 16);
321 const LLT v4s32 = LLT::vector(4, 32);
322 const LLT v2s64 = LLT::vector(2, 64);
324 const LLT v32s8 = LLT::vector(32, 8);
325 const LLT v16s16 = LLT::vector(16, 16);
326 const LLT v8s32 = LLT::vector(8, 32);
327 const LLT v4s64 = LLT::vector(
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DWindowsResource.h157 Error parse(WindowsResource *WR, std::vector<std::string> &Duplicates);
159 std::vector<std::string> &Duplicates);
160 void cleanUpManifests(std::vector<std::string> &Duplicates);
163 const ArrayRef<std::vector<uint8_t>> getData() const { return Data; }
164 const ArrayRef<std::vector<UTF16>> getStringTable() const {
189 // Index is the StringTable vector index for this node's name.
192 // DataIndex is the Data vector index that the data node points at.
204 std::vector<std::vector<uint8_t>> &Data,
205 std::vector<st
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DRenamingAction.cpp36 #include <vector>
47 std::vector<std::string> USRs =
144 Expected<std::vector<AtomicChange>>
148 std::vector<AtomicChange> Changes;
185 const std::vector<std::string> &NewNames,
186 const std::vector<std::string> &PrevNames,
187 const std::vector<std::vector<std::string>> &USRList,
205 const std::vector<std::string> &USRs) {
222 Expected<std::vector<AtomicChang
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h17 #include <vector>
23 typedef std::vector<uint32_t> IndexCollection;
46 void Dump(Stream *s, Target *target, std::vector<uint32_t> &indexes,
64 std::vector<uint32_t> &indexes,
69 std::vector<uint32_t> &indexes, uint32_t start_idx = 0,
74 std::vector<uint32_t> &matches,
78 std::vector<uint32_t> &matches);
82 std::vector<uint32_t> &matches);
85 std::vector<uint32_t> &matches);
90 std::vector<uint32_
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.h19 #include <vector>
86 std::vector<const NodesMapTy::MapEntryTy*>;
87 /// Returns vector of elements sorted by
94 /// InlinedCallees vector. If it would store InlineGraphNode instead then the
98 std::vector<StringRef> NonImportedCallers;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceProcessor.h18 #include <vector>
43 std::vector<PathType> IncludeList;
44 std::vector<std::pair<StringRef, StringRef>> PreprocessorDefines;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DTrace.h16 #include <vector>
48 using RecordVector = std::vector<XRayRecord>;
51 typedef std::vector<XRayRecord>::const_iterator citerator;
H A DFDRLogBuilder.h26 std::vector<std::unique_ptr<Record>> Records;
34 std::vector<std::unique_ptr<Record>> consume() { return std::move(Records); }
H A DXRayRecord.h18 #include <vector>
95 std::vector<uint64_t> CallArgs;
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DScriptLexer.h16 #include <vector>
38 std::vector<MemoryBufferRef> mbs;
39 std::vector<StringRef> tokens;
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Common/
H A DArgs.h15 #include <vector>
31 std::vector<StringRef> getStrings(llvm::opt::InputArgList &args, int id);
36 std::vector<StringRef> getLines(MemoryBufferRef mb);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectList.h15 #include <vector>
51 const std::vector<lldb::ValueObjectSP> &GetObjects() const {
55 typedef std::vector<lldb::ValueObjectSP> collection;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h13 #include <vector>
52 std::vector<std::string> Targets;
55 std::vector<std::string> ExtraDeps;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DArchitectureSet.cpp18 ArchitectureSet::ArchitectureSet(const std::vector<Architecture> &Archs)
51 ArchitectureSet::operator std::vector<Architecture>() const {
52 std::vector<Architecture> archs;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/
H A DPassRegistry.h25 #include <vector>
48 std::vector<std::unique_ptr<const PassInfo>> ToFree;
49 std::vector<PassRegistrationListener *> Listeners;
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenHwModes.h17 #include <vector>
37 std::vector<PairType> Items;
58 std::vector<HwMode> Modes;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugRangeList.h16 #include <vector>
64 std::vector<RangeListEntry> Entries;
72 const std::vector<RangeListEntry> &getEntries() { return Entries; }
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.h19 #include <vector>
36 typedef std::vector<ConstString> ModulePath;
38 typedef std::vector<ModuleID> ModuleVector;
47 /// If non-NULL, a pointer to a vector to populate with the ID of every
69 /// A vector to populate with the ID of each module loaded (directly
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizerSpecialCaseList.h28 create(const std::vector<std::string> &Paths, llvm::vfs::FileSystem &VFS,
32 createOrDie(const std::vector<std::string> &Paths,
51 std::vector<SanitizerSection> SanitizerSections;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileCheck.h21 #include <vector>
27 std::vector<std::string> CheckPrefixes;
29 std::vector<std::string> ImplicitCheckNot;
30 std::vector<std::string> GlobalDefines;
143 // C++17 TODO: make this a plain std::vector.
144 std::unique_ptr<std::vector<FileCheckString>> CheckStrings;
177 std::vector<FileCheckDiag> *Diags = nullptr);
/freebsd-11-stable/sys/x86/iommu/
H A Diommu_intrmap.h36 int iommu_map_msi_intr(device_t src, u_int cpu, u_int vector, u_int cookie,
39 int iommu_map_ioapic_intr(u_int ioapic_id, u_int cpu, u_int vector, bool edge,
/freebsd-11-stable/sbin/devd/
H A Ddevd.hh140 std::vector<eps *> _epsvec;
169 void sort_vector(std::vector<event_proc *> &);
176 std::vector<std::string> _dir_list;
178 std::vector<var_list *> _var_list_table;
179 std::vector<event_proc *> _attach_list;
180 std::vector<event_proc *> _detach_list;
181 std::vector<event_proc *> _nomatch_list;
182 std::vector<event_proc *> _notify_list;
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DPassManager.h16 #include <vector>
43 std::vector<std::unique_ptr<Pass>> _passes;
H A DWriter.h15 #include <vector>
35 virtual void createImplicitFiles(std::vector<std::unique_ptr<File>> &) {}

Completed in 139 milliseconds

1234567891011>>