| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| D | sanitizer_chained_origin_depot_test.cpp | 26 EXPECT_TRUE(chainedOriginDepot.Put(1, 2, &new_id)); in TEST() 46 EXPECT_TRUE(chainedOriginDepot.Put(11, 12, &new_id1)); in TEST() 48 EXPECT_FALSE(chainedOriginDepot.Put(11, 12, &new_id2)); in TEST() 58 EXPECT_TRUE(chainedOriginDepot.Put(21, 22, &new_id1)); in TEST() 60 EXPECT_TRUE(chainedOriginDepot.Put(21, 23, &new_id2)); in TEST() 75 EXPECT_TRUE(chainedOriginDepot.Put(33, 34, &new_id)); in TEST() 80 EXPECT_FALSE(chainedOriginDepot.Put(33, 34, &new_id)); in TEST() 86 ASSERT_TRUE(chainedOriginDepot.Put(35, i, &new_id)); in TEST()
|
| /openbsd/src/gnu/gcc/gcc/config/arc/ |
| D | arc.opt | 47 -mtext=SECTION Put functions in SECTION 51 -mdata=SECTION Put data in SECTION 55 -mrodata=SECTION Put read-only data in SECTION
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/Lanai/ |
| D | LanaiCallingConv.td | 22 // Put argument in registers if marked 'inreg' and not a vararg call. 35 // Put arguments in registers.
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | gdbinit.in | 132 # Put breakpoints at exit and fancy_abort in case abort is mapped 136 # Put a breakpoint on internal_error to help with debugging ICEs. 145 # Put this last because gcc does not reference it any more unless
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| D | sanitizer_chained_origin_depot.cpp | 129 bool ChainedOriginDepot::Put(u32 here_id, u32 prev_id, u32 *new_id) { in Put() function in __sanitizer::ChainedOriginDepot 132 *new_id = depot.Put(desc, &inserted); in Put()
|
| D | sanitizer_chained_origin_depot.h | 30 bool Put(u32 here_id, u32 prev_id, u32 *new_id);
|
| D | sanitizer_stackdepot.cpp | 208 u32 StackDepotPut(StackTrace stack) { return theDepot.Put(stack); } in StackDepotPut() 211 return StackDepotNode::get_handle(theDepot.Put(stack)); in StackDepotPut_WithHandle()
|
| D | sanitizer_stackdepotbase.h | 44 u32 Put(args_type args, bool *inserted = nullptr); 115 u32 StackDepotBase<Node, kReservedBits, kTabSizeLog>::Put(args_type args, in Put() function
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | streambuf | 56 // 27.6.2.2.5 Put area: 73 // 27.6.2.3.3 Put area: 101 // 27.6.2.4.5 Put area: 221 // 27.6.2.2.5 Put area: 255 // 27.6.2.3.3 Put area: 293 // 27.6.2.4.5 Put area:
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/msan/ |
| D | msan_chained_origin_depot.cpp | 27 return chainedOriginDepot.Put(here_id, prev_id, new_id); in ChainedOriginDepotPut()
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | ModuleCache.cpp | 191 Status ModuleCache::Put(const FileSpec &root_dir_spec, const char *hostname, in Put() function in ModuleCache 302 error = Put(root_dir_spec, escaped_hostname.c_str(), module_spec, in GetAndPut() 324 error = Put(root_dir_spec, escaped_hostname.c_str(), module_spec, in GetAndPut()
|
| /openbsd/src/gnu/usr.bin/perl/hints/ |
| D | mips.sh | 10 with the BSD cc. Put /bin first in your PATH if you have difficulties.
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | gdbinit.in | 98 # Put breakpoints at exit and fancy_abort in case abort is mapped 108 # Put this last because gcc does not reference it any more unless
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Target/ |
| D | ModuleCache.h | 61 Status Put(const FileSpec &root_dir_spec, const char *hostname,
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | gdbinit.in | 37 # Put this last, in case it fails.
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | gdbinit.in | 37 # Put this last, in case it fails.
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/ |
| D | xcoff.sed | 1 # Put everything in this csect, which seems to make things work.
|
| /openbsd/src/lib/libcrypto/perlasm/ |
| D | readme | 43 &comment("hello there") Put in a comment. 46 &data_word(word) Put in a word of data.
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Support/DynamicLibrary/ |
| D | BUILD.gn | 10 # Put plugin next to the unit test executable.
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/ |
| D | dfsan_origin.h | 95 GetChainedOriginDepot()->Put(h.id(), prev.raw_id(), &chained_id); in CreateChainedOrigin()
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBPlatform.i | 187 Put (lldb::SBFileSpec &src, lldb::SBFileSpec &dst);
|
| /openbsd/src/gnu/usr.bin/binutils/ld/emultempl/ |
| D | mmo.em | 170 /* Put orphans after the first section on the list. */ 190 /* Put the new statement list right at the head. */ 196 /* Put it after the last orphan statement we added. */
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | README.vos | 60 two places. Put architecture-independent files into: 64 Put site-specific architecture-dependent files into one of the
|
| /openbsd/src/gnu/gcc/gcc/config/iq2000/ |
| D | iq2000.opt | 45 Put uninitialized constants in ROM (needs -membedded-data)
|
| /openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Passes/ |
| D | BUILD.gn | 12 # Put plugin next to the unit test executable.
|