Searched refs:replaceable (Results 1 – 15 of 15) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | new | 52 void* operator new(std::size_t size); // replaceable, nodiscard i… 53 void* operator new(std::size_t size, std::align_val_t alignment); // replaceable, C++17, nodi… 54 void* operator new(std::size_t size, const std::nothrow_t&) noexcept; // replaceable, nodiscard i… 56 … const std::nothrow_t&) noexcept; // replaceable, C++17, nodiscard in C++20 57 void operator delete(void* ptr) noexcept; // replaceable 58 void operator delete(void* ptr, std::size_t size) noexcept; // replaceable, C++14 59 void operator delete(void* ptr, std::align_val_t alignment) noexcept; // replaceable, C++17 61 std::align_val_t alignment) noexcept; // replaceable, C++17 62 void operator delete(void* ptr, const std::nothrow_t&) noexcept; // replaceable 64 const std::nothrow_t&) noexcept; // replaceable, C++17 [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | loop.h | 105 unsigned replaceable : 1; /* 1 if we can substitute the strength-reduced member
|
H A D | loop.c | 4626 if (! v->replaceable && ! v->not_replaceable) 4919 else if (v->replaceable) 4951 if (bl->reversed && ! v->replaceable) 4996 if (! v->replaceable && ! bl->eliminable 5884 v->replaceable = 1; 5920 v->replaceable = 1; 5930 v->replaceable = 0; 5938 if (v->replaceable) 5942 v->replaceable = 0; 5951 v->replaceable = 0; [all …]
|
H A D | unroll.c | 3185 if (v->replaceable)
|
H A D | ChangeLog | 629 * loop.c (loop_givs_rescan): When reducing a non-replaceable giv, 18808 sets a non-replaceable giv after issuing the new one.
|
H A D | FSFChangeLog.10 | 7541 * loop.c (record_giv): When computing replaceable, use
|
H A D | ChangeLog.4 | 7054 * loop.c (check_final_value): A GIV is not replaceable if used
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-outof-ssa.c | 1303 bitmap replaceable; member 1350 t->replaceable = BITMAP_ALLOC (NULL); in new_temp_expr_table() 1385 BITMAP_FREE (t->replaceable); in free_temp_expr_table() 1519 if (bitmap_bit_p (tab->replaceable, i)) in add_dependence() 1658 bitmap_set_bit (tab->replaceable, version); in finish_expr() 1662 gcc_assert (!bitmap_bit_p (tab->replaceable, version)); in finish_expr()
|
/openbsd-src/gnu/lib/libstdc++/libstdc++/libsupc++/ |
H A D | new | 72 /** These are replaceable signatures:
|
/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/ |
H A D | new | 85 /** These are replaceable signatures:
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | CodeGenOptions.def | 240 0) ///< Enable poisoning operator new[] which is not a replaceable
|
/openbsd-src/gnu/llvm/clang/docs/ |
H A D | LanguageExtensions.rst | 2996 `replaceable global allocation function 3002 `replaceable global deallocation function 3014 replaceable global (de)allocation functions, but do support calling at least
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | LangRef.rst | 724 declaration or replaceable definition must not be greater than the alignment of
|
/openbsd-src/share/dict/ |
H A D | web2 | 167217 replaceable
|
/openbsd-src/games/fortune/datfiles/ |
H A D | fortunes2 | 16229 meals. No one ever has to grow old -- body parts are replaceable, like
|