Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DDWARFLocationExpression.cpp268 bool is_simple_type = offset_to_size.empty(); in MakeEnregisteredLocationExpressionForComposite() local
285 if (!is_simple_type) { in MakeEnregisteredLocationExpressionForComposite()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCasting.h232 template <class X> struct is_simple_type {
503 struct CastInfo<To, From, std::enable_if_t<!is_simple_type<From>::value>> {