Home
last modified time | relevance | path

Searched refs:known_type (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Core/
DValueObjectDynamicValue.cpp151 lldb::LanguageType known_type = m_parent->GetObjectRuntimeLanguage(); in UpdateValue() local
152 if (known_type != lldb::eLanguageTypeUnknown && in UpdateValue()
153 known_type != lldb::eLanguageTypeC) { in UpdateValue()
154 runtime = process->GetLanguageRuntime(known_type); in UpdateValue()
/external/oss-fuzz/projects/libpng-proto/
Dpng_fuzz_proto.proto26 uint32 known_type = 1; field
Dpng_proto_fuzzer_example.cc90 size_t chunk_idx = other_chunk.known_type() % known_chunks_size; in ProtoToPng()
/external/llvm-project/lldb/source/Target/
DProcess.cpp1651 LanguageType known_type = in_value.GetObjectRuntimeLanguage(); in IsPossibleDynamicValue() local
1653 if (known_type != eLanguageTypeUnknown && known_type != eLanguageTypeC) { in IsPossibleDynamicValue()
1654 LanguageRuntime *runtime = GetLanguageRuntime(known_type); in IsPossibleDynamicValue()