/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.cc | 2513 std::swap(src1, src2); in CallRecordWriteStub() 2569 std::swap(src1, src2); in CallRecordWriteStub() 4097 std(dst, mem); in CallRecordWriteStub()
|
H A D | constants-s390.h | 1131 V(std, STD, 0x60) /* type = RX_A STORE (long) */ \
|
/third_party/node/deps/v8/src/wasm/baseline/arm/ |
H A D | liftoff-assembler-arm.h | 800 DCHECK_LE(offset_imm, std::numeric_limits<int32_t>::max()); in Load() 811 DCHECK_LE(offset_imm, std::numeric_limits<int32_t>::max()); in Store() 1592 if (src == scratch1) std::swap(scratch1, scratch2); in GeneratePopCnt()
|
/third_party/skia/third_party/externals/icu/source/ |
H A D | configure | 2852 # such as -std 3444 as 'x'. The following induces an error, until -std is added to get 3447 that's true only with -std. */ 3469 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 4472 # Don't use -std=c11 on Solaris because of timezone check fails 4476 # We use -std=c11 to disable the gnu99 defaults and its associated warnings 4477 CFLAGS="$CFLAGS -std=c11" 6118 # if CXXFLAGS does not have a "-std=" setting, set it now to -std=c++11, 6120 if ! echo "$CXXFLAGS" | grep '\-std [all...] |
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.h | 4182 std::unique_ptr<upb_handlercache, decltype(&upb_handlercache_free)> ptr_; 5953 std::unique_ptr<upb_pbcodecache, decltype(&upb_pbcodecache_free)> ptr_; 6678 std::unique_ptr<upb_json_codecache, decltype(&upb_json_codecache_free)> ptr_;
|
/third_party/backends/backend/genesys/ |
H A D | tables_model.cpp | 38 StaticInit<std::vector<UsbDeviceEntry>> s_usb_devices;
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | numrgts.cpp | 14 #include <cmath> // std::signbit 2166 if (e != 0.0 || (std::signbit(e) == false)) {
|
/third_party/icu/icu4c/source/i18n/ |
H A D | dtfmtsym.cpp | 1667 resourcesToVisit = std::move(resourcesToVisitNext);
|
/third_party/mesa3d/src/amd/compiler/tests/ |
H A D | test_optimizer.cpp | 869 std::vector<denorm_config> configs;
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucurr.cpp | 653 loc = std::move(tmp); in fallback()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtfmtsym.cpp | 1675 resourcesToVisit = std::move(resourcesToVisitNext);
|
H A D | smpdtfmt.cpp | 2165 number::FormattedNumber result = fSimpleNumberFormatter->format(std::move(number), localStatus); in zeroPaddingNumber()
|
/third_party/rust/crates/cxx/macro/src/ |
H A D | expand.rs | 17 use std::mem; 1280 // https://doc.rust-lang.org/std/boxed/struct.Box.html#method.new_uninit in expand_rust_box() 1614 let prefix = format!("cxxbridge1$std$vector${}$", resolve.name.to_symbol()); in expand_cxx_vector() 1620 "cxxbridge1$unique_ptr$std$vector${}$", in expand_cxx_vector()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Renderer.cpp | 348 draw->queries = new std::list<Query*>(); in draw()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtfmtsym.cpp | 1669 resourcesToVisit = std::move(resourcesToVisitNext); in put()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | test_util_lite.cc | 1351 std::string serialized; in ExpectExtensionsClear()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuCompressedTexture.cpp | 2507 std::vector<deUint8> uncompressedBlock (dst.getFormat().getPixelSize() * blockPixelSize.x() * blockPixelSize.y() * blockPixelSize.z()); in decompress()
|
/third_party/eudev/ |
H A D | configure | 3569 as 'x'. The following induces an error, until -std is added to get 3572 that's true only with -std. */ 3594 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 13182 for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-type-util.h | 61 // This handles removing the inline namespace within `std` that is 62 // used by various standard libraries (e.g., `std::__1`). Names outside 63 // of namespace std are returned unmodified. 64 inline std::string CanonicalizeForStdLibVersioning(std::string s) { in CanonicalizeForStdLibVersioning() 65 static const char prefix[] = "std::__"; in CanonicalizeForStdLibVersioning() 67 std::string::size_type end = s.find("::", strlen(prefix)); in CanonicalizeForStdLibVersioning() 69 // Erase everything between the initial `std` and the second `::`. in CanonicalizeForStdLibVersioning() 70 s.erase(strlen("std"), end - strlen("std")); in CanonicalizeForStdLibVersioning() [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | effect-control-linearizer.cc | 364 return map_[std::make_pair(from->id().ToInt(), to->id().ToInt())]; in For() 368 return map_.at(std::make_pair(from->id().ToInt(), to->id().ToInt())); in For() 372 using Key = std::pair<int32_t, int32_t>;
|
/third_party/skia/third_party/externals/libpng/ |
H A D | configure | 3693 as 'x'. The following induces an error, until -std is added to get 3696 that's true only with -std. */ 3718 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \ 12631 # For GCC 5 the default mode for C is -std=gnu11 instead of -std=gnu89 12634 # "-std=c89" compiler option: 12661 CFLAGS="$CFLAGS -std=c89"
|
/third_party/vixl/test/aarch64/ |
H A D | test-api-movprfx-aarch64.cc | 53 std::string MoveForm() { return instr_form_; } in MoveForm() 56 std::string instr_form_; 77 std::string form = reporter.MoveForm(); in CheckAndMaybeDisassembleMovprfxPairs()
|
/third_party/node/deps/v8/src/wasm/baseline/loong64/ |
H A D | liftoff-assembler-loong64.h | 1131 kScratchReg, lhs.gp(), Operand(std::numeric_limits<int64_t>::min()), eq); in emit_i64_divs()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_eu_validate.cpp | 90 std::string
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 1774 sw.min_value() > std::numeric_limits<int32_t>::min() && in VisitSwitch()
|