| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | attribs.c | 555 tree *anode = node; in decl_attributes() local 596 if (spec->decl_required && !DECL_P (*anode)) in decl_attributes() 619 if (spec->type_required && DECL_P (*anode)) in decl_attributes() 621 anode = &TREE_TYPE (*anode); in decl_attributes() 625 if (spec->function_type_required && TREE_CODE (*anode) != FUNCTION_TYPE in decl_attributes() 626 && TREE_CODE (*anode) != METHOD_TYPE) in decl_attributes() 628 if (TREE_CODE (*anode) == POINTER_TYPE in decl_attributes() 629 && (TREE_CODE (TREE_TYPE (*anode)) == FUNCTION_TYPE in decl_attributes() 630 || TREE_CODE (TREE_TYPE (*anode)) == METHOD_TYPE)) in decl_attributes() 641 fn_ptr_tmp = TREE_TYPE (*anode); in decl_attributes() [all …]
|
| H A D | cgraphunit.c | 2587 asm_node *anode; in output_in_order() local 2604 for (anode = symtab->first_asm_symbol (); anode; anode = anode->next) in output_in_order() 2605 nodes.safe_push (cgraph_order_sort (anode)); in output_in_order()
|
| H A D | var-tracking.c | 7911 attrs *anode, *anext; in clobber_slot_part() local 7919 for (anode = *anextp; anode; anode = anext) in clobber_slot_part() 7921 anext = anode->next; in clobber_slot_part() 7922 if (dv_as_opaque (anode->dv) == dv_as_opaque (var->dv) in clobber_slot_part() 7923 && anode->offset == offset) in clobber_slot_part() 7925 delete anode; in clobber_slot_part() local 7929 anextp = &anode->next; in clobber_slot_part()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | attribs.cc | 701 tree *anode = node; in decl_attributes() local 743 if (spec->decl_required && !DECL_P (*anode)) in decl_attributes() 766 if (spec->type_required && DECL_P (*anode)) in decl_attributes() 768 anode = &TREE_TYPE (*anode); in decl_attributes() 772 if (spec->function_type_required && TREE_CODE (*anode) != FUNCTION_TYPE in decl_attributes() 773 && TREE_CODE (*anode) != METHOD_TYPE) in decl_attributes() 775 if (TREE_CODE (*anode) == POINTER_TYPE in decl_attributes() 776 && (TREE_CODE (TREE_TYPE (*anode)) == FUNCTION_TYPE in decl_attributes() 777 || TREE_CODE (TREE_TYPE (*anode)) == METHOD_TYPE)) in decl_attributes() 788 fn_ptr_tmp = TREE_TYPE (*anode); in decl_attributes() [all …]
|
| H A D | symtab.cc | 1470 asm_node *anode; in verify_symtab_nodes() local 1472 for (anode = symtab->first_asm_symbol (); anode; anode = anode->next) in verify_symtab_nodes() 1473 if (anode->order < 0 || anode->order >= symtab->order) in verify_symtab_nodes() 1475 error ("invalid order in asm node %i", anode->order); in verify_symtab_nodes()
|
| H A D | cgraphunit.cc | 2114 asm_node *anode; in output_in_order() local 2131 for (anode = symtab->first_asm_symbol (); anode; anode = anode->next) in output_in_order() 2132 nodes.safe_push (cgraph_order_sort (anode)); in output_in_order()
|
| H A D | var-tracking.cc | 7942 attrs *anode, *anext; in clobber_slot_part() local 7950 for (anode = *anextp; anode; anode = anext) in clobber_slot_part() 7952 anext = anode->next; in clobber_slot_part() 7953 if (dv_as_opaque (anode->dv) == dv_as_opaque (var->dv) in clobber_slot_part() 7954 && anode->offset == offset) in clobber_slot_part() 7956 delete anode; in clobber_slot_part() 7960 anextp = &anode->next; in clobber_slot_part()
|
| /netbsd-src/sys/fs/adosfs/ |
| H A D | advnops.c | 135 struct anode *ap; in adosfs_getattr() 201 struct anode *ap; in adosfs_read() 350 struct anode *ap; in adosfs_strategy() 401 struct anode *ap; in adosfs_bmap() 545 struct anode *pap, *ap; in adosfs_readdir() 703 adosfs_check_possible(struct vnode *vp, struct anode *ap, accmode_t accmode) in adosfs_check_possible() 726 adosfs_check_permitted(struct vnode *vp, struct anode *ap, accmode_t accmode, in adosfs_check_permitted() 744 struct anode *ap; in adosfs_access() 780 struct anode *ap; in adosfs_readlink() 825 struct anode *ap; in adosfs_reclaim()
|
| H A D | adosfs.h | 74 struct anode { struct 102 #define VTOA(vp) ((struct anode *)(vp)->v_data) argument
|
| H A D | adlookup.c | 75 struct anode *ap; /* anode to find */ in adosfs_lookup() 77 struct anode *adp; /* anode of search dir */ in adosfs_lookup()
|
| H A D | advfsops.c | 396 struct anode *ap; in adosfs_loadvnode() 411 memset(ap, 0, sizeof(struct anode)); in adosfs_loadvnode() 697 struct anode *ap; in adosfs_fhtovp() 730 struct anode *ap = VTOA(vp); in adosfs_vptofh() 765 pool_init(&adosfs_node_pool, sizeof(struct anode), 0, 0, 0, "adosndpl", in adosfs_init()
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | acpi_power.c | 646 const struct sysctlnode *anode; variable 649 err = sysctl_createv(NULL, 0, NULL, &anode, 657 acpi_power_acpinode = anode->sysctl_num; 659 err = sysctl_createv(NULL, 0, &anode, &anode, 668 acpi_power_powernode = anode->sysctl_num;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | typeck2.c | 2377 if (tree anode = type_uses_auto (type)) in build_functional_cast_1() local 2379 if (!CLASS_PLACEHOLDER_TEMPLATE (anode)) in build_functional_cast_1() 2382 error_at (loc, "invalid use of %qT", anode); in build_functional_cast_1() 2390 type = do_auto_deduction (type, parms, anode, tf_none, in build_functional_cast_1() 2396 "for %qT from %<()%>", anode); in build_functional_cast_1() 2401 type = do_auto_deduction (type, parms, anode, complain, in build_functional_cast_1()
|
| H A D | semantics.c | 2895 if (tree anode = type_uses_auto (type)) in finish_compound_literal() local 2896 if (CLASS_PLACEHOLDER_TEMPLATE (anode)) in finish_compound_literal() 2898 type = do_auto_deduction (type, compound_literal, anode, complain, in finish_compound_literal()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | typeck2.cc | 2338 if (tree anode = type_uses_auto (type)) in build_functional_cast_1() local 2341 if (CLASS_PLACEHOLDER_TEMPLATE (anode)) in build_functional_cast_1() 2344 else if (!AUTO_IS_DECLTYPE (anode) in build_functional_cast_1() 2348 if (is_constrained_auto (anode)) in build_functional_cast_1() 2362 error_at (loc, "invalid use of %qT", anode); in build_functional_cast_1() 2365 type = do_auto_deduction (type, init, anode, complain, in build_functional_cast_1()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/arch/arm/ |
| H A D | local2.c | 1022 anode(char *p) in anode() function 1045 ip = anode(c); in flshlab() 1057 ip = anode(c); in flshlab() 1062 ip = anode(c); in flshlab()
|
| /netbsd-src/share/dict/ |
| H A D | web2a | 1865 anode rays
|
| H A D | web2 | 9050 anode
|