HomeSort by relevance Sort by last modified time
    Searched full:ecall (Results 1 - 11 of 11) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
typecheck.go 18 Ecall // call-only expressions are ok
260 if n.Op == ONAME && n.Etype != 0 && top&Ecall == 0 {
301 ok |= Ecall
922 if top&Ecall != 0 {
923 ok |= Ecall
1186 n.Left = typecheck(n.Left, Erv|Etype|Ecall)
    [all...]
closure.go 308 if func_.Func.Top&Ecall != 0 {
syntax.go 301 Top int // top context (Ecall, Eproc, etc)
bexport.go 517 n = typecheck(n, Erv|Ecall)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
typecheck.go 18 Ecall // call-only expressions are ok
260 if n.Op == ONAME && n.Etype != 0 && top&Ecall == 0 {
301 ok |= Ecall
922 if top&Ecall != 0 {
923 ok |= Ecall
1186 n.Left = typecheck(n.Left, Erv|Etype|Ecall)
    [all...]
closure.go 308 if func_.Func.Top&Ecall != 0 {
syntax.go 301 Top int // top context (Ecall, Eproc, etc)
bexport.go 517 n = typecheck(n, Erv|Ecall)
    [all...]
  /external/llvm/test/DebugInfo/PDB/
pdbdump-headers.test     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
gc.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
gc.a     [all...]

Completed in 5338 milliseconds