| /src/sys/uvm/ |
| uvm_mremap.c | 95 reserved_entry->inheritance = entry->inheritance;
|
| uvm_map.h | 126 * and user-exported inheritance and protection information. 152 vm_inherit_t inheritance; /* inheritance */ member in struct:vm_map_entry
|
| uvm_map.c | 207 (ent)->inheritance == (inh) && \ 1573 new_entry->inheritance = inherit; 2899 newentry->inheritance = entry->inheritance; 3314 * uvm_map_inherit: set inheritance code for range of addrs in map. 3351 entry->inheritance = new_inheritance; 4659 switch (old_entry->inheritance) { 4738 entry->max_protection, entry->inheritance, entry->advice, 4777 entry->max_protection, entry->inheritance, entry->advice, 5243 entry->inheritance, entry->wired_count, entry->advice [all...] |
| /src/sys/miscfs/procfs/ |
| procfs_map.c | 195 entry->inheritance, entry->wired_count,
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| darwin-nat-info.c | 565 || (info.inheritance != prev_info.inheritance) 578 unparse_inheritance (prev_info.inheritance), 633 uiout->table_header (5, ui_left, "inheritance", "Inh"); 665 uiout->field_string ("inheritance", 666 unparse_inheritance (r_info.inheritance));
|
| gnu-nat.c | 2378 vm_inherit_t inheritance; 2390 &inheritance, 2626 vm_inherit_t inheritance; 2637 &inheritance, 2343 vm_inherit_t inheritance; local 2590 vm_inherit_t inheritance; local
|
| ChangeLog-3.x | 23 when encountering multiple inheritance.
|
| /src/external/gpl3/gdb/dist/gdb/ |
| darwin-nat-info.c | 565 || (info.inheritance != prev_info.inheritance) 578 unparse_inheritance (prev_info.inheritance), 633 uiout->table_header (5, ui_left, "inheritance", "Inh"); 665 uiout->field_string ("inheritance", 666 unparse_inheritance (r_info.inheritance));
|
| gnu-nat.c | 2378 vm_inherit_t inheritance; 2390 &inheritance, 2626 vm_inherit_t inheritance; 2637 &inheritance, 2343 vm_inherit_t inheritance; local 2590 vm_inherit_t inheritance; local
|
| ChangeLog-3.x | 23 when encountering multiple inheritance.
|
| /src/usr.bin/pmap/ |
| pmap.c | 378 printf(" inheritance = %d,", vme->inheritance); 474 vme->inheritance, vme->wired_count, 518 vme->inheritance, vme->wired_count, vme->advice); 575 vme->inheritance,
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/ |
| llvm_debuginfo.mli | 515 to establish inheritance relationship between two types.
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| gtest-death-test.cc | 1340 struct inheritance inherit = {0};
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-core.h | 1784 tree inheritance; variable
|
| reload1.cc | 111 use; all of these must remain set for an inheritance to occur. */ 1483 since this complements reload inheritance / output 4301 makes inheritance work somewhat better. */ 4549 /* ??? PREV can get deleted by reload inheritance. 4640 or we can't use the reload register for inheritance. */ 4699 the reload for inheritance. */ 4748 invalidate inheritance from previous 5008 /* A complication is that for some reload types, inheritance might 5996 overriding inheritance. Return nonzero if so. */ 6328 int pass, win, inheritance; 6304 int pass, win, inheritance; local [all...] |
| tree.h | 2561 /* Define accessor macros for information about type inheritance 2564 A "basetype" means a particular usage of a data type for inheritance 2568 Inheritance is represented by the binfo nodes allocated for a 2597 This is always 0 except when there is multiple inheritance. */ 2618 inheritance of E and F by C. */ 2663 (TREE_BINFO_CHECK (NODE)->binfo.inheritance)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-core.h | 1741 tree inheritance; variable
|
| reload1.cc | 111 use; all of these must remain set for an inheritance to occur. */ 1483 since this complements reload inheritance / output 4301 makes inheritance work somewhat better. */ 4549 /* ??? PREV can get deleted by reload inheritance. 4640 or we can't use the reload register for inheritance. */ 4699 the reload for inheritance. */ 4748 invalidate inheritance from previous 5008 /* A complication is that for some reload types, inheritance might 5996 overriding inheritance. Return nonzero if so. */ 6328 int pass, win, inheritance; 6304 int pass, win, inheritance; local [all...] |
| tree.h | 2406 /* Define accessor macros for information about type inheritance 2409 A "basetype" means a particular usage of a data type for inheritance 2413 Inheritance is represented by the binfo nodes allocated for a 2442 This is always 0 except when there is multiple inheritance. */ 2463 inheritance of E and F by C. */ 2508 (TREE_BINFO_CHECK (NODE)->binfo.inheritance)
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/ |
| object.d | 391 This test shows an example for a comprehensive inheritance equality chain too.
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| module.cc | 6350 WT (t->binfo.inheritance); 6885 RT (t->binfo.inheritance);
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| module.cc | 6134 WT (t->binfo.inheritance); 6621 RT (t->binfo.inheritance);
|