| /openbsd-src/gnu/llvm/lldb/bindings/interface/ |
| H A D | SBType.i | 260 ") IsReferenceType; 262 IsReferenceType(); 909 …is_reference = property(IsReferenceType, None, doc='''A read only property that returns a boolean … 910 …is_reference = property(IsReferenceType, None, doc='''A read only property that returns a boolean …
|
| /openbsd-src/gnu/llvm/clang/utils/ |
| H A D | ClangDataFormat.py | 100 if ty.IsPointerType() or ty.IsReferenceType(): 111 ty.IsReferenceType() or
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBType.h | 121 bool IsReferenceType();
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBType.cpp | 155 bool SBType::IsReferenceType() { in IsReferenceType() function in SBType 160 return m_opaque_sp->GetCompilerType(true).IsReferenceType(); in IsReferenceType()
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | lldbDataFormatters.py | 85 if the_type.IsReferenceType():
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | CompilerType.cpp | 203 bool CompilerType::IsReferenceType(CompilerType *pointee_type, in IsReferenceType() function in CompilerType 207 return type_system_sp->IsReferenceType(m_type, pointee_type, is_rvalue); in IsReferenceType()
|
| /openbsd-src/gnu/llvm/lldb/examples/synthetic/ |
| H A D | gnu_libstdcpp.py | 264 if list_type.IsReferenceType(): 563 if map_type.IsReferenceType():
|
| H A D | libcxx.py | 330 if list_type.IsReferenceType():
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/ |
| H A D | LibCxxList.cpp | 183 if (list_type.IsReferenceType()) in Update()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/ |
| H A D | CompilerType.h | 190 bool IsReferenceType(CompilerType *pointee_type = nullptr,
|
| H A D | TypeSystem.h | 471 virtual bool IsReferenceType(lldb::opaque_compiler_type_t type,
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | Materializer.cpp | 809 m_variable_sp->GetType()->GetForwardCompilerType().IsReferenceType(); in EntityVariable() 857 m_is_reference = m_valobj_sp->GetCompilerType().IsReferenceType(); in SetupValueObject()
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 203 j && compiler_type.IsReferenceType(nullptr, &is_rvalue_ref); j = false) { in GetPossibleMatches()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.h | 636 bool IsReferenceType(lldb::opaque_compiler_type_t type,
|
| H A D | TypeSystemClang.cpp | 3413 bool TypeSystemClang::IsReferenceType(lldb::opaque_compiler_type_t type, in IsReferenceType() function in TypeSystemClang
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StackFrame.cpp | 658 if (valobj_sp->GetCompilerType().IsReferenceType()) { in GetValueForVariableExpressionPath()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1587 bool is_reference = pt.IsReferenceType(); in AddExpressionVariable()
|
| /openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbtest.py | 2596 str(type.IsReferenceType()) + '\n')
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2132 bool IsReferenceType = Type->isReferenceType(); in CheckLValueConstantExpression() local 2160 << IsReferenceType << !Designator.Entries.empty() << InvalidBaseKind in CheckLValueConstantExpression() 2181 << IsReferenceType << !Designator.Entries.empty() << !!BaseVD in CheckLValueConstantExpression() 2208 << IsReferenceType << !Designator.Entries.empty(); in CheckLValueConstantExpression() 2277 if (!IsReferenceType) in CheckLValueConstantExpression()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 11470 bool IsReferenceType = false; in emitDeclareSimdFunction() local 11491 IsReferenceType = true; in emitDeclareSimdFunction() 11503 else if (IsReferenceType) in emitDeclareSimdFunction()
|