Searched refs:IsRegistered (Results 1 - 12 of 12) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCSection.h93 unsigned IsRegistered : 1;
148 bool isRegistered() const { return IsRegistered; }
149 void setIsRegistered(bool Value) { IsRegistered = Value; }
H A DMCSymbol.h90 mutable unsigned IsRegistered : 1;
151 IsRegistered(false), IsExternal(false), IsPrivateExtern(false),
206 bool isRegistered() const { return IsRegistered; }
207 void setIsRegistered(bool Value) const { IsRegistered = Value; }
/external/google-breakpad/src/client/windows/crash_generation/
H A Dcrash_generation_client.h127 bool IsRegistered() const;
H A Dcrash_generation_client.cc181 if (IsRegistered()) {
318 bool CrashGenerationClient::IsRegistered() const { function in class:google_breakpad::CrashGenerationClient
324 if (!IsRegistered()) {
/external/v8/src/libsampler/
H A Dsampler.h61 bool IsRegistered() const { return base::NoBarrier_Load(&registered_); } function in class:v8::sampler::Sampler
H A Dsampler.cc224 DCHECK(sampler->IsActive() || !sampler->IsRegistered());
253 DCHECK(sampler->IsActive() || sampler->IsRegistered());
578 if (IsRegistered()) {
624 if (!IsActive() && !IsRegistered()) {
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_header_extension_unittest.cc38 EXPECT_TRUE(map_.IsRegistered(kRtpExtensionTransmissionTimeOffset));
45 EXPECT_TRUE(map_.IsRegistered(kRtpExtensionTransmissionTimeOffset));
H A Drtp_header_extension.h89 bool IsRegistered(RTPExtensionType type) const;
H A Drtp_header_extension.cc92 bool RtpHeaderExtensionMap::IsRegistered(RTPExtensionType type) const { function in class:webrtc::RtpHeaderExtensionMap
H A Drtp_sender.cc282 return rtp_header_extension_map_.IsRegistered(type);
614 bool using_transport_seq = rtp_header_extension_map_.IsRegistered(
643 if (!media_has_been_sent_ && !rtp_header_extension_map_.IsRegistered(
937 // TODO(sprang): Potentially too much overhead in IsRegistered()?
938 bool using_transport_seq = rtp_header_extension_map_.IsRegistered(
/external/llvm/lib/MC/
H A DMCSection.cpp24 IsRegistered(false), DummyFragment(this), Variant(V), Kind(K) {}
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp606 bool IsRegistered; local
616 IsRegistered = PrivateScope.addPrivate(OrigVD, [&]() -> Address {
642 IsRegistered = PrivateScope.addPrivate(OrigVD, [&]() -> Address {
653 assert(IsRegistered &&
656 (void)IsRegistered;
677 bool IsRegistered = local
683 assert(IsRegistered && "private var already registered as private");
685 (void)IsRegistered;
799 bool IsRegistered = PrivateScope.addPrivate(OrigVD, [&]() -> Address { local
804 assert(IsRegistered
970 bool IsRegistered = PrivateScope.addPrivate( local
1024 bool IsRegistered = PrivateScope.addPrivate( local
1067 bool IsRegistered = PrivateScope.addPrivate(OrigVD, [&]() -> Address { local
1107 bool IsRegistered = PrivateScope.addPrivate( local
1493 bool IsRegistered = PrivateScope.addPrivate(VD, [&]() -> Address { local
[all...]

Completed in 320 milliseconds