HomeSort by relevance Sort by last modified time
    Searched refs:NTYPE (Results 1 - 19 of 19) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
go.go 137 var simtype [NTYPE]types.EType
140 isforw [NTYPE]bool
141 isInt [NTYPE]bool
142 isFloat [NTYPE]bool
143 isComplex [NTYPE]bool
144 issimple [NTYPE]bool
148 okforeq [NTYPE]bool
149 okforadd [NTYPE]bool
150 okforand [NTYPE]bool
151 okfornone [NTYPE]boo
    [all...]
types.go 62 NTYPE = types.NTYPE
universe.go 166 for et := types.EType(0); et < NTYPE; et++ {
204 for et := types.EType(0); et < NTYPE; et++ {
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
go.go 137 var simtype [NTYPE]types.EType
140 isforw [NTYPE]bool
141 isInt [NTYPE]bool
142 isFloat [NTYPE]bool
143 isComplex [NTYPE]bool
144 issimple [NTYPE]bool
148 okforeq [NTYPE]bool
149 okforadd [NTYPE]bool
150 okforand [NTYPE]bool
151 okfornone [NTYPE]boo
    [all...]
types.go 62 NTYPE = types.NTYPE
universe.go 166 for et := types.EType(0); et < NTYPE; et++ {
204 for et := types.EType(0); et < NTYPE; et++ {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regcomp.c 77 if (NTYPE(a) == NT_STR) {
86 if (NTYPE(b) == NT_STR) {
725 NTYPE(qn->target) == NT_CANY)
752 if (NTYPE(qn->target) == NT_CANY) {
981 if (NTYPE(qn->target) == NT_CANY) {
    [all...]
regparse.h 68 #define NTYPE(node) ((node)->u.base.type)
69 #define SET_NTYPE(node, ntype) (node)->u.base.type = (ntype)
regparse.c 1017 switch (NTYPE(node)) {
    [all...]
  /external/flatbuffers/src/
idl_gen_text.cpp 139 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE) \
230 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE) \
241 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE) \
idl_parser.cpp 32 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE) \
41 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE) \
195 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE) \
    [all...]
idl_gen_php.cpp     [all...]
idl_gen_general.cpp 259 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE) \
267 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE) \
268 #NTYPE,
    [all...]
idl_gen_go.cpp 704 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE) \
idl_gen_python.cpp 584 CTYPE, JTYPE, GTYPE, NTYPE, PTYPE) \
idl_gen_cpp.cpp 376 #define FLATBUFFERS_TD(ENUM, IDLTYPE, CTYPE, JTYPE, GTYPE, NTYPE, PTYPE) \
    [all...]
  /external/flatbuffers/include/flatbuffers/
idl.h 75 #define FLATBUFFERS_TD(ENUM, IDLTYPE, CTYPE, JTYPE, GTYPE, NTYPE, PTYPE) \
92 #define FLATBUFFERS_TD(ENUM, IDLTYPE, CTYPE, JTYPE, GTYPE, NTYPE, PTYPE) \
98 #define FLATBUFFERS_TD(ENUM, IDLTYPE, CTYPE, JTYPE, GTYPE, NTYPE, PTYPE) \
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/types/
type.go 77 NTYPE
102 var Types [NTYPE]*Type
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/types/
type.go 77 NTYPE
102 var Types [NTYPE]*Type
    [all...]

Completed in 1092 milliseconds