| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| STLForwardCompat.h | 52 constexpr in_place_t in_place; // NOLINT(readability-identifier-naming) member in namespace:llvm
|
| Optional.h | 247 constexpr Optional(const T &y) : Storage(in_place, y) {} 250 constexpr Optional(T &&y) : Storage(in_place, std::move(y)) {} 255 : Storage(in_place, std::forward<ArgTypes>(Args)...) {}
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| utility.h | 199 inline constexpr in_place_t in_place{};
|
| ranges_algo.h | 3806 optional<_Up> __init(in_place, *__first); 3900 return optional<_Up>(in_place,
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| utility.h | 200 inline constexpr in_place_t in_place{};
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| evp_test.c | 348 if (strcmp(mode, "in_place") == 0) 1087 size_t inp_misalign, int frag, int in_place, 1115 if (in_place == 1) { 1477 int rv, frag, fragmax, in_place; local 1506 for (in_place = 1; in_place >= 0; in_place--) { 1511 if (process_mode_in_place == 1 && in_place == 0) 1520 if (inp_misalign == 1 && in_place == 1) 1522 if (in_place == 1) [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| std-name-hint.h | 668 {"in_place", "<utility>", cxx17},
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-fold.cc | 8627 If IN_PLACE is true, adjust the stmt in place and return NULL. 8632 rewrite_to_defined_overflow (gimple *stmt, bool in_place /* = false */) 8657 if (in_place) 8667 if (in_place)
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-fold.cc | 8785 If IN_PLACE is true, *GSI points to STMT, adjust the stmt in place and 8792 bool in_place) 8817 if (in_place) 8826 if (in_place)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| breakpoint.c | 6933 std::optional<ui_out_emit_tuple> bkpt_tuple_emitter (std::in_place, uiout,
|
| /src/external/gpl3/gdb/dist/gdb/ |
| breakpoint.c | 6965 std::optional<ui_out_emit_tuple> bkpt_tuple_emitter (std::in_place, uiout,
|