Home
last modified time | relevance | path

Searched defs:reference_type (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Utility/
DPriorityPointerPair.h30 typedef T& reference_type; typedef
/external/lldb/source/Symbol/
DClangASTType.cpp378 … const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); in IsFunctionType() local
414 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); in IsFunctionPointerType() local
2158 const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); in GetNumChildren() local
3276 … const ReferenceType *reference_type = cast<ReferenceType>(parent_qual_type.getTypePtr()); in GetChildClangTypeAtIndex() local
3682 … const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); in GetIndexOfChildMemberWithName() local
3877 … const ReferenceType *reference_type = cast<ReferenceType>(qual_type.getTypePtr()); in GetIndexOfChildWithName() local
/external/stlport/test/unit/
Dtype_traits_test.cpp397 void TypeTraitsTest::reference_type() in reference_type() function in TypeTraitsTest