Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/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 F) {
[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) { in set()
618 typename ProgramStateTrait<T>::context_type C) { in add()
626 typename ProgramStateTrait<T>::context_type C) { in remove()
642 typename ProgramStateTrait<T>::context_type get_context() { in get_context()
808 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const { in get_context()
819 typename ProgramStateTrait<T>::context_type C) const { in remove()
842 typename ProgramStateTrait<T>::context_type C) const { in set()
/netbsd/external/gpl3/binutils/dist/binutils/
H A Dprdbg.c1410 char *context_type; in pr_class_method_variant() local
1441 context_type = NULL; in pr_class_method_variant()
1444 context_type = pop_type (info); in pr_class_method_variant()
1445 if (context_type == NULL) in pr_class_method_variant()
1466 || ! append_type (info, context_type) in pr_class_method_variant()
2262 char *context_type; in tg_class_method_variant() local
2300 context_type = NULL; in tg_class_method_variant()
2303 context_type = pop_type (info); in tg_class_method_variant()
2304 if (context_type == NULL) in tg_class_method_variant()
2317 free (context_type); in tg_class_method_variant()
[all …]
/netbsd/external/gpl3/gdb/dist/binutils/
H A Dprdbg.c1449 char *context_type; in pr_class_method_variant() local
1480 context_type = NULL; in pr_class_method_variant()
1483 context_type = pop_type (info); in pr_class_method_variant()
1484 if (context_type == NULL) in pr_class_method_variant()
1505 || ! append_type (info, context_type) in pr_class_method_variant()
2301 char *context_type; in tg_class_method_variant() local
2339 context_type = NULL; in tg_class_method_variant()
2342 context_type = pop_type (info); in tg_class_method_variant()
2343 if (context_type == NULL) in tg_class_method_variant()
2356 free (context_type); in tg_class_method_variant()
[all …]
/netbsd/external/gpl3/binutils.old/dist/binutils/
H A Dprdbg.c1449 char *context_type; in pr_class_method_variant() local
1480 context_type = NULL; in pr_class_method_variant()
1483 context_type = pop_type (info); in pr_class_method_variant()
1484 if (context_type == NULL) in pr_class_method_variant()
1505 || ! append_type (info, context_type) in pr_class_method_variant()
2301 char *context_type; in tg_class_method_variant() local
2339 context_type = NULL; in tg_class_method_variant()
2342 context_type = pop_type (info); in tg_class_method_variant()
2343 if (context_type == NULL) in tg_class_method_variant()
2356 free (context_type); in tg_class_method_variant()
[all …]
/netbsd/external/gpl3/gdb.old/dist/binutils/
H A Dprdbg.c1449 char *context_type; in pr_class_method_variant() local
1480 context_type = NULL; in pr_class_method_variant()
1483 context_type = pop_type (info); in pr_class_method_variant()
1484 if (context_type == NULL) in pr_class_method_variant()
1505 || ! append_type (info, context_type) in pr_class_method_variant()
2301 char *context_type; in tg_class_method_variant() local
2339 context_type = NULL; in tg_class_method_variant()
2342 context_type = pop_type (info); in tg_class_method_variant()
2343 if (context_type == NULL) in tg_class_method_variant()
2356 free (context_type); in tg_class_method_variant()
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dd-exp.y1422 struct type *context_type = NULL; in yylex() local
1539 context_type = current.value.tsym.type; in yylex()
1558 context_type); in yylex()
1568 if (context_type != NULL) in yylex()
1586 context_type = yylval.tsym.type; in yylex()
H A Dc-exp.y3267 struct type *context_type = NULL; in yylex() local
3332 context_type = current.value.tsym.type; in yylex()
3352 context_type); in yylex()
3362 if (context_type != NULL) in yylex()
3380 context_type = yylval.tsym.type; in yylex()
H A Dada-lang.c3402 struct type *context_type, int parse_completion,
3634 context_type, parse_completion);
3684 context_type, parse_completion);
3855 return_match (struct type *func_type, struct type *context_type)
3869 context_type = get_base_type (context_type);
3872 return context_type == NULL || return_type == context_type;
3873 else if (context_type == NULL)
3876 return return_type->code () == context_type->code ();
3895 const char *name, struct type *context_type,
3913 && (fallback || return_match (type, context_type)))
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dd-exp.y1422 struct type *context_type = NULL; in yylex() local
1539 context_type = current.value.tsym.type; in yylex()
1558 context_type); in yylex()
1568 if (context_type != NULL) in yylex()
1586 context_type = yylval.tsym.type; in yylex()
H A Dc-exp.y3267 struct type *context_type = NULL; in yylex() local
3332 context_type = current.value.tsym.type; in yylex()
3352 context_type); in yylex()
3362 if (context_type != NULL) in yylex()
3380 context_type = yylval.tsym.type; in yylex()
H A Dada-lang.c3402 struct type *context_type, int parse_completion,
3634 context_type, parse_completion);
3684 context_type, parse_completion);
3855 return_match (struct type *func_type, struct type *context_type)
3869 context_type = get_base_type (context_type);
3872 return context_type == NULL || return_type == context_type;
3873 else if (context_type == NULL)
3876 return return_type->code () == context_type->code ();
3895 const char *name, struct type *context_type,
3913 && (fallback || return_match (type, context_type)))
[all …]
/netbsd/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.c17614 tree context_type; member
18085 ctx.context_type = NULL_TREE; in function_to_dwarf_procedure()
18186 && TREE_TYPE (loc) == context->context_type in loc_list_from_tree_1()
19104 ctx.context_type = const_cast<tree> (type); in type_byte_size()
H A Ddwarf2out.cc18104 tree context_type; member
18722 && (TREE_TYPE (loc) == context->context_type in loc_list_from_tree_1()
18723 || TREE_TYPE (loc) == TYPE_CONTEXT (context->context_type)) in loc_list_from_tree_1()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c17614 tree context_type; member
18085 ctx.context_type = NULL_TREE; in function_to_dwarf_procedure()
18186 && TREE_TYPE (loc) == context->context_type in loc_list_from_tree_1()
19104 ctx.context_type = const_cast<tree> (type); in type_byte_size()