Home
last modified time | relevance | path

Searched refs:Put (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_chained_origin_depot_test.cpp26 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/
Darc.opt47 -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/
DLanaiCallingConv.td22 // Put argument in registers if marked 'inreg' and not a vararg call.
35 // Put arguments in registers.
/openbsd/src/gnu/gcc/gcc/
Dgdbinit.in132 # 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/
Dsanitizer_chained_origin_depot.cpp129 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()
Dsanitizer_chained_origin_depot.h30 bool Put(u32 here_id, u32 prev_id, u32 *new_id);
Dsanitizer_stackdepot.cpp208 u32 StackDepotPut(StackTrace stack) { return theDepot.Put(stack); } in StackDepotPut()
211 return StackDepotNode::get_handle(theDepot.Put(stack)); in StackDepotPut_WithHandle()
Dsanitizer_stackdepotbase.h44 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/
Dstreambuf56 // 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/
Dmsan_chained_origin_depot.cpp27 return chainedOriginDepot.Put(here_id, prev_id, new_id); in ChainedOriginDepotPut()
/openbsd/src/gnu/llvm/lldb/source/Target/
DModuleCache.cpp191 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/
Dmips.sh10 with the BSD cc. Put /bin first in your PATH if you have difficulties.
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dgdbinit.in98 # 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/
DModuleCache.h61 Status Put(const FileSpec &root_dir_spec, const char *hostname,
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/
Dgdbinit.in37 # Put this last, in case it fails.
/openbsd/src/gnu/usr.bin/binutils/gas/
Dgdbinit.in37 # Put this last, in case it fails.
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.stabs/
Dxcoff.sed1 # Put everything in this csect, which seems to make things work.
/openbsd/src/lib/libcrypto/perlasm/
Dreadme43 &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/
DBUILD.gn10 # Put plugin next to the unit test executable.
/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_origin.h95 GetChainedOriginDepot()->Put(h.id(), prev.raw_id(), &chained_id); in CreateChainedOrigin()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBPlatform.i187 Put (lldb::SBFileSpec &src, lldb::SBFileSpec &dst);
/openbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dmmo.em170 /* 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/
DREADME.vos60 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/
Diq2000.opt45 Put uninitialized constants in ROM (needs -membedded-data)
/openbsd/src/gnu/llvm/llvm/utils/gn/secondary/llvm/unittests/Passes/
DBUILD.gn12 # Put plugin next to the unit test executable.

12345678910>>...14