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

/freebsd-12-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.h392 typename ProgramStateTrait<T>::context_type get_context() const;
401 typename ProgramStateTrait<T>::context_type C) const;
418 typename ProgramStateTrait<T>::context_type C) const;
602 typename ProgramStateTrait<T>::context_type C) {
611 typename ProgramStateTrait<T>::context_type C) {
619 typename ProgramStateTrait<T>::context_type C) {
635 typename ProgramStateTrait<T>::context_type get_context() {
801 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const {
812 typename ProgramStateTrait<T>::context_type C) const {
835 typename ProgramStateTrait<T>::context_type
[all...]
/freebsd-12-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-12-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-12-stable/sys/dev/sfxge/common/
H A Def10_rx.c162 uint32_t context_type; local
172 context_type = MC_CMD_RSS_CONTEXT_ALLOC_IN_TYPE_EXCLUSIVE;
175 context_type = MC_CMD_RSS_CONTEXT_ALLOC_IN_TYPE_SHARED;
190 MCDI_IN_SET_DWORD(req, RSS_CONTEXT_ALLOC_IN_TYPE, context_type);
/freebsd-12-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-12-stable/contrib/binutils/binutils/
H A Dprdbg.c1420 char *context_type;
1451 context_type = NULL;
1454 context_type = pop_type (info);
1455 if (context_type == NULL)
1476 || ! append_type (info, context_type)
2264 char *context_type;
2296 context_type = NULL;
2299 context_type = pop_type (info);
2300 if (context_type == NULL)
2312 free (context_type);
1415 char *context_type; local
2258 char *context_type; local
[all...]
/freebsd-12-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) {
/freebsd-12-stable/contrib/gdb/gdb/
H A Dada-lang.c1941 ada_resolve (struct expression **expp, struct type *context_type)
1945 ada_resolve_subexp (expp, &pc, 1, context_type);
1958 struct type *context_type)
2216 exp->elts[pc + 2].name, context_type);
2271 exp->elts[pc + 5].name, context_type);
2437 return_match (struct type *func_type, struct type *context_type)
2453 /* context_type = base_type (context_type); */
2456 return context_type == NULL || return_type == context_type;
1936 ada_resolve(struct expression **expp, struct type *context_type) argument
1952 ada_resolve_subexp(struct expression **expp, int *pos, int deprocedure_p, struct type *context_type) argument
2432 return_match(struct type *func_type, struct type *context_type) argument
2471 ada_resolve_function(struct symbol *syms[], struct block *blocks[], int nsyms, struct value **args, int nargs, const char *name, struct type *context_type) argument
[all...]

Completed in 240 milliseconds