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

/freebsd-10.0-release/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.h377 typename ProgramStateTrait<T>::context_type get_context() const;
385 typename ProgramStateTrait<T>::context_type C) const;
399 typename ProgramStateTrait<T>::context_type C) const;
574 typename ProgramStateTrait<T>::context_type C) {
583 typename ProgramStateTrait<T>::context_type C) {
591 typename ProgramStateTrait<T>::context_type C) {
607 typename ProgramStateTrait<T>::context_type get_context() {
737 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const {
748 typename ProgramStateTrait<T>::context_type C) const {
771 typename ProgramStateTrait<T>::context_type
[all...]
/freebsd-10.0-release/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.0-release/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp114 strm->Printf(", value_type = %s, context = %p, context_type = %s",
709 Value::GetContextTypeAsCString (ContextType context_type) argument
711 switch (context_type)
H A DValueObject.cpp1309 const Value::ContextType context_type = m_value.GetContextType(); local
1311 if (context_type == Value::eContextTypeRegisterInfo)
/freebsd-10.0-release/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.0-release/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.0-release/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 275 milliseconds