HomeSort by: relevance | last modified time | path
    Searched refs:shadowed (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
compile.c 114 int shadowed = 51; local
126 int shadowed = 52; local
compile-cplus.c 211 int shadowed = 51; local
230 int shadowed = 52; local
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-value.c 82 int shadowed = 23; variable
101 int shadowed = 97; local
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/
compile.c 114 int shadowed = 51; local
126 int shadowed = 52; local
compile-cplus.c 211 int shadowed = 51; local
230 int shadowed = 52; local
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-value.c 82 int shadowed = 23; variable
101 int shadowed = 97; local
  /src/usr.bin/make/unit-tests/
var-scope-local-legacy.mk 33 # The directory name of the target is shadowed by the global variable,
  /src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gtt.h 161 bool shadowed; member in struct:intel_vgpu_mm::__anon5025::__anon5026
gtt.c 1788 if (!mm->ppgtt_mm.shadowed)
1805 mm->ppgtt_mm.shadowed = false;
1819 if (mm->ppgtt_mm.shadowed)
1822 mm->ppgtt_mm.shadowed = true;
1993 * mm object hasn't been shadowed yet, the shadow will be populated at this
2769 if (mm->ppgtt_mm.shadowed)
scheduler.c 626 !workload->shadow_mm->ppgtt_mm.shadowed) {
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 172 a given identifier are chained by the ->shadowed field, which runs
196 decl. It is used to preserve the proper ordering of the ->shadowed
212 struct c_binding *shadowed; /* the innermost decl shadowed by this one */
413 /* The shadowed c_label_vars, when one label shadows another (which variable in typeref:struct:c_label_vars
415 struct c_label_vars *shadowed;
489 /* The depth of this scope. Used to keep the ->shadowed chain of
809 b->shadowed = 0;
847 /* Locate the appropriate place in the chain of shadowed decls
851 here = &(*here)->shadowed;
210 struct c_binding *shadowed; \/* the innermost decl shadowed by this one *\/ variable in typeref:struct:c_binding
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 166 a given identifier are chained by the ->shadowed field, which runs
190 decl. It is used to preserve the proper ordering of the ->shadowed
206 struct c_binding *shadowed; /* the innermost decl shadowed by this one */
378 /* The shadowed c_label_vars, when one label shadows another (which variable in typeref:struct:c_label_vars
380 struct c_label_vars *shadowed;
454 /* The depth of this scope. Used to keep the ->shadowed chain of
746 b->shadowed = 0;
784 /* Locate the appropriate place in the chain of shadowed decls
788 here = &(*here)->shadowed;
204 struct c_binding *shadowed; \/* the innermost decl shadowed by this one *\/ variable in typeref:struct:c_binding
    [all...]
  /src/sys/uvm/
uvm_fault.c 1295 bool shadowed __unused;
1310 shadowed = false;
1327 shadowed = true;
1355 /* (shadowed == true) if there is an anon at the faulting address */
1356 UVMHIST_LOG(maphist, " shadowed=%jd, will_get=%jd", shadowed,
1357 (ufi->entry->object.uvm_obj && shadowed != false),0,0);
1867 * now, if the desired page is not shadowed by the amap and we have
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 3082 inform_shadowed (tree shadowed)
3084 inform (DECL_SOURCE_LOCATION (shadowed),
3085 "shadowed declaration is here");
3220 shadowed parameter (OLD_LOCAL). The reason why we only check
4603 fprintf (stderr, " class-shadowed:");
4610 fprintf (stderr, " type-shadowed:");
5180 tree shadowed;
5188 for (shadowed = level->type_shadowed;
5189 shadowed;
5190 shadowed = TREE_CHAIN (shadowed)
5177 tree shadowed; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 3265 inform_shadowed (tree shadowed)
3267 inform (DECL_SOURCE_LOCATION (shadowed),
3268 "shadowed declaration is here");
3445 shadowed parameter (OLD_LOCAL). The reason why we only check
4044 the shadowed and shadowing declarations were different it
4946 fprintf (stderr, " class-shadowed:");
4953 fprintf (stderr, " type-shadowed:");
5596 tree shadowed;
5604 for (shadowed = level->type_shadowed;
5605 shadowed;
5593 tree shadowed; local
    [all...]

Completed in 63 milliseconds