Home
last modified time | relevance | path

Searched refs:Retire (Results 1 - 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dregistry.h75 // Retire flag with name "name" and type indicated by ops.
76 void Retire(const char* name, FlagFastTypeId type_id, char* buf);
85 void Retire(const char* flag_name) { in Retire() function in absl::flags_internal::RetiredFlag
86 flags_internal::Retire(flag_name, base_internal::FastTypeId<T>(), buf_); in Retire()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A DContext.cpp47 auto Retire = std::make_unique<RetireStage>(*RCU, *PRF, *LSU); in createDefaultPipeline() local
63 StagePipeline->appendStage(std::move(Retire)); in createDefaultPipeline()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dflag.h396 (RETIRED_FLAGS_##name.Retire(#name), \
H A Dreflection.cc281 void Retire(const char* name, FlagFastTypeId type_id, char* buf) { in Retire() function
/third_party/googletest/googlemock/src/
H A Dgmock-spec-builders.cc129 next->Retire(); in GTEST_EXCLUSIVE_LOCK_REQUIRED_()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h493 // Expectation objects, and needs to call the non-const Retire()
777 void Retire() GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) {
1240 Retire();
/third_party/node/deps/v8/src/compiler/
H A Djs-heap-broker.h146 void Retire();
H A Djs-heap-broker.cc124 void JSHeapBroker::Retire() { in Retire() function in v8::internal::compiler::JSHeapBroker
H A Dpipeline.cc3626 data->broker()->Retire(); in FinalizeCode()

Completed in 14 milliseconds