HomeSort by relevance Sort by last modified time
    Searched full:defn (Results 26 - 50 of 206) sorted by null

12 3 4 5 6 7 8 9

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
range.go 39 if ll.N.Name == nil || ll.N.Name.Defn != n {
105 if v1.Name != nil && v1.Name.Defn == n {
114 if v2.Name != nil && v2.Name.Defn == n {
typecheck.go     [all...]
init.go 118 fn.Func.Nname.Name.Defn = fn
gen.go 50 addrescapes(n.Name.Defn)
205 if lab.Def.Name.Defn == n {
700 if n.Name.Defn != nil {
701 switch n.Name.Defn.Op {
704 n.Name.Defn.Sym = lab.Sym
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
range.go 42 if ll.N.Name == nil || ll.N.Name.Defn != n {
108 if v1.Name != nil && v1.Name.Defn == n {
117 if v2.Name != nil && v2.Name.Defn == n {
typecheck.go     [all...]
init.go 121 fn.Func.Nname.Name.Defn = fn
gen.go 53 addrescapes(n.Name.Defn)
208 if lab.Def.Name.Defn == n {
703 if n.Name.Defn != nil {
704 switch n.Name.Defn.Op {
707 n.Name.Defn.Sym = lab.Sym
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
range.go 39 if ll.N.Name == nil || ll.N.Name.Defn != n {
105 if v1.Name != nil && v1.Name.Defn == n {
114 if v2.Name != nil && v2.Name.Defn == n {
typecheck.go     [all...]
init.go 118 fn.Func.Nname.Name.Defn = fn
gen.go 50 addrescapes(n.Name.Defn)
205 if lab.Def.Name.Defn == n {
700 if n.Name.Defn != nil {
701 switch n.Name.Defn.Op {
704 n.Name.Defn.Sym = lab.Sym
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
typecheck.go     [all...]
init.go 121 fn.Func.Nname.Name.Defn = fn
gen.go 53 addrescapes(n.Name.Defn)
208 if lab.Def.Name.Defn == n {
703 if n.Name.Defn != nil {
704 switch n.Name.Defn.Op {
707 n.Name.Defn.Sym = lab.Sym
  /external/valgrind/
README.aarch64 90 it to __vki_uint128_t, but what's the defn of that?
93 m_debuginfo/priv_storage.h: need proper defn of DiCfSI
  /dalvik/dx/src/com/android/dx/ssa/
SCCP.java 611 SsaInsn defn = ssaMeth.getDefinitionForRegister(reg); local
612 TypeBearer typeBearer = defn.getResult().getTypeBearer();
623 RegisterSpec dest = defn.getResult();
626 defn.setResult(newDest);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SCCP.java 612 SsaInsn defn = ssaMeth.getDefinitionForRegister(reg); local
613 TypeBearer typeBearer = defn.getResult().getTypeBearer();
624 RegisterSpec dest = defn.getResult();
627 defn.setResult(newDest);
  /ndk/sources/host-tools/nawk-20071023/
parse.c 233 void defn(Cell *v, Node *vl, Node *st) /* turn on FCN bit in definition, */ function
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_capi.py 1 # Run the _testcapi module tests (tests for the Python/C API): by defn,
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_capi.py 1 # Run the _testcapi module tests (tests for the Python/C API): by defn,
  /prebuilts/go/darwin-x86/src/debug/dwarf/
type_test.go 97 typstr = ts.Defn()
  /prebuilts/go/linux-x86/src/debug/dwarf/
type_test.go 97 typstr = ts.Defn()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_capi.py 1 # Run the _testcapi module tests (tests for the Python/C API): by defn,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_capi.py 1 # Run the _testcapi module tests (tests for the Python/C API): by defn,

Completed in 1596 milliseconds

12 3 4 5 6 7 8 9