/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
H A D | emplace.pass.cpp | 28 typedef std::multimap<int, DefaultOnly> M; in main() typedef 55 typedef std::multimap<int, Emplaceable> M; in main() typedef 78 typedef std::multimap<int, double> M; in main() typedef 89 …td::multimap<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 116 …td::multimap<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 139 … typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
H A D | emplace_hint.pass.cpp | 28 typedef std::multimap<int, DefaultOnly> M; in main() typedef 57 typedef std::multimap<int, Emplaceable> M; in main() typedef 83 typedef std::multimap<int, double> M; in main() typedef 94 …td::multimap<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 123 …td::multimap<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 149 … typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/associative/multimap/multimap.modifiers/ |
H A D | emplace.pass.cpp | 28 typedef std::multimap<int, DefaultOnly> M; in main() typedef 55 typedef std::multimap<int, Emplaceable> M; in main() typedef 78 typedef std::multimap<int, double> M; in main() typedef 89 …td::multimap<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 116 …td::multimap<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 139 … typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
H A D | emplace_hint.pass.cpp | 28 typedef std::multimap<int, DefaultOnly> M; in main() typedef 57 typedef std::multimap<int, Emplaceable> M; in main() typedef 83 typedef std::multimap<int, double> M; in main() typedef 94 …td::multimap<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 123 …td::multimap<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 149 … typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/associative/map/map.modifiers/ |
H A D | emplace.pass.cpp | 29 typedef std::map<int, DefaultOnly> M; in main() typedef 59 typedef std::map<int, Emplaceable> M; in main() typedef 85 typedef std::map<int, double> M; in main() typedef 97 …def std::map<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 127 …def std::map<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 153 … typedef std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
H A D | emplace_hint.pass.cpp | 28 typedef std::map<int, DefaultOnly> M; in main() typedef 57 typedef std::map<int, Emplaceable> M; in main() typedef 83 typedef std::map<int, double> M; in main() typedef 94 …def std::map<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 123 …def std::map<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 149 … typedef std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/map/map.modifiers/ |
H A D | emplace_hint.pass.cpp | 28 typedef std::map<int, DefaultOnly> M; in main() typedef 57 typedef std::map<int, Emplaceable> M; in main() typedef 83 typedef std::map<int, double> M; in main() typedef 94 …def std::map<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 123 …def std::map<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 149 … typedef std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
H A D | emplace.pass.cpp | 29 typedef std::map<int, DefaultOnly> M; in main() typedef 59 typedef std::map<int, Emplaceable> M; in main() typedef 85 typedef std::map<int, double> M; in main() typedef 97 …def std::map<int, DefaultOnly, std::less<int>, min_allocator<std::pair<const int, DefaultOnly>>> M; in main() typedef 127 …def std::map<int, Emplaceable, std::less<int>, min_allocator<std::pair<const int, Emplaceable>>> M; in main() typedef 153 … typedef std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | default-destructor-synthesis.cpp | 19 struct M : Q, P { struct 31 M a; in f() argument
|
H A D | constructor-for-array-members.cpp | 18 struct M { struct 19 double dM; argument 33 S MULTI_ARR[2][3][4]; argument 37 M m1; in main() argument
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/ |
H A D | p2.cpp | 9 namespace M { } namespace 14 namespace M { namespace 18 namespace M { namespace
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/associative/set/ |
H A D | emplace_hint.pass.cpp | 28 typedef std::set<DefaultOnly> M; in main() typedef 46 typedef std::set<Emplaceable> M; in main() typedef 63 typedef std::set<int> M; in main() typedef 73 typedef std::set<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
H A D | emplace.pass.cpp | 28 typedef std::set<DefaultOnly> M; in main() typedef 48 typedef std::set<Emplaceable> M; in main() typedef 68 typedef std::set<int> M; in main() typedef 79 typedef std::set<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/set/ |
H A D | emplace.pass.cpp | 28 typedef std::set<DefaultOnly> M; in main() typedef 48 typedef std::set<Emplaceable> M; in main() typedef 68 typedef std::set<int> M; in main() typedef 79 typedef std::set<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
H A D | emplace_hint.pass.cpp | 28 typedef std::set<DefaultOnly> M; in main() typedef 46 typedef std::set<Emplaceable> M; in main() typedef 63 typedef std::set<int> M; in main() typedef 73 typedef std::set<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/containers/associative/multiset/ |
H A D | emplace_hint.pass.cpp | 28 typedef std::multiset<DefaultOnly> M; in main() typedef 46 typedef std::multiset<Emplaceable> M; in main() typedef 63 typedef std::multiset<int> M; in main() typedef 73 typedef std::multiset<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
H A D | emplace.pass.cpp | 28 typedef std::multiset<DefaultOnly> M; in main() typedef 46 typedef std::multiset<Emplaceable> M; in main() typedef 63 typedef std::multiset<int> M; in main() typedef 73 typedef std::multiset<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/multiset/ |
H A D | emplace.pass.cpp | 28 typedef std::multiset<DefaultOnly> M; in main() typedef 46 typedef std::multiset<Emplaceable> M; in main() typedef 63 typedef std::multiset<int> M; in main() typedef 73 typedef std::multiset<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
H A D | emplace_hint.pass.cpp | 28 typedef std::multiset<DefaultOnly> M; in main() typedef 46 typedef std::multiset<Emplaceable> M; in main() typedef 63 typedef std::multiset<int> M; in main() typedef 73 typedef std::multiset<int, std::less<int>, min_allocator<int>> M; in main() typedef
|
H A D | count.pass.cpp | 26 typedef std::multiset<int> M; in main() typedef 61 typedef std::multiset<int, std::less<int>, min_allocator<int>> M; in main() typedef 97 typedef std::multiset<int, std::less<>> M; in main() typedef 130 typedef std::multiset<V, std::less<>> M; in main() typedef
|
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/ |
H A D | BitWriter.cpp | 20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile() 31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD() 39 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) { in LLVMWriteBitcodeToFileHandle() 43 LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer(LLVMModuleRef M) { in LLVMWriteBitcodeToMemoryBuffer()
|
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/bitwriter/ |
H A D | bitwriter_ocaml.c | 25 CAMLprim value llvm_write_bitcode_file(LLVMModuleRef M, value Path) { in llvm_write_bitcode_file() 31 CAMLprim value llvm_write_bitcode_to_fd(value U, LLVMModuleRef M, value FD) { in llvm_write_bitcode_to_fd() 46 CAMLprim LLVMMemoryBufferRef llvm_write_bitcode_to_memory_buffer(LLVMModuleRef M) { in llvm_write_bitcode_to_memory_buffer()
|
/minix3/external/bsd/libc++/dist/libcxx/test/std/containers/associative/multimap/multimap.ops/ |
H A D | count.pass.cpp | 27 typedef std::multimap<int, double> M; in main() typedef 61 … typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M; in main() typedef 97 typedef std::multimap<int, double, std::less<>> M; in main() typedef 145 typedef std::multimap<PC, double, std::less<>> M; in main() typedef
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/MCJIT/ |
H A D | MCJIT.h | 132 void addModule(std::unique_ptr<Module> M) { in addModule() 136 bool removeModule(Module *M) { in removeModule() 141 bool hasModuleBeenAddedButNotLoaded(Module *M) { in hasModuleBeenAddedButNotLoaded() 145 bool hasModuleBeenLoaded(Module *M) { in hasModuleBeenLoaded() 151 bool hasModuleBeenFinalized(Module *M) { in hasModuleBeenFinalized() 155 bool ownsModule(Module* M) { in ownsModule() 160 void markModuleAsLoaded(Module *M) { in markModuleAsLoaded() 174 void markModuleAsFinalized(Module *M) { in markModuleAsFinalized() 194 Module *M = *I; in markAllLoadedModulesAsFinalized() local 208 Module *M = *I; in freeModulePtrSet() local [all …]
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-c-test/ |
H A D | module.c | 24 LLVMModuleRef M; in load_module() local 43 LLVMModuleRef M = load_module(); in module_dump() local 55 LLVMModuleRef M = load_module(); in module_list_functions() local 96 LLVMModuleRef M = load_module(); in module_list_globals() local
|