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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h61 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
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; typedef in struct:clang::ento::ProgramStatePartialTrait
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; typedef in struct:clang::ento::ProgramStatePartialTrait
156 static data_type Add(data_type L, key_type K, context_type
[all...]
H A DProgramState.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) {
582 typename ProgramStateTrait<T>::context_type C) {
590 typename ProgramStateTrait<T>::context_type C) {
606 typename ProgramStateTrait<T>::context_type get_context() {
736 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const {
747 typename ProgramStateTrait<T>::context_type C) const {
770 typename ProgramStateTrait<T>::context_type
[all...]
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValue.h165 SetContext (ContextType context_type, void *p) argument
167 m_context_type = context_type;
260 GetValueTypeAsCString (ValueType context_type);
263 GetContextTypeAsCString (ContextType context_type);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeFormat.cpp58 const Value::ContextType context_type = value.GetContextType(); local
62 if (context_type == Value::eContextTypeRegisterInfo)
/freebsd-10-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-10-stable/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp115 strm->Printf(", value_type = %s, context = %p, context_type = %s",
724 Value::GetContextTypeAsCString (ContextType context_type) argument
726 switch (context_type)
/freebsd-10-stable/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_port.c714 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;
/freebsd-10-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-10-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 285 milliseconds