| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | Value.cpp | 199 case ContextType::Invalid: in ValueOf() 221 case ContextType::Invalid: in GetValueByteSize() 242 case ContextType::Invalid: in GetCompilerType() 248 case ContextType::LLDBType: { in GetCompilerType() 254 case ContextType::Variable: { in GetCompilerType() 279 case ContextType::Invalid: in GetValueDefaultFormat() 280 case ContextType::LLDBType: in GetValueDefaultFormat() 281 case ContextType::Variable: { in GetValueDefaultFormat() 651 case ContextType::Invalid: in GetContextTypeAsCString() 655 case ContextType::LLDBType: in GetContextTypeAsCString() [all …]
|
| H A D | ValueObjectVariable.cpp | 139 m_value.SetContext(Value::ContextType::Variable, variable); in UpdateValue() 143 m_resolved_value.SetContext(Value::ContextType::Invalid, nullptr); in UpdateValue() 166 m_value.SetContext(Value::ContextType::Variable, variable); in UpdateValue() 233 value.SetContext(Value::ContextType::Variable, variable); in UpdateValue() 246 m_resolved_value.SetContext(Value::ContextType::Invalid, nullptr); in UpdateValue() 351 if (m_resolved_value.GetContextType() == Value::ContextType::RegisterInfo) in GetLocationAsCString() 364 if (m_resolved_value.GetContextType() == Value::ContextType::RegisterInfo) { in SetValueFromCString() 393 if (m_resolved_value.GetContextType() == Value::ContextType::RegisterInfo) { in SetData()
|
| H A D | ValueObjectMemory.cpp | 61 m_value.SetContext(Value::ContextType::LLDBType, m_type_sp.get()); in ValueObjectMemory() 211 value.SetContext(Value::ContextType::LLDBType, m_type_sp.get()); in UpdateValue()
|
| H A D | ValueObjectRegister.cpp | 249 m_value.SetContext(Value::ContextType::RegisterInfo, in UpdateValue()
|
| H A D | ValueObject.cpp | 301 if (value.GetContextType() == Value::ContextType::RegisterInfo) { in GetLocationAsCStringImpl() 1013 if (m_value.GetContextType() == Value::ContextType::RegisterInfo) { in GetValueAsCString()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Value.h | 56 enum class ContextType { enum 87 ContextType GetContextType() const { return m_context_type; } in GetContextType() 93 m_context_type = ContextType::Invalid; in ClearContext() 96 void SetContext(ContextType context_type, void *p) { in SetContext() 99 if (m_context_type == ContextType::RegisterInfo) { in SetContext() 139 static const char *GetContextTypeAsCString(ContextType context_type); 155 ContextType m_context_type = ContextType::Invalid;
|
| H A D | EmulateInstruction.h | 100 enum ContextType { enum 186 ContextType type = eContextInvalid;
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/ |
| H A D | Diagnostics.h | 53 enum ContextType { enum 148 ContextType Type; 179 ArgStream pushContextFrame(ContextType Type, SourceRange Range);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | TypeFormat.cpp | 47 const Value::ContextType context_type = value.GetContextType(); in FormatObject() 51 if (context_type == Value::ContextType::RegisterInfo) { in FormatObject()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Diagnostics.cpp | 14 Diagnostics::ArgStream Diagnostics::pushContextFrame(ContextType Type, in pushContextFrame() 76 static StringRef contextTypeToFormatString(Diagnostics::ContextType Type) { in contextTypeToFormatString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugCrossImpSubsection.h | 38 using ContextType = void;
|
| H A D | DebugChecksumsSubsection.h | 43 using ContextType = void;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | ExpressionVariable.h | 52 Value::ContextType::RegisterInfo, const_cast<RegisterInfo *>(reg_info)); in SetRegisterInfo()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 102 QualType ContextType = in computeDeclContext() local 125 PartialSpec = ClassTemplate->findPartialSpecialization(ContextType); in computeDeclContext() 147 if (Context.hasSameType(Injected, ContextType)) in computeDeclContext()
|
| H A D | SemaStmt.cpp | 703 int ContextType; in checkMustTailAttr() local 705 ContextType = 0; in checkMustTailAttr() 707 ContextType = 1; in checkMustTailAttr() 709 ContextType = 2; in checkMustTailAttr() 711 << &MTA << ContextType; in checkMustTailAttr()
|
| H A D | SemaCodeComplete.cpp | 547 static QualType getPreferredTypeOfUnaryArg(Sema &S, QualType ContextType, in getPreferredTypeOfUnaryArg() argument 553 if (!ContextType.isNull() && ContextType->isPointerType()) in getPreferredTypeOfUnaryArg() 554 return ContextType->getPointeeType(); in getPreferredTypeOfUnaryArg() 557 if (ContextType.isNull()) in getPreferredTypeOfUnaryArg() 559 return S.getASTContext().getPointerType(ContextType.getNonReferenceType()); in getPreferredTypeOfUnaryArg() 565 if (ContextType.isNull()) in getPreferredTypeOfUnaryArg() 568 return ContextType; in getPreferredTypeOfUnaryArg()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | TokenAnnotator.cpp | 185 Contexts.back().ContextType = Context::TemplateArgument; in parseAngle() 333 Contexts.back().ContextType = Context::VerilogInstancePortList; in parseParens() 366 Contexts.back().ContextType = Context::C11GenericSelection; in parseParens() 378 Contexts.back().ContextType = Context::ForEachMacro; in parseParens() 631 Contexts.back().ContextType == Context::TemplateArgument); in parseSquare() 1383 switch (Contexts.back().ContextType) { in consumeToken() 1404 if (Contexts.back().ContextType == Context::ForEachMacro) in consumeToken() 1675 if (ctx.ContextType == Context::StructArrayInitializer) in parseLine() 1779 } ContextType = Unknown; member 1898 Contexts.back().ContextType = Context::CtorInitializer; in modifyContext() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | FunctionCaller.cpp | 213 arg_value->GetContextType() == Value::ContextType::Invalid && in WriteFunctionArguments()
|
| H A D | DWARFExpression.cpp | 121 value.SetContext(Value::ContextType::RegisterInfo, in ReadRegisterValueAsScalar()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangExpressionDeclMap.cpp | 1530 if (var_location.GetContextType() == Value::ContextType::Invalid) in GetVariableValue() 1630 if (var_location.GetContextType() == Value::ContextType::Invalid) in AddOneVariable()
|