Searched defs:TYPE (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dcrti.asm39 #define TYPE(x) .type x,function define
41 #define TYPE(x) define
H A Dlib1funcs.asm53 #define TYPE(x) .type SYM(x),function define
58 #define TYPE(x) define
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTFwd.h27 #define TYPE(DERIVED, BASE) class DERIVED##Type; macro
H A DTypeVisitor.h73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type); macro
81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \ macro
H A DASTTypeTraits.h135 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, macro
187 #define TYPE(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Type) macro
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DTypes.h21 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) TY_##ID, macro
23 #undef TYPE macro
/freebsd-11.0-release/lib/libmd/i386/
H A Drmd160.S10 #define TYPE(a,b) .type a,b define
29 #define TYPE(a,b) define
H A Dsha.S11 #define TYPE(a,b) .type a,b define
30 #define TYPE(a,b) define
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTTypeTraits.cpp38 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, macro
104 #define TYPE(Class, Base) \ macro
H A DType.cpp227 #define TYPE(Class, Parent) \ macro
246 #define TYPE(Class, Parent) \ macro
275 #define TYPE(Class, Parent) \ macro
314 #define TYPE(Class, Parent) \ macro
347 #define TYPE(Class, Parent) \ macro
674 #define TYPE(Class, Base) macro
[all...]
H A DTypePrinter.cpp106 #define TYPE(CLASS, PARENT) \ macro
280 #define TYPE(CLASS, PARENT) case Type::CLASS: \ macro
306 #define TYPE(CLASS, PARENT) case Type::CLASS: \ macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DTypes.cpp27 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) \ macro
30 #undef TYPE macro
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.cpp28 #define TYPE(X) #X, macro
30 #undef TYPE macro
H A DFormatToken.h90 #define TYPE macro
92 #undef TYPE macro
[all...]
/freebsd-11.0-release/lib/libedit/
H A Dtokenizer.c73 struct TYPE(tokenizer) { function
108 public TYPE(Tokenizer) * function
[all...]
H A Dchartype.h69 #define TYPE(type) type ## W macro
124 #define TYPE(type) type macro
H A Del.c501 public const TYPE(LineInfo) * function
H A Dhistory.c65 struct TYPE(history) { function
568 public TYPE(History) * function
616 history_setsize(TYPE(History) *h, TYPE(HistEvent) *ev, int num) function
636 history_getsize(TYPE(History) *h, TYPE(HistEvent) *ev) function
655 history_setunique(TYPE(History) *h, TYPE(HistEvent) *ev, int uni) function
671 history_getunique(TYPE(History) *h, TYPE(HistEvent) *ev) function
686 history_set_fun(TYPE(History) *h, TYPE(History) *nh) function
733 history_load(TYPE(History) *h, const char *fname) function
794 history_save_fp(TYPE(History) *h, FILE *fp) function
841 history_save(TYPE(History) *h, const char *fname) function
860 history_prev_event(TYPE(History) *h, TYPE(HistEvent) *ev, int num) function
874 history_next_evdata(TYPE(History) *h, TYPE(HistEvent) *ev, int num, void **d) function
894 history_next_event(TYPE(History) *h, TYPE(HistEvent) *ev, int num) function
911 history_prev_string(TYPE(History) *h, TYPE(HistEvent) *ev, const Char *str) function
929 history_next_string(TYPE(History) *h, TYPE(HistEvent) *ev, const Char *str) function
947 FUNW(history)(TYPE(History) *h, TYPE(HistEvent) *ev, int fun, ...) function
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenTypes.cpp387 #define TYPE(Class, Base) macro
/freebsd-11.0-release/contrib/gperf/src/
H A Doptions.h42 TYPE = 1 << 0, enumerator in enum:Option_Type
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinflate.h34 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon7874
/freebsd-11.0-release/lib/libz/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon6949
/freebsd-11.0-release/usr.sbin/nandsim/
H A Dnandsim_cfgparse.c68 #define TYPE(x) ((x) & 0xf8) macro
/freebsd-11.0-release/contrib/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp912 #define TYPE(str, type) if (s == str) return type; macro
1044 #undef TYPE macro
[all...]
/freebsd-11.0-release/contrib/sendmail/src/
H A Dparseaddr.c485 #define TYPE 017 /* mask to select state type */ macro

Completed in 400 milliseconds

12