Home
last modified time | relevance | path

Searched refs:std (Results 20176 - 20200 of 20229) sorted by relevance

1...<<801802803804805806807808809810

/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.cc2513 std::swap(src1, src2); in CallRecordWriteStub()
2569 std::swap(src1, src2); in CallRecordWriteStub()
4097 std(dst, mem); in CallRecordWriteStub()
H A Dconstants-s390.h1131 V(std, STD, 0x60) /* type = RX_A STORE (long) */ \
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h800 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 Dconfigure2852 # 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 Dupb.h4182 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 Dtables_model.cpp38 StaticInit<std::vector<UsbDeviceEntry>> s_usb_devices;
/third_party/icu/icu4c/source/test/intltest/
H A Dnumrgts.cpp14 #include <cmath> // std::signbit
2166 if (e != 0.0 || (std::signbit(e) == false)) {
/third_party/icu/icu4c/source/i18n/
H A Ddtfmtsym.cpp1667 resourcesToVisit = std::move(resourcesToVisitNext);
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_optimizer.cpp869 std::vector<denorm_config> configs;
/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp653 loc = std::move(tmp); in fallback()
/third_party/node/deps/icu-small/source/i18n/
H A Ddtfmtsym.cpp1675 resourcesToVisit = std::move(resourcesToVisitNext);
H A Dsmpdtfmt.cpp2165 number::FormattedNumber result = fSimpleNumberFormatter->format(std::move(number), localStatus); in zeroPaddingNumber()
/third_party/rust/crates/cxx/macro/src/
H A Dexpand.rs17 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 DRenderer.cpp348 draw->queries = new std::list<Query*>(); in draw()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtfmtsym.cpp1669 resourcesToVisit = std::move(resourcesToVisitNext); in put()
/third_party/protobuf/src/google/protobuf/
H A Dtest_util_lite.cc1351 std::string serialized; in ExpectExtensionsClear()
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp2507 std::vector<deUint8> uncompressedBlock (dst.getFormat().getPixelSize() * blockPixelSize.x() * blockPixelSize.y() * blockPixelSize.z()); in decompress()
/third_party/eudev/
H A Dconfigure3569 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 Dgtest-type-util.h61 // 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 Deffect-control-linearizer.cc364 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 Dconfigure3693 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 Dtest-api-movprfx-aarch64.cc53 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 Dliftoff-assembler-loong64.h1131 kScratchReg, lhs.gp(), Operand(std::numeric_limits<int64_t>::min()), eq); in emit_i64_divs()
/third_party/mesa3d/src/intel/compiler/
H A Dtest_eu_validate.cpp90 std::string
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dinstruction-selector-ppc.cc1774 sw.min_value() > std::numeric_limits<int32_t>::min() && in VisitSwitch()

Completed in 142 milliseconds

1...<<801802803804805806807808809810