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

  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
unsafe.go 154 func isunsafebuiltin(n *Node) bool { func
typecheck.go 336 if top&Ecall == 0 && isunsafebuiltin(n) {
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
unsafe.go 151 func isunsafebuiltin(n *Node) bool { func
typecheck.go 333 if top&Ecall == 0 && isunsafebuiltin(n) {
    [all...]
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
unsafe.go 154 func isunsafebuiltin(n *Node) bool { func
typecheck.go 336 if top&Ecall == 0 && isunsafebuiltin(n) {
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
unsafe.go 151 func isunsafebuiltin(n *Node) bool { func
typecheck.go 333 if top&Ecall == 0 && isunsafebuiltin(n) {
    [all...]

Completed in 203 milliseconds