Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h148 using context_type = typename data_type::Factory &;
167 context_type F) {
171 static data_type Remove(data_type B, key_type K, context_type F) {
179 static context_type MakeContext(void *p) {
196 using context_type = typename data_type::Factory &;
208 static data_type Add(data_type B, key_type K, context_type F) {
212 static data_type Remove(data_type B, key_type K, context_type F) {
220 static context_type MakeContext(void *p) {
238 using context_type = typename data_type::Factory &;
240 static data_type Add(data_type L, key_type K, context_type F) {
[all …]
H A DProgramState.h399 typename ProgramStateTrait<T>::context_type get_context() const;
408 typename ProgramStateTrait<T>::context_type C) const;
425 typename ProgramStateTrait<T>::context_type C) const;
609 typename ProgramStateTrait<T>::context_type C) { in set()
618 typename ProgramStateTrait<T>::context_type C) { in add()
626 typename ProgramStateTrait<T>::context_type C) { in remove()
642 typename ProgramStateTrait<T>::context_type get_context() { in get_context()
808 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context()
819 typename ProgramStateTrait<T>::context_type C) const { in remove()
842 typename ProgramStateTrait<T>::context_type C) const { in set()
/freebsd-13.1/contrib/llvm-project/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);
/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/sys/dev/sfxge/common/
H A Def10_rx.c217 uint32_t context_type; in efx_mcdi_rss_context_alloc() local
227 context_type = MC_CMD_RSS_CONTEXT_ALLOC_IN_TYPE_EXCLUSIVE; in efx_mcdi_rss_context_alloc()
230 context_type = MC_CMD_RSS_CONTEXT_ALLOC_IN_TYPE_SHARED; in efx_mcdi_rss_context_alloc()
245 MCDI_IN_SET_DWORD(req, RSS_CONTEXT_ALLOC_IN_TYPE, context_type); in efx_mcdi_rss_context_alloc()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp635 const char *Value::GetContextTypeAsCString(ContextType context_type) { in GetContextTypeAsCString() argument
636 switch (context_type) { in GetContextTypeAsCString()
/freebsd-13.1/sys/dev/isci/scil/
H A Dscu_task_context.h624 U32 context_type : 1; member
H A Dscic_sds_smp_request.c413 task_context->context_type = SCU_TASK_CONTEXT_TYPE; in scu_smp_request_construct_task_context()
H A Dscic_sds_stp_request.c285 task_context->context_type = SCU_TASK_CONTEXT_TYPE; in scu_sata_reqeust_construct_task_context()
H A Dscic_sds_request.c687 task_context->context_type = SCU_TASK_CONTEXT_TYPE; in scu_ssp_reqeust_construct_task_context()
H A Dscic_sds_port.c716 task_context->context_type = SCU_TASK_CONTEXT_TYPE; in scic_sds_port_construct_dummy_task()