Searched refs:vector (Results 1 - 25 of 2151) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dvecintrin.h46 vec_extract(vector signed char __vec, int __index) {
51 vec_extract(vector bool char __vec, int __index) {
56 vec_extract(vector unsigned char __vec, int __index) {
61 vec_extract(vector signed short __vec, int __index) {
66 vec_extract(vector bool short __vec, int __index) {
71 vec_extract(vector unsigned short __vec, int __index) {
76 vec_extract(vector signed int __vec, int __index) {
81 vec_extract(vector bool int __vec, int __index) {
86 vec_extract(vector unsigned int __vec, int __index) {
91 vec_extract(vector signe
[all...]
H A Daltivec.h48 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
49 vector signed char __a, vector signed char __b, vector unsigned char __c);
51 static __inline__ vector unsigned char __ATTRS_o_ai
52 vec_perm(vector unsigned char __a, vector unsigned char __b,
53 vector unsigned char __c);
55 static __inline__ vector bool char __ATTRS_o_ai
56 vec_perm(vector boo
[all...]
/freebsd-11-stable/contrib/libstdc++/include/backward/
H A Dbvector.h60 #include <vector>
62 typedef std::vector<bool, std::allocator<bool> > bit_vector;
H A Dvector.h62 #include <vector>
64 using std::vector;
/freebsd-11-stable/contrib/gdb/gdb/
H A Denviron.c40 e->vector = (char **) xmalloc ((e->allocated + 1) * sizeof (char *));
41 e->vector[0] = 0;
50 char **vector = e->vector;
52 while (*vector)
53 xfree (*vector++);
76 e->vector = (char **) xrealloc ((char *) e->vector,
80 memcpy (e->vector, environ, (i + 1) * sizeof (char *));
84 int len = strlen (e->vector[
49 char **vector = e->vector; local
105 char **vector = e->vector; local
122 char **vector = e->vector; local
168 char **vector = e->vector; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSourceModule.h13 #include <vector>
20 std::vector<ConstString> path;
/freebsd-11-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/
H A DDirectoryScanner.h12 #include <vector>
17 /// \returns empty vector if \p Path is not a directory, doesn't exist or can't
19 std::vector<std::string> scanDirectory(llvm::StringRef Path);
22 std::vector<DirectoryWatcher::Event>
23 getAsFileEvents(const std::vector<std::string> &Scan);
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DDLL.h29 std::vector<DefinedImportData *> imports;
30 std::vector<Chunk *> dirs;
31 std::vector<Chunk *> lookups;
32 std::vector<Chunk *> addresses;
33 std::vector<Chunk *> hints;
34 std::vector<Chunk *> dllNames;
44 std::vector<Chunk *> getChunks();
45 std::vector<Chunk *> getDataChunks();
56 std::vector<DefinedImportData *> imports;
57 std::vector<Chun
[all...]
H A DLTO.h28 #include <vector>
48 std::vector<StringRef> compile();
52 std::vector<SmallString<0>> buf;
53 std::vector<std::unique_ptr<MemoryBuffer>> files;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DCommentOptions.h18 #include <vector>
24 using BlockCommandNamesTy = std::vector<std::string>;
H A DTargetOptions.h21 #include <vector>
51 std::vector<std::string> FeaturesAsWritten;
55 std::vector<std::string> Features;
62 std::vector<std::string> OpenCLExtensionsAsWritten;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp13 #include <vector>
18 std::vector<CompilerType> DeclVendor::FindTypes(ConstString name,
22 std::vector<CompilerType> ret;
23 std::vector<CompilerDecl> decls;
/freebsd-11-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGenUtils.h15 #include <vector>
26 typedef std::map<std::string, std::vector<llvm::Record *>> RecordsByName;
29 RecordsByName getRecordsByName(std::vector<llvm::Record *> Records,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOperations.h25 void describeFuzzerIntOps(std::vector<fuzzerop::OpDescriptor> &Ops);
26 void describeFuzzerFloatOps(std::vector<fuzzerop::OpDescriptor> &Ops);
27 void describeFuzzerControlFlowOps(std::vector<fuzzerop::OpDescriptor> &Ops);
28 void describeFuzzerPointerOps(std::vector<fuzzerop::OpDescriptor> &Ops);
29 void describeFuzzerAggregateOps(std::vector<fuzzerop::OpDescriptor> &Ops);
30 void describeFuzzerVectorOps(std::vector<fuzzerop::OpDescriptor> &Ops);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIndirectCallVisitor.h16 #include <vector>
21 std::vector<Instruction *> IndirectCalls;
31 inline std::vector<Instruction *> findIndirectCalls(Function &F) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSpeculateAroundPHIs.h18 #include <vector>
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.h14 #include <vector>
31 std::vector<Patch843419Section *>
35 std::vector<Patch843419Section *> &patches);
42 std::map<InputSection *, std::vector<const Defined *>> sectionMap;
H A DARMErrataFix.h15 #include <vector>
32 std::vector<Patch657417Section *>
36 std::vector<Patch657417Section *> &patches);
43 llvm::DenseMap<InputSection *, std::vector<const Defined *>> sectionMap;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineScheduler.h27 #include <vector>
65 std::vector<SUnit*> SUnits;
67 std::vector<SUnit*> TopReadySUs;
68 std::vector<SUnit*> ScheduledSUnits;
78 std::vector<unsigned> InternalAdditionnalPressure;
80 std::vector<unsigned> LiveInPressure;
81 std::vector<unsigned> LiveOutPressure;
93 std::vector<unsigned> HasLowLatencyNonWaitedParent;
98 std::vector<SIScheduleBlock*> Preds; // All blocks predecessors.
100 std::vector<st
[all...]
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_vector.h0 // <vector> -*- C++ -*-
56 /** @file include/vector
74 # include <bits/vector.tcc>
78 # include <debug/vector>
/freebsd-11-stable/sys/sparc64/include/
H A Dgdb_machdep.h49 gdb_cpu_signal(int vector, int _) argument
51 return (vector);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DMemoryHistory.h13 #include <vector>
21 typedef std::vector<lldb::ThreadSP> HistoryThreads;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringAction.h14 #include <vector>
58 std::vector<std::unique_ptr<RefactoringAction>> createRefactoringActions();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DUSRFindingAction.h21 #include <vector>
41 std::vector<std::string> getUSRsForDeclaration(const NamedDecl *ND,
52 ArrayRef<std::vector<std::string>> getUSRList() { return USRList; }
56 std::vector<unsigned> SymbolOffsets;
57 std::vector<std::string> QualifiedNames;
58 std::vector<std::string> SpellingNames;
59 std::vector<std::vector<std::string>> USRList;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DSlotMapping.h19 #include <vector>
33 std::vector<GlobalValue *> GlobalValues;

Completed in 242 milliseconds

1234567891011>>