Home
last modified time | relevance | path

Searched defs:TYPE (Results 1 – 25 of 63) sorted by relevance

123

/minix3/minix/tests/
H A Dtest45.c16 #define TYPE long macro
25 #define TYPE unsigned long macro
34 #define TYPE long long macro
43 #define TYPE long long macro
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DTargetBuiltins.h27 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
38 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
49 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
59 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
69 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
79 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
89 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
142 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
152 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
162 #define BUILTIN(ID, TYPE, ATTRS) BI##ID, argument
[all …]
/minix3/share/misc/
H A DMakefile17 TYPE= real macro
19 TYPE= fake macro
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTypeVisitor.h73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type); in Visit() macro
81 #define TYPE(CLASS, PARENT) RetTy Visit##CLASS##Type(const CLASS##Type *T) { \ macro
H A DASTFwd.h27 #define TYPE(DERIVED, BASE) class DERIVED##Type; macro
H A DDataRecursiveASTVisitor.h341 #define TYPE(CLASS, BASE) bool Traverse##CLASS##Type(CLASS##Type *T); in BINOP_LIST() macro
348 #define TYPE(CLASS, BASE) \ macro
382 #define TYPE(CLASS, BASE) \ macro
552 #define TYPE(CLASS, BASE) \ in TraverseType() macro
809 #define DEF_TRAVERSE_TYPE(TYPE, CODE) \ argument
962 #define DEF_TRAVERSE_TYPELOC(TYPE, CODE) \ argument
H A DRecursiveASTVisitor.h343 #define TYPE(CLASS, BASE) bool Traverse##CLASS##Type(CLASS##Type *T); in BINOP_LIST() macro
350 #define TYPE(CLASS, BASE) \ macro
384 #define TYPE(CLASS, BASE) \ macro
619 #define TYPE(CLASS, BASE) \ in TraverseType() macro
874 #define DEF_TRAVERSE_TYPE(TYPE, CODE) \ argument
1027 #define DEF_TRAVERSE_TYPELOC(TYPE, CODE) \ argument
H A DASTTypeTraits.h128 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, macro
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DDebug.h63 #define DEBUG_WITH_TYPE(TYPE, X) \ argument
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dvarargs_unreachable.c6 #define VA_ARG_RDAR12322000(Marker, TYPE) ((sizeof (TYPE) < sizeof (UINTN_RDAR12322000)) ? … argument
/minix3/crypto/external/bsd/openssl/dist/bugs/
H A Dalpha.c72 #define TYPE unsigned int macro
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DBuiltins.cpp24 #define BUILTIN(ID, TYPE, ATTRS) { #ID, TYPE, ATTRS, 0, ALL_LANGUAGES }, argument
25 #define LANGBUILTIN(ID, TYPE, ATTRS, BUILTIN_LANG) { #ID, TYPE, ATTRS, 0, BUILTIN_LANG }, argument
26 #define LIBBUILTIN(ID, TYPE, ATTRS, HEADER, BUILTIN_LANG) { #ID, TYPE, ATTRS, HEADER,\ argument
/minix3/games/fortune/datfiles/
H A DMakefile20 TYPE= real macro
22 TYPE= fake macro
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DTypes.h21 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) TY_##ID, macro
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dpointer-signext.c10 #define CR(Record, TYPE, Field) \ argument
/minix3/lib/libedit/
H A Dtokenizer.c71 struct TYPE(tokenizer) { in TYPE() function
106 public TYPE(Tokenizer) * in TYPE() function
/minix3/crypto/external/bsd/heimdal/dist/include/
H A Dbits.c51 #define BITSIZE(TYPE) \ argument
/minix3/common/dist/zlib/contrib/infback9/
H A Dinflate9.h15 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTTypeTraits.cpp38 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, macro
104 #define TYPE(Class, Base) \ in getFromNode() macro
H A DType.cpp234 #define TYPE(Class, Parent) \ in getLocallyUnqualifiedSingleStepDesugaredType() macro
253 #define TYPE(Class, Parent) \ in getSplitDesugaredType() macro
282 #define TYPE(Class, Parent) \ in getSplitUnqualifiedTypeImpl() macro
321 #define TYPE(Class, Parent) \ in getAsSugar() macro
354 #define TYPE(Class, Parent) \ in getUnqualifiedDesugaredType() macro
1504 #define TYPE(Derived, Base) case Derived: return #Derived; in getTypeClassName() macro
2160 #define TYPE(Class,Base) in computeCachedProperties() macro
2165 #define TYPE(Class,Base) in computeCachedProperties() macro
2262 #define TYPE(Class,Base) in computeLinkageInfo() macro
2267 #define TYPE(Class,Base) in computeLinkageInfo() macro
/minix3/minix/lib/libmagicrt/include/
H A Dmagic_mem.h244 #define MAGIC_MEMPOOL_SET_DTYPE(TYPE) \ argument
254 #define MAGIC_MEMPOOL_SET_DTYPE(TYPE) argument
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A DMicrosoftCompatibility.cpp153 typedef int TYPE; typedef in MissingTypename::A
158 typedef int TYPE; typedef in MissingTypename::B
/minix3/usr.bin/last/
H A Dlast.c376 #define TYPE(a) 0 macro
398 #define TYPE(a) (a)->ut_type macro
/minix3/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_egd.c135 # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/minix3/sys/lib/libsa/
H A Dqsort.c51 #define swapcode(TYPE, parmi, parmj, n) { \ argument

123