Home
last modified time | relevance | path

Searched refs:GetKind (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project-15.0.7/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h43 Kind GetKind() const { return m_kind; } in GetKind() function
107 assert(GetKind() == eExitMessage || GetKind() == eLimboMessage); in GetExitStatus()
112 assert(GetKind() == eSignalMessage || GetKind() == eCrashMessage || in GetSignal()
113 GetKind() == eSignalDeliveredMessage); in GetSignal()
118 assert(GetKind() == eSignalMessage); in GetStopStatus()
123 assert(GetKind() == eCrashMessage); in GetCrashReason()
128 assert(GetKind() == eCrashMessage); in GetFaultAddress()
133 assert(GetKind() == eWatchpointMessage || GetKind() == eTraceMessage); in GetHWAddress()
138 assert(GetKind() == eNewThreadMessage); in GetChildTID()
/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DPostfixExpression.h44 Kind GetKind() const { return m_kind; } in GetKind() function
70 static bool classof(const Node *node) { return node->GetKind() == BinaryOp; } in classof()
84 return node->GetKind() == InitialValue; in classof()
95 static bool classof(const Node *node) { return node->GetKind() == Integer; } in classof()
111 static bool classof(const Node *node) { return node->GetKind() == Register; } in classof()
125 static bool classof(const Node *node) { return node->GetKind() == Symbol; } in classof()
146 static bool classof(const Node *node) { return node->GetKind() == UnaryOp; } in classof()
177 switch (node->GetKind()) { in Dispatch()
H A DDeclVendor.h33 DeclVendorKind GetKind() const { return m_kind; } in GetKind() function
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DJSON.h35 Kind GetKind() const { return m_kind; } in GetKind() function
59 return V->GetKind() == JSONValue::Kind::String; in classof()
120 return V->GetKind() == JSONValue::Kind::Number; in classof()
145 return V->GetKind() == JSONValue::Kind::True; in classof()
163 return V->GetKind() == JSONValue::Kind::False; in classof()
181 return V->GetKind() == JSONValue::Kind::Null; in classof()
199 return V->GetKind() == JSONValue::Kind::Object; in classof()
243 return V->GetKind() == JSONValue::Kind::Array; in classof()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTypeSummary.cpp212 return m_opaque_sp->GetKind() == TypeSummaryImpl::Kind::eSummaryString; in IsSummaryString()
339 if (m_opaque_sp->GetKind() != rhs.m_opaque_sp->GetKind()) in IsEqualTo()
342 switch (m_opaque_sp->GetKind()) { in IsEqualTo()
417 (m_opaque_sp->GetKind() == TypeSummaryImpl::Kind::eScript)) { in ChangeSummaryType()
418 if (m_opaque_sp->GetKind() == in ChangeSummaryType()
H A DSBQueue.cpp194 lldb::QueueKind GetKind() { in GetKind() function in lldb_private::QueueImpl
198 kind = queue_sp->GetKind(); in GetKind()
316 lldb::QueueKind SBQueue::GetKind() { in GetKind() function in SBQueue
319 return m_opaque_sp->GetKind(); in GetKind()
H A DSBQueueItem.cpp56 lldb::QueueItemKind SBQueueItem::GetKind() const { in GetKind() function in SBQueueItem
61 result = m_queue_item_sp->GetKind(); in GetKind()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBQueue.i51 GetKind();
54 GetKind();
H A DSBQueueItem.i32 GetKind () const;
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangDeclVendor.h33 return vendor->GetKind() >= eClangDeclVendor && in classof()
34 vendor->GetKind() < eLastClangDeclVendor; in classof()
H A DClangModulesDeclVendor.h30 return vendor->GetKind() == eClangModuleDeclVendor; in classof()
H A DIRDynamicChecks.h36 return checker_funcs->GetKind() == DCF_Clang; in classof()
/llvm-project-15.0.7/lldb/include/lldb/DataFormatters/
H A DTypeSummary.h51 Kind GetKind() const { return m_kind; } in GetKind() function
297 return S->GetKind() == Kind::eSummaryString; in classof()
340 return S->GetKind() == Kind::eCallback; in classof()
388 return S->GetKind() == Kind::eScript; in classof()
/llvm-project-15.0.7/lldb/include/lldb/Expression/
H A DDynamicCheckerFunctions.h55 DynamicCheckerFunctionsKind GetKind() const { return m_kind; } in GetKind() function
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBQueueItem.h31 lldb::QueueItemKind GetKind() const;
H A DSBQueue.h55 lldb::QueueKind GetKind();
/llvm-project-15.0.7/lldb/source/Target/
H A DThreadPlanStepRange.cpp128 GetKind() == eKindStepOverRange; in InRange()
147 GetKind() == eKindStepOverRange; in InRange()
330 const bool ignore_calls = GetKind() == eKindStepOverRange; in SetNextBranchBreakpoint()
H A DQueue.cpp87 lldb::QueueKind Queue::GetKind() { return m_kind; } in GetKind() function in Queue
H A DQueueItem.cpp32 QueueItemKind QueueItem::GetKind() { in GetKind() function in QueueItem
/llvm-project-15.0.7/lldb/test/API/macosx/queues/
H A DTestQueues.py87 if queue.GetKind() == lldb.eQueueKindSerial:
89 if queue.GetKind() == lldb.eQueueKindConcurrent:
92 queue.GetKind(), kind,
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCDeclVendor.h27 return vendor->GetKind() == eAppleObjCDeclVendor; in classof()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DQueue.h130 lldb::QueueKind GetKind();
H A DQueueItem.h44 lldb::QueueItemKind GetKind();
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.cpp210 auto kind{GetKind()}; in IsModule()
215 return GetKind() == Kind::Function ? Symbol::Flag::Function in GetSubpFlag()
242 ProgramTree::Kind ProgramTree::GetKind() const { in GetKind() function in Fortran::semantics::ProgramTree
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dexpression.cpp311 template <TypeCategory CAT> int Expr<SomeKind<CAT>>::GetKind() const { in GetKind() function in Fortran::evaluate::Expr
317 int Expr<SomeCharacter>::GetKind() const { in GetKind() function in Fortran::evaluate::Expr

12