Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2672 auto ts_ptr = int_type.GetTypeSystem().dyn_cast_or_null<TypeSystemClang>(); in ExtractIntFromFormValue() local
2673 if (!ts_ptr) in ExtractIntFromFormValue()
2676 TypeSystemClang &ts = *ts_ptr; in ExtractIntFromFormValue()