/external/llvm-project/flang/include/flang/Parser/ |
D | tools.h | 115 template <typename A, typename = int> struct HasSource : std::false_type {}; struct 117 struct HasSource<A, decltype(static_cast<void>(A::source), 0)>
|
D | dump-parse-tree.h | 818 } else if constexpr (HasSource<T>::value) { in AsFortran()
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCDwarf.h | 225 bool HasSource = false; member 266 HasSource = Source.hasValue(); in setRootFile() 274 HasSource = false; in resetFileTable() 339 Header.HasSource = Source.hasValue(); in setRootFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCDwarf.h | 220 bool HasSource = false; member 261 HasSource = Source.hasValue(); in setRootFile() 269 HasSource = false; in resetFileTable() 334 Header.HasSource = Source.hasValue(); in setRootFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 353 bool EmitMD5, bool HasSource, in emitOneV5FileEntry() argument 369 if (HasSource) { in emitOneV5FileEntry() 415 if (HasSource) in emitV5FileDirTables() 427 if (HasSource) { in emitV5FileDirTables() 442 HasAllMD5, HasSource, LineStr); in emitV5FileDirTables() 444 emitOneV5FileEntry(MCOS, MCDwarfFiles[i], HasAllMD5, HasSource, LineStr); in emitV5FileDirTables() 572 HasSource = (Source != None); in tryGetFile() 600 if (HasSource != (Source != None)) in tryGetFile() 637 HasSource = true; in tryGetFile()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCDwarf.cpp | 372 bool EmitMD5, bool HasSource, in emitOneV5FileEntry() argument 388 if (HasSource) { in emitOneV5FileEntry() 434 if (HasSource) in emitV5FileDirTables() 446 if (HasSource) { in emitV5FileDirTables() 461 HasAllMD5, HasSource, LineStr); in emitV5FileDirTables() 463 emitOneV5FileEntry(MCOS, MCDwarfFiles[i], HasAllMD5, HasSource, LineStr); in emitV5FileDirTables() 601 HasSource = (Source != None); in tryGetFile() 629 if (HasSource != (Source != None)) in tryGetFile() 666 HasSource = true; in tryGetFile()
|
/external/webrtc/media/base/ |
D | fake_media_engine.cc | 117 bool FakeVoiceMediaChannel::HasSource(uint32_t ssrc) const { in HasSource() function in cricket::FakeVoiceMediaChannel 343 bool FakeVideoMediaChannel::HasSource(uint32_t ssrc) const { in HasSource() function in cricket::FakeVideoMediaChannel
|
D | fake_media_engine.h | 335 bool HasSource(uint32_t ssrc) const; 436 bool HasSource(uint32_t ssrc) const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 57 bool HasSource = false; member
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 57 bool HasSource = false; member
|
/external/webrtc/pc/ |
D | rtp_sender_receiver_unittest.cc | 343 EXPECT_TRUE(voice_media_channel_->HasSource(ssrc)); in VerifyVoiceChannelInput() 351 EXPECT_TRUE(video_media_channel_->HasSource(ssrc)); in VerifyVideoChannelInput() 358 EXPECT_FALSE(voice_media_channel_->HasSource(ssrc)); in VerifyVoiceChannelNoInput() 365 EXPECT_FALSE(video_media_channel_->HasSource(ssrc)); in VerifyVideoChannelNoInput()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 57 HasSource = true; in trackContentType() 146 if (ContentTypes.HasSource) { in dump()
|
/external/llvm-project/flang/include/flang/Semantics/ |
D | expression.h | 36 if constexpr (HasSource<A>::value) { in Pre()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 62 HasSource = true; in trackContentType() 172 if (ContentTypes.HasSource) { in dump()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3389 bool HasSource = false; in parseDirectiveFile() local 3405 HasSource = true; in parseDirectiveFile() 3441 if (HasSource) { in parseDirectiveFile()
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 3415 bool HasSource = false; in parseDirectiveFile() local 3431 HasSource = true; in parseDirectiveFile() 3467 if (HasSource) { in parseDirectiveFile()
|
D | MasmParser.cpp | 4532 bool HasSource = false; in parseDirectiveFile() local 4548 HasSource = true; in parseDirectiveFile() 4584 if (HasSource) { in parseDirectiveFile()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Verifier.cpp | 5084 bool HasSource = F.getSource().hasValue(); in verifySourceDebugInfo() local 5086 HasSourceDebugInfo[&U] = HasSource; in verifySourceDebugInfo() 5087 AssertDI(HasSource == HasSourceDebugInfo[&U], in verifySourceDebugInfo()
|
/external/llvm-project/llvm/lib/IR/ |
D | Verifier.cpp | 5504 bool HasSource = F.getSource().hasValue(); in verifySourceDebugInfo() local 5506 HasSourceDebugInfo[&U] = HasSource; in verifySourceDebugInfo() 5507 AssertDI(HasSource == HasSourceDebugInfo[&U], in verifySourceDebugInfo()
|