/minix3/minix/tests/ |
H A D | test45.c | 16 #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 D | TargetBuiltins.h | 27 #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 D | Makefile | 17 TYPE= real macro 19 TYPE= fake macro
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | TypeVisitor.h | 73 #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 D | ASTFwd.h | 27 #define TYPE(DERIVED, BASE) class DERIVED##Type; macro
|
H A D | DataRecursiveASTVisitor.h | 341 #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 D | RecursiveASTVisitor.h | 343 #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 D | ASTTypeTraits.h | 128 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, macro
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | Debug.h | 63 #define DEBUG_WITH_TYPE(TYPE, X) \ argument
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | varargs_unreachable.c | 6 #define VA_ARG_RDAR12322000(Marker, TYPE) ((sizeof (TYPE) < sizeof (UINTN_RDAR12322000)) ? … argument
|
/minix3/crypto/external/bsd/openssl/dist/bugs/ |
H A D | alpha.c | 72 #define TYPE unsigned int macro
|
/minix3/external/bsd/llvm/dist/clang/lib/Basic/ |
H A D | Builtins.cpp | 24 #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 D | Makefile | 20 TYPE= real macro 22 TYPE= fake macro
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/ |
H A D | Types.h | 21 #define TYPE(NAME, ID, PP_TYPE, TEMP_SUFFIX, FLAGS) TY_##ID, macro
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | pointer-signext.c | 10 #define CR(Record, TYPE, Field) \ argument
|
/minix3/lib/libedit/ |
H A D | tokenizer.c | 71 struct TYPE(tokenizer) { in TYPE() function 106 public TYPE(Tokenizer) * in TYPE() function
|
/minix3/crypto/external/bsd/heimdal/dist/include/ |
H A D | bits.c | 51 #define BITSIZE(TYPE) \ argument
|
/minix3/common/dist/zlib/contrib/infback9/ |
H A D | inflate9.h | 15 TYPE, /* i: waiting for type bits, including last-flag bit */ enumerator
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ASTTypeTraits.cpp | 38 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, macro 104 #define TYPE(Class, Base) \ in getFromNode() macro
|
H A D | Type.cpp | 234 #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 D | magic_mem.h | 244 #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 D | MicrosoftCompatibility.cpp | 153 typedef int TYPE; typedef in MissingTypename::A 158 typedef int TYPE; typedef in MissingTypename::B
|
/minix3/usr.bin/last/ |
H A D | last.c | 376 #define TYPE(a) 0 macro 398 #define TYPE(a) (a)->ut_type macro
|
/minix3/crypto/external/bsd/openssl/dist/crypto/rand/ |
H A D | rand_egd.c | 135 # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
/minix3/sys/lib/libsa/ |
H A D | qsort.c | 51 #define swapcode(TYPE, parmi, parmj, n) { \ argument
|