HomeSort by relevance Sort by last modified time
    Searched refs:referring (Results 1 - 25 of 74) sorted by null

1 2 3

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-ref-inline.h 21 /* Return callgraph node REF is referring. */
28 /* Return varpool node REF is referring. */
41 return cgraph (ref->referring);
49 return varpool (ref->referring);
57 return &ref->referring->symbol.ref_list;
78 /* Return first referring ref in LIST or NULL if empty. */
83 if (!list->referring.length ())
85 return list->referring[0];
93 list->referring.create (0);
108 (L)->referring.iterate ((I), &(P)
    [all...]
ipa-ref.h 40 symtab_node referring; variable
56 /* Referring is vector of pointers to references. It must not live in GGC space
58 vec<ipa_ref_ptr> GTY((skip)) referring;
  /device/linaro/hikey/build/tasks/
boot_fat.mk 5 # $@ is referring to $(PRODUCT_OUT)/boot_fat.uefi.img
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue16133.go 7 // Verify error messages referring to multiple different
  /prebuilts/go/linux-x86/test/fixedbugs/
issue16133.go 7 // Verify error messages referring to multiple different
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-linkonce/
x.s 1 ;# Main file, x.s, with the program (_start) referring to two
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
x.s 1 ;# Main file, x.s, with the program (_start) referring to two
greg-15.d 36 # Allocating the maximum number of gregs and referring to one at the end
greg-16.d 36 # Allocating the maximum number of gregs and referring to one at the
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
ld.go 36 * srcref: src file referring to package
37 * objref: object file referring to package
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
ld.go 36 * srcref: src file referring to package
37 * objref: object file referring to package
  /compatibility/cdd/3_software/
3_6_api-namespaces.md 35 * [C-0-5] MUST NOT be in a namespace owned by or referring to another
  /prebuilts/go/darwin-x86/src/cmd/vet/
rangeloop.go 66 // Not referring to a variable
  /prebuilts/go/darwin-x86/src/go/printer/
example_test.go 36 // this function, with position information referring to the
  /prebuilts/go/linux-x86/src/cmd/vet/
rangeloop.go 66 // Not referring to a variable
  /prebuilts/go/linux-x86/src/go/printer/
example_test.go 36 // this function, with position information referring to the
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ld.go 95 * srcref: src file referring to package
96 * objref: object file referring to package
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ld.go 95 * srcref: src file referring to package
96 * objref: object file referring to package
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
value.go 247 Sym fmt.Stringer // A *gc.Sym referring to a global variable
256 Node GCNode // A *gc.Node referring to the argument/result variable.
263 Node GCNode // A *gc.Node referring to a local (auto) variable.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
value.go 247 Sym fmt.Stringer // A *gc.Sym referring to a global variable
256 Node GCNode // A *gc.Node referring to the argument/result variable.
263 Node GCNode // A *gc.Node referring to a local (auto) variable.
  /external/libunwind/doc/
unw_get_fpreg.tex 26 type of frame that \Var{cp} is referring to. For ordinary stack
unw_get_reg.tex 26 type of frame that \Var{cp} is referring to. For ordinary stack
unw_set_fpreg.tex 26 type of frame that \Var{cp} is referring to. For ordinary stack
unw_set_reg.tex 26 type of frame that \Var{cp} is referring to. For ordinary stack
  /prebuilts/go/darwin-x86/src/go/types/
return.go 114 // referring to the label-ed statement or implicit-ly the

Completed in 810 milliseconds

1 2 3