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

12

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTFwd.h26 #define TYPE(DERIVED, BASE) class DERIVED##Type; macro
H A DTypeVisitor.h72 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type); macro
80 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \ macro
H A DASTTypeTraits.h150 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, macro
208 #define TYPE(DERIVED, BASE) KIND_TO_KIND_ID(DERIVED##Type) macro
H A DTypeLoc.h109 #define TYPE(Class, Base) \ macro
H A DRecursiveASTVisitor.h392 #define TYPE(CLASS, BASE) bool Traverse##CLASS##Type(CLASS##Type *T); macro
399 #define TYPE(CLASS, BASE) \ macro
433 #define TYPE(CLASS, BASE) \ macro
617 #define TYPE(CLASS, BASE) \ macro
[all...]
/freebsd-13-stable/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-13-stable/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.h25 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, ...) TY_##ID, macro
27 #undef TYPE macro
/freebsd-13-stable/contrib/cortex-strings/src/thumb/
H A Daeabi_idiv.S44 #define TYPE(x) .type SYM(x),function define
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp40 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, macro
105 #define TYPE(Class, Base) \ macro
H A DASTDiagnostic.cpp148 #define TYPE(Class, Base) \ macro
H A DTypePrinter.cpp125 #define TYPE(CLASS, PARENT) \ macro
325 #define TYPE(CLASS, PARENT) case Type::CLASS: \ macro
351 #define TYPE(CLASS, PARENT) case Type::CLASS: \ macro
/freebsd-13-stable/tests/sys/kern/
H A Dsonewconn_overflow.py41 TYPE = socket.SOCK_STREAM variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp26 #define TYPE(X) #X, macro
28 #undef TYPE macro
H A DFormatToken.h120 #define TYPE macro
122 #undef TYPE macro
[all...]
/freebsd-13-stable/contrib/libedit/
H A Dtokenizer.c72 #define TYPE(type) type macro
79 #define TYPE(type) type ## W macro
85 struct TYPE(tokenizer) { function
120 TYPE(Tokenizer) * function
[all...]
H A Dhistory.c63 #define TYPE(type) type macro
81 #define TYPE(type) type ## W macro
99 struct TYPE(history) { function
605 TYPE(History) * function
653 history_setsize(TYPE(History) *h, TYPE(HistEvent) *ev, int num) function
673 history_getsize(TYPE(History) *h, TYPE(HistEvent) *ev) function
692 history_setunique(TYPE(History) *h, TYPE(HistEvent) *ev, int uni) function
708 history_getunique(TYPE(History) *h, TYPE(HistEvent) *ev) function
723 history_set_fun(TYPE(History) *h, TYPE(History) *nh) function
770 history_load(TYPE(History) *h, const char *fname) function
834 history_save_fp(TYPE(History) *h, size_t nelem, FILE *fp) function
889 history_save(TYPE(History) *h, const char *fname) function
908 history_prev_event(TYPE(History) *h, TYPE(HistEvent) *ev, int num) function
922 history_next_evdata(TYPE(History) *h, TYPE(HistEvent) *ev, int num, void **d) function
942 history_next_event(TYPE(History) *h, TYPE(HistEvent) *ev, int num) function
959 history_prev_string(TYPE(History) *h, TYPE(HistEvent) *ev, const Char *str) function
977 history_next_string(TYPE(History) *h, TYPE(HistEvent) *ev, const Char *str) function
995 FUNW(history)(TYPE(History) *h, TYPE(HistEvent) *ev, int fun, ...) function
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp855 #define TYPE(str, type) if (s == str) return type; macro
992 #undef TYPE macro
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Driver/
H A DTypes.cpp40 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, ...) \ macro
43 #undef TYPE macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.cpp421 #define TYPE(Class, Base) macro
H A DCodeGenFunction.cpp209 #define TYPE(name, parent) macro
1974 #define TYPE(Class, Base) macro
/freebsd-13-stable/sys/contrib/zlib/
H A Dinflate.h32 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator in enum:__anon10861
/freebsd-13-stable/contrib/sendmail/src/
H A Dparseaddr.c494 #define TYPE 017 /* mask to select state type */ macro
/freebsd-13-stable/contrib/byacc/
H A Ddefs.h112 ,TYPE enumerator in enum:__anon356
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c91 TYPE = 280, enumerator in enum:yytokentype
176 #define TYPE 280 macro

Completed in 388 milliseconds

12