Home
last modified time | relevance | path

Searched refs:context_type (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h151 using context_type = typename data_type::Factory &;
170 context_type F) {
174 static data_type Remove(data_type B, key_type K, context_type F) {
182 static context_type MakeContext(void *p) {
199 using context_type = typename data_type::Factory &;
211 static data_type Add(data_type B, key_type K, context_type F) {
215 static data_type Remove(data_type B, key_type K, context_type F) {
223 static context_type MakeContext(void *p) {
241 using context_type = typename data_type::Factory &;
243 static data_type Add(data_type L, key_type K, context_type F) {
[all …]
H A DProgramState.h437 typename ProgramStateTrait<T>::context_type get_context() const;
446 typename ProgramStateTrait<T>::context_type C) const;
463 typename ProgramStateTrait<T>::context_type C) const;
647 typename ProgramStateTrait<T>::context_type C) { in set()
656 typename ProgramStateTrait<T>::context_type C) { in add()
664 typename ProgramStateTrait<T>::context_type C) { in remove()
680 typename ProgramStateTrait<T>::context_type get_context() { in get_context()
846 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context()
857 typename ProgramStateTrait<T>::context_type C) const { in remove()
880 typename ProgramStateTrait<T>::context_type C) const { in set()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValue.h96 void SetContext(ContextType context_type, void *p) { in SetContext() argument
97 m_context_type = context_type; in SetContext()
137 static const char *GetValueTypeAsCString(ValueType context_type);
139 static const char *GetContextTypeAsCString(ContextType context_type);
/llvm-project-15.0.7/lldb/source/DataFormatters/
H A DTypeFormat.cpp46 const Value::ContextType context_type = value.GetContextType(); in FormatObject() local
50 if (context_type == Value::ContextType::RegisterInfo) { in FormatObject()
/llvm-project-15.0.7/lldb/source/Core/
H A DValue.cpp632 const char *Value::GetContextTypeAsCString(ContextType context_type) { in GetContextTypeAsCString() argument
633 switch (context_type) { in GetContextTypeAsCString()