HomeSort by relevance Sort by last modified time
    Searched refs:iota (Results 276 - 300 of 490) sorted by null

<<11121314151617181920

  /prebuilts/go/linux-x86/src/runtime/
sema.go 80 semaBlockProfile semaProfileFlags = 1 << iota
  /prebuilts/go/linux-x86/src/unicode/
letter.go 72 UpperCase = iota
maketables.go 175 FCodePoint = iota
248 SNormal State = iota // known to be zero for the type
862 CaseUpper = 1 << iota
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
const.go 13 CTxxx Ctype = iota
686 // nl, in case someone still refers to it (e.g. iota).
826 // n->left, in case someone still refers to it (e.g. iota).
sinit.go 562 inInitFunction initContext = iota
602 initDynamic initGenType = 1 << iota // contains some dynamic values, for which init code will be generated
696 initKindStatic initKind = iota + 1
subr.go 474 // ONAME, OLITERAL, OTYPE, and non-iota ONONAME leaves.
475 // Copies of iota ONONAME nodes are assigned the current
500 if n.Sym == lookup("iota") {
501 // Not sure yet whether this is the real iota,
504 // don't have the same iota value.
    [all...]
alg.go 15 ANOEQ AlgKind = iota
  /prebuilts/go/darwin-x86/src/cmd/doc/
pkg.go 229 // case of constants and iota.
591 // case of constants and iota.
599 // This a standalone identifier, as in the case of iota usage.
  /prebuilts/go/darwin-x86/src/go/types/
stmt.go 78 breakOk stmtContext = 1 << iota
286 // statements cannot use iota in general
288 assert(check.iota == nil)
  /prebuilts/go/darwin-x86/src/unicode/
maketables.go 175 FCodePoint = iota
248 SNormal State = iota // known to be zero for the type
862 CaseUpper = 1 << iota
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
const.go 13 CTxxx Ctype = iota
686 // nl, in case someone still refers to it (e.g. iota).
826 // n->left, in case someone still refers to it (e.g. iota).
sinit.go 562 inInitFunction initContext = iota
602 initDynamic initGenType = 1 << iota // contains some dynamic values, for which init code will be generated
696 initKindStatic initKind = iota + 1
subr.go 474 // ONAME, OLITERAL, OTYPE, and non-iota ONONAME leaves.
475 // Copies of iota ONONAME nodes are assigned the current
500 if n.Sym == lookup("iota") {
501 // Not sure yet whether this is the real iota,
504 // don't have the same iota value.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/doc/
pkg.go 229 // case of constants and iota.
591 // case of constants and iota.
599 // This a standalone identifier, as in the case of iota usage.
  /prebuilts/go/linux-x86/src/go/types/
stmt.go 78 breakOk stmtContext = 1 << iota
286 // statements cannot use iota in general
288 assert(check.iota == nil)
  /prebuilts/go/darwin-x86/src/go/printer/
printer.go 42 noExtraBlank pmode = 1 << iota // disables extra blank after /*-style comment
    [all...]
  /prebuilts/go/darwin-x86/src/time/
time.go 87 January Month = 1 + iota
130 Sunday Weekday = iota
344 Mon int = iota
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
printer.go 42 noExtraBlank pmode = 1 << iota // disables extra blank after /*-style comment
    [all...]
  /prebuilts/go/linux-x86/src/time/
time.go 87 January Month = 1 + iota
130 Sunday Weekday = iota
344 Mon int = iota
    [all...]
  /build/soong/cc/
sanitize.go 51 asan sanitizerType = iota + 1
  /external/boringssl/src/ssl/test/runner/
prf.go 449 clientWrite trafficDirection = iota
  /external/llvm/bindings/go/llvm/
dibuilder.go 44 FlagPrivate = 1 << iota
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
arch.go 21 RFP = -(iota + 1)
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 145 _ Reg = iota
  /prebuilts/go/darwin-x86/src/crypto/tls/
cipher_suites.go 45 suiteECDHE = 1 << iota

Completed in 1703 milliseconds

<<11121314151617181920