| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Template.h | 405 #define DECL(DERIVED, BASE) \ argument 410 #define OBJCCONTAINER(DERIVED, BASE) argument 411 #define FILESCOPEASM(DERIVED, BASE) argument 412 #define IMPORT(DERIVED, BASE) argument 413 #define LINKAGESPEC(DERIVED, BASE) argument 414 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument 415 #define OBJCMETHOD(DERIVED, BASE) argument 416 #define OBJCTYPEPARAM(DERIVED, BASE) argument 417 #define OBJCIVAR(DERIVED, BASE) argument 418 #define OBJCPROPERTY(DERIVED, BASE) argument [all …]
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | ASTFwd.h | 21 #define DECL(DERIVED, BASE) class DERIVED##Decl; argument 24 #define STMT(DERIVED, BASE) class DERIVED; argument 27 #define TYPE(DERIVED, BASE) class DERIVED##Type; argument
|
| HD | ASTTypeTraits.h | 122 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument 125 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument 128 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
|
| HD | DataRecursiveASTVisitor.h | 340 #define ABSTRACT_TYPE(CLASS, BASE) in BINOP_LIST() argument 341 #define TYPE(CLASS, BASE) bool Traverse##CLASS##Type(CLASS##Type *T); in BINOP_LIST() argument 348 #define TYPE(CLASS, BASE) \ argument 361 #define ABSTRACT_TYPELOC(CLASS, BASE) argument 362 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL); argument 382 #define TYPE(CLASS, BASE) \ argument 395 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D); argument 402 #define DECL(CLASS, BASE) \ argument 548 #define ABSTRACT_TYPE(CLASS, BASE) in TraverseType() argument 549 #define TYPE(CLASS, BASE) \ in TraverseType() argument [all …]
|
| HD | DeclVisitor.h | 40 #define DECL(DERIVED, BASE) \ in Visit() argument 50 #define DECL(DERIVED, BASE) \ argument
|
| HD | RecursiveASTVisitor.h | 342 #define ABSTRACT_TYPE(CLASS, BASE) in BINOP_LIST() argument 343 #define TYPE(CLASS, BASE) bool Traverse##CLASS##Type(CLASS##Type *T); in BINOP_LIST() argument 350 #define TYPE(CLASS, BASE) \ argument 363 #define ABSTRACT_TYPELOC(CLASS, BASE) argument 364 #define TYPELOC(CLASS, BASE) bool Traverse##CLASS##TypeLoc(CLASS##TypeLoc TL); argument 384 #define TYPE(CLASS, BASE) \ argument 397 #define DECL(CLASS, BASE) bool Traverse##CLASS##Decl(CLASS##Decl *D); argument 404 #define DECL(CLASS, BASE) \ argument 618 #define ABSTRACT_TYPE(CLASS, BASE) in TraverseType() argument 619 #define TYPE(CLASS, BASE) \ in TraverseType() argument [all …]
|
| HD | DeclBase.h | 77 #define DECL(DERIVED, BASE) DERIVED, argument 79 #define DECL_RANGE(BASE, START, END) \ argument 81 #define LAST_DECL_RANGE(BASE, START, END) \ argument
|
| HD | Comment.h | 189 #define COMMENT_RANGE(BASE, FIRST, LAST) \ argument 191 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \ argument
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | ASTTypeTraits.cpp | 32 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument 35 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument 38 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument 83 #define DECL(DERIVED, BASE) \ in getFromNode() argument
|
| HD | DeclBase.cpp | 40 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument 90 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument 110 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument 125 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument 131 #define DECL(DERIVED, BASE) \ in PrintStats() argument 147 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument 658 #define DECL(NAME, BASE) in castFromDeclContext() argument 665 #define DECL(NAME, BASE) in castFromDeclContext() argument 677 #define DECL(NAME, BASE) in castToDeclContext() argument 684 #define DECL(NAME, BASE) in castToDeclContext() argument [all …]
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | sysv4.h | 118 #define CRT_GET_RFIB_DATA(BASE) \ argument 124 #define CRT_GET_RFIB_DATA(BASE) \ argument
|
| HD | linux.h | 166 #define CRT_GET_RFIB_DATA(BASE) \ argument 172 #define CRT_GET_RFIB_DATA(BASE) \ argument
|
| HD | sco5.h | 295 #define CRT_GET_RFIB_DATA(BASE) \ argument 301 #define CRT_GET_RFIB_DATA(BASE) \ argument
|
| /NextBSD/lib/libc/locale/ |
| HD | nl_langinfo.c | 49 #define _REL(BASE) ((int)item-BASE) argument
|
| /NextBSD/usr.bin/newkey/ |
| HD | generic.c | 80 # define BASE (1 << BASEBITS) in genkeys() macro
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| HD | adler32.c | 11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
|
| /NextBSD/lib/libz/ |
| HD | adler32.c | 14 #define BASE 65521 /* largest prime smaller than 65536 */ macro
|
| /NextBSD/sys/dev/hatm/ |
| HD | if_hatmreg.h | 407 #define HE_REGO_TSRA(BASE,CID,NR) ((BASE) + ((CID) << 3) + (NR)) argument 408 #define HE_REGO_TSRB(BASE,CID,NR) ((BASE) + ((CID) << 2) + (NR)) argument 409 #define HE_REGO_TSRC(BASE,CID,NR) ((BASE) + ((CID) << 1) + (NR)) argument 410 #define HE_REGO_TSRD(BASE,CID) ((BASE) + (CID)) argument 484 #define HE_REGO_RSRA(BASE,CID,NR) ((BASE) + ((CID) << 3) + (NR)) argument 485 #define HE_REGO_RSRB(BASE,CID,NR) ((BASE) + ((CID) << 1) + (NR)) argument
|
| /NextBSD/contrib/telnet/libtelnet/ |
| HD | pk.c | 162 # define BASE (1 << BASEBITS) in genkeys() macro
|
| /NextBSD/contrib/gcc/ |
| HD | tree-ssa-address.c | 87 #define TEMPL_IDX(SYMBOL, BASE, INDEX, STEP, OFFSET) \ argument
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaExceptionSpec.cpp | 1163 #define LAST_STMT_RANGE(BASE, FIRST, LAST) in canThrow() argument
|
| /NextBSD/contrib/gcc/config/ |
| HD | darwin.h | 847 #define ASM_OUTPUT_DWARF_OFFSET(FILE,SIZE,LABEL,BASE) \ argument
|
| /NextBSD/contrib/binutils/opcodes/ |
| HD | alpha-opc.c | 400 #define BASE AXP_OPCODE_BASE macro
|
| /NextBSD/contrib/llvm/tools/clang/lib/Serialization/ |
| HD | ASTReaderDecl.cpp | 2908 #define DECL(TYPE, BASE) \ in getMostRecentDecl() argument 3020 #define DECL(TYPE, BASE) \ in attachPreviousDecl() argument 3061 #define DECL(TYPE, BASE) \ in attachLatestDecl() argument 3080 #define DECL(TYPE, BASE) \ in markIncompleteDeclChain() argument
|
| /NextBSD/crypto/heimdal/lib/krb5/ |
| HD | principal.c | 399 #define add_char(BASE, INDEX, LEN, C) do { if((INDEX) < (LEN)) (BASE)[(INDEX)++] = (C); }while(0); argument
|