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

1234567891011>>

/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h50 static __inline__ vector signed char __ATTRS_o_ai vec_perm(
51 vector signed char __a, vector signed char __b, vector unsigned char __c);
53 static __inline__ vector unsigned char __ATTRS_o_ai
54 vec_perm(vector unsigned char __a, vector unsigned char __b,
55 vector unsigned char __c);
57 static __inline__ vector bool char __ATTRS_o_ai
58 vec_perm(vector boo
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_basic_types.h28 // built-in vector data types:
31 typedef vector<int16_t, 2> int16_t2;
32 typedef vector<int16_t, 3> int16_t3;
33 typedef vector<int16_t, 4> int16_t4;
34 typedef vector<uint16_t, 2> uint16_t2;
35 typedef vector<uint16_t, 3> uint16_t3;
36 typedef vector<uint16_t, 4> uint16_t4;
39 typedef vector<int, 2> int2;
40 typedef vector<int, 3> int3;
41 typedef vector<in
[all...]
/freebsd-current/contrib/googletest/googletest/test/
H A Dgtest-typed-test2_test.cc30 #include <vector>
39 testing::Types<std::vector<int> >);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DBlockExtractor.h17 #include <vector>
25 BlockExtractorPass(std::vector<std::vector<BasicBlock *>> &&GroupsOfBlocks,
30 std::vector<std::vector<BasicBlock *>> GroupsOfBlocks;
/freebsd-current/contrib/kyua/utils/text/
H A Dtable_fwd.hpp37 #include <vector>
44 typedef std::vector< std::string > table_row;
48 typedef std::vector< std::size_t > widths_vector;
/freebsd-current/contrib/kyua/utils/cmdline/
H A Dparser_fwd.hpp36 #include <vector>
45 typedef std::vector< std::string > args_vector;
49 typedef std::vector< const base_option* > options_vector;
H A Dui_mock.hpp40 #include <vector>
57 std::vector< std::string > _err_log;
60 std::vector< std::string > _out_log;
69 const std::vector< std::string >& err_log(void) const;
70 const std::vector< std::string >& out_log(void) const;
/freebsd-current/contrib/kyua/utils/process/
H A Doperations_fwd.hpp36 #include <vector>
43 typedef std::vector< std::string > args_vector;
/freebsd-current/contrib/kyua/utils/config/
H A Dkeys_fwd.hpp36 #include <vector>
44 typedef std::vector< std::string > tree_key;
/freebsd-current/contrib/kyua/model/
H A Dtest_program_fwd.hpp36 #include <vector>
50 typedef std::vector< test_program_ptr > test_programs_vector;
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSourceModule.h13 #include <vector>
20 std::vector<ConstString> path;
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DAPIData.h13 #include <vector>
19 std::vector<std::string> ASTClassLocations;
20 std::vector<std::string> ASTClassRanges;
21 std::vector<std::string> TemplateParms;
22 std::vector<std::string> TypeSourceInfos;
23 std::vector<std::string> TypeLocs;
24 std::vector<std::string> NestedNameLocs;
25 std::vector<std::string> DeclNameInfos;
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterFallback.h12 #include <vector>
20 std::vector<DynamicRegisterInfo::Register>
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dvector.inc11 // [vector], class template vector
12 using std::vector;
19 // [vector.erasure], erasure
24 using std::pmr::vector;
31 // [vector.bool.fmt], formatter specialization for vector<bool>
/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DCommentOptions.h18 #include <vector>
24 using BlockCommandNamesTy = std::vector<std::string>;
/freebsd-current/contrib/llvm-project/llvm/lib/ObjCopy/
H A DArchive.h14 #include <vector>
24 Expected<std::vector<NewArchiveMember>>
/freebsd-current/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesOptions.h14 #include <vector>
29 std::vector<std::string> ModuleSearchPaths;
/freebsd-current/contrib/llvm-project/lldb/source/Symbol/
H A DDeclVendor.cpp13 #include <vector>
18 std::vector<CompilerType> DeclVendor::FindTypes(ConstString name,
20 std::vector<CompilerType> ret;
21 std::vector<CompilerDecl> decls;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DDataFlowSanitizer.h13 #include <vector>
20 std::vector<std::string> ABIListFiles;
24 const std::vector<std::string> &ABIListFiles = std::vector<std::string>())
/freebsd-current/contrib/llvm-project/clang/lib/DirectoryWatcher/
H A DDirectoryScanner.h13 #include <vector>
18 /// \returns empty vector if \p Path is not a directory, doesn't exist or can't
20 std::vector<std::string> scanDirectory(llvm::StringRef Path);
23 std::vector<DirectoryWatcher::Event>
24 getAsFileEvents(const std::vector<std::string> &Scan);
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DAArch64ErrataFix.h14 #include <vector>
29 std::vector<Patch843419Section *>
33 std::vector<Patch843419Section *> &patches);
40 llvm::DenseMap<InputSection *, std::vector<const Defined *>> sectionMap;
H A DARMErrataFix.h14 #include <vector>
29 std::vector<Patch657417Section *>
33 std::vector<Patch657417Section *> &patches);
40 llvm::DenseMap<InputSection *, std::vector<const Defined *>> sectionMap;
/freebsd-current/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-current/contrib/opencsd/decoder/include/pkt_printers/
H A Dtrc_print_fact.h43 static ItemPrinter *createProtocolPrinter(std::vector<ItemPrinter *> &printer_list, ocsd_trace_protocol_t protocol, uint8_t elemID, ocsdMsgLogger *pMsgLogger = 0);
44 static RawFramePrinter *createRawFramePrinter(std::vector<ItemPrinter *> &printer_list, ocsdMsgLogger *pMsgLogger = 0);
45 static TrcGenericElementPrinter *createGenElemPrinter(std::vector<ItemPrinter *> &printer_list, ocsdMsgLogger *pMsgLogger = 0);
47 static void destroyPrinter(std::vector<ItemPrinter *> &printer_list, ItemPrinter *pPrinter);
48 static void destroyAllPrinters(std::vector<ItemPrinter *> &printer_list);
49 static const int numPrinters(std::vector<ItemPrinter *> &printer_list);
52 static void SavePrinter(std::vector<ItemPrinter *> &printer_list, ItemPrinter *pPrinter, ocsdMsgLogger *pMsgLogger);
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDLL.h28 std::vector<DefinedImportData *> imports;
29 std::vector<Chunk *> dirs;
30 std::vector<Chunk *> lookups;
31 std::vector<Chunk *> addresses;
32 std::vector<Chunk *> hints;
33 std::vector<Chunk *> dllNames;
44 std::vector<Chunk *> getChunks();
45 std::vector<Chunk *> getDataChunks();
60 std::vector<DefinedImportData *> imports;
61 std::vector<Chun
[all...]

Completed in 542 milliseconds

1234567891011>>