Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDProgramStateTrait.h61 typedef typename data_type::Factory& context_type;
75 static data_type Set(data_type B, key_type K, value_type E,context_type F){
79 static data_type Remove(data_type B, key_type K, context_type F) {
83 static inline context_type MakeContext(void *p) {
111 typedef typename data_type::Factory& context_type;
122 static data_type Add(data_type B, key_type K, context_type F) {
126 static data_type Remove(data_type B, key_type K, context_type F) {
134 static inline context_type MakeContext(void *p) {
154 typedef typename data_type::Factory& context_type;
156 static data_type Add(data_type L, key_type K, context_type F) {
[all …]
HDProgramState.h376 typename ProgramStateTrait<T>::context_type get_context() const;
384 typename ProgramStateTrait<T>::context_type C) const;
398 typename ProgramStateTrait<T>::context_type C) const;
573 typename ProgramStateTrait<T>::context_type C) { in set()
582 typename ProgramStateTrait<T>::context_type C) { in add()
590 typename ProgramStateTrait<T>::context_type C) { in remove()
606 typename ProgramStateTrait<T>::context_type get_context() { in get_context()
736 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context()
747 typename ProgramStateTrait<T>::context_type C) const { in remove()
770 typename ProgramStateTrait<T>::context_type C) const { in set()
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDValue.h165 SetContext (ContextType context_type, void *p) in SetContext() argument
167 m_context_type = context_type; in SetContext()
260 GetValueTypeAsCString (ValueType context_type);
263 GetContextTypeAsCString (ContextType context_type);
/trueos/contrib/llvm/tools/lldb/source/DataFormatters/
HDTypeFormat.cpp58 const Value::ContextType context_type = value.GetContextType(); in FormatObject() local
62 if (context_type == Value::eContextTypeRegisterInfo) in FormatObject()
/trueos/contrib/binutils/binutils/
HDprdbg.c1415 char *context_type; in pr_class_method_variant() local
1446 context_type = NULL; in pr_class_method_variant()
1449 context_type = pop_type (info); in pr_class_method_variant()
1450 if (context_type == NULL) in pr_class_method_variant()
1471 || ! append_type (info, context_type) in pr_class_method_variant()
2258 char *context_type; in tg_class_method_variant() local
2290 context_type = NULL; in tg_class_method_variant()
2293 context_type = pop_type (info); in tg_class_method_variant()
2294 if (context_type == NULL) in tg_class_method_variant()
2306 free (context_type); in tg_class_method_variant()
/trueos/contrib/llvm/tools/lldb/source/Core/
HDValue.cpp724 Value::GetContextTypeAsCString (ContextType context_type) in GetContextTypeAsCString() argument
726 switch (context_type) in GetContextTypeAsCString()
/trueos/sys/dev/isci/scil/
HDscu_task_context.h622 U32 context_type : 1; member
HDscic_sds_smp_request.c411 task_context->context_type = SCU_TASK_CONTEXT_TYPE; in scu_smp_request_construct_task_context()
HDscic_sds_stp_request.c283 task_context->context_type = SCU_TASK_CONTEXT_TYPE; in scu_sata_reqeust_construct_task_context()
HDscic_sds_request.c685 task_context->context_type = SCU_TASK_CONTEXT_TYPE; in scu_ssp_reqeust_construct_task_context()
HDscic_sds_port.c714 task_context->context_type = SCU_TASK_CONTEXT_TYPE; in scic_sds_port_construct_dummy_task()
/trueos/contrib/gdb/gdb/
HDada-lang.c1936 ada_resolve (struct expression **expp, struct type *context_type) in ada_resolve() argument
1940 ada_resolve_subexp (expp, &pc, 1, context_type); in ada_resolve()
1953 struct type *context_type) in ada_resolve_subexp() argument
2432 return_match (struct type *func_type, struct type *context_type) in return_match() argument
2451 return context_type == NULL || return_type == context_type; in return_match()
2452 else if (context_type == NULL) in return_match()
2455 return TYPE_CODE (return_type) == TYPE_CODE (context_type); in return_match()
2473 const char *name, struct type *context_type) in ada_resolve_function() argument
2480 return_type = context_type; in ada_resolve_function()
2481 if (context_type == NULL) in ada_resolve_function()