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

/freebsd-13-stable/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
[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) {
618 typename ProgramStateTrait<T>::context_type C) {
626 typename ProgramStateTrait<T>::context_type C) {
642 typename ProgramStateTrait<T>::context_type get_context() {
808 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const {
819 typename ProgramStateTrait<T>::context_type C) const {
842 typename ProgramStateTrait<T>::context_type
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DValue.h151 void SetContext(ContextType context_type, void *p) { argument
152 m_context_type = context_type;
215 static const char *GetValueTypeAsCString(ValueType context_type);
217 static const char *GetContextTypeAsCString(ContextType context_type);
/freebsd-13-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeFormat.cpp47 const Value::ContextType context_type = value.GetContextType(); local
51 if (context_type == Value::eContextTypeRegisterInfo) {
/freebsd-13-stable/sys/dev/isci/scil/
H A Dscu_task_context.h624 U32 context_type : 1; member in struct:SCU_TASK_CONTEXT
H A Dscic_sds_smp_request.c413 task_context->context_type = SCU_TASK_CONTEXT_TYPE;
H A Dscic_sds_port.c716 task_context->context_type = SCU_TASK_CONTEXT_TYPE;
H A Dscic_sds_request.c687 task_context->context_type = SCU_TASK_CONTEXT_TYPE;
H A Dscic_sds_stp_request.c285 task_context->context_type = SCU_TASK_CONTEXT_TYPE;
/freebsd-13-stable/sys/dev/sfxge/common/
H A Def10_rx.c217 uint32_t context_type; local
227 context_type = MC_CMD_RSS_CONTEXT_ALLOC_IN_TYPE_EXCLUSIVE;
230 context_type = MC_CMD_RSS_CONTEXT_ALLOC_IN_TYPE_SHARED;
245 MCDI_IN_SET_DWORD(req, RSS_CONTEXT_ALLOC_IN_TYPE, context_type);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp109 strm->Printf(", value_type = %s, context = %p, context_type = %s",
661 const char *Value::GetContextTypeAsCString(ContextType context_type) { argument
662 switch (context_type) {

Completed in 91 milliseconds