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

/freebsd-current/contrib/llvm-project/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
[all...]
H A DProgramState.h439 typename ProgramStateTrait<T>::context_type get_context() const;
448 typename ProgramStateTrait<T>::context_type C) const;
465 typename ProgramStateTrait<T>::context_type C) const;
649 typename ProgramStateTrait<T>::context_type C) {
658 typename ProgramStateTrait<T>::context_type C) {
666 typename ProgramStateTrait<T>::context_type C) {
682 typename ProgramStateTrait<T>::context_type get_context() {
848 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const {
859 typename ProgramStateTrait<T>::context_type C) const {
882 typename ProgramStateTrait<T>::context_type
[all...]
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h96 void SetContext(ContextType context_type, void *p) { argument
97 m_context_type = context_type;
137 static const char *GetValueTypeAsCString(ValueType context_type);
139 static const char *GetContextTypeAsCString(ContextType context_type);
/freebsd-current/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp47 const Value::ContextType context_type = value.GetContextType(); local
51 if (context_type == Value::ContextType::RegisterInfo) {
/freebsd-current/sys/dev/isci/scil/
H A Dscu_task_context.h622 U32 context_type : 1; member in struct:SCU_TASK_CONTEXT
H A Dscic_sds_smp_request.c411 task_context->context_type = SCU_TASK_CONTEXT_TYPE;
H A Dscic_sds_request.c685 task_context->context_type = SCU_TASK_CONTEXT_TYPE;
H A Dscic_sds_stp_request.c283 task_context->context_type = SCU_TASK_CONTEXT_TYPE;
H A Dscic_sds_port.c714 task_context->context_type = SCU_TASK_CONTEXT_TYPE;
/freebsd-current/sys/dev/sfxge/common/
H A Def10_rx.c215 uint32_t context_type; local
225 context_type = MC_CMD_RSS_CONTEXT_ALLOC_IN_TYPE_EXCLUSIVE;
228 context_type = MC_CMD_RSS_CONTEXT_ALLOC_IN_TYPE_SHARED;
243 MCDI_IN_SET_DWORD(req, RSS_CONTEXT_ALLOC_IN_TYPE, context_type);
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp104 strm->Printf(", value_type = %s, context = %p, context_type = %s",
649 const char *Value::GetContextTypeAsCString(ContextType context_type) { argument
650 switch (context_type) {

Completed in 498 milliseconds