Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxx.cpp228 CompilerType pair_type( in Update() local
234 pair_type = pair_type.GetFieldAtIndex( in Update()
236 if (!pair_type) { in Update()
245 llvm::dyn_cast_or_null<ClangASTContext>(pair_type.GetTypeSystem()); in Update()
257 {"payload", pair_type}}); in Update()
H A DLibStdcpp.cpp116 CompilerType pair_type = my_type.GetTypeTemplateArgument(0); in Update() local
117 if (!pair_type) in Update()
119 m_pair_type = pair_type; in Update()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DNSDictionary.cpp714 auto pair_type = in GetChildAtIndex() local
731 "[0]", data, m_backend.GetExecutionContextRef(), pair_type); in GetChildAtIndex()