HomeSort by relevance Sort by last modified time
    Searched defs:constBool (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa.go 455 func (s *state) constBool(c bool) *ssa.Value {
456 return s.f.ConstBool(s.peekLine(), Types[TBOOL], c)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa.go 455 func (s *state) constBool(c bool) *ssa.Value {
456 return s.f.ConstBool(s.peekLine(), Types[TBOOL], c)
    [all...]

Completed in 153 milliseconds