Home
last modified time | relevance | path

Searched defs:BASE (Results 1 – 25 of 32) sorted by relevance

12

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDTemplate.h405 #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/
HDASTFwd.h21 #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
HDASTTypeTraits.h122 #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
HDDataRecursiveASTVisitor.h340 #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 …]
HDDeclVisitor.h40 #define DECL(DERIVED, BASE) \ in Visit() argument
50 #define DECL(DERIVED, BASE) \ argument
HDRecursiveASTVisitor.h342 #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 …]
HDDeclBase.h77 #define DECL(DERIVED, BASE) DERIVED, argument
79 #define DECL_RANGE(BASE, START, END) \ argument
81 #define LAST_DECL_RANGE(BASE, START, END) \ argument
HDComment.h189 #define COMMENT_RANGE(BASE, FIRST, LAST) \ argument
191 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \ argument
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTTypeTraits.cpp32 #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
HDDeclBase.cpp40 #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/
HDsysv4.h118 #define CRT_GET_RFIB_DATA(BASE) \ argument
124 #define CRT_GET_RFIB_DATA(BASE) \ argument
HDlinux.h166 #define CRT_GET_RFIB_DATA(BASE) \ argument
172 #define CRT_GET_RFIB_DATA(BASE) \ argument
HDsco5.h295 #define CRT_GET_RFIB_DATA(BASE) \ argument
301 #define CRT_GET_RFIB_DATA(BASE) \ argument
/NextBSD/lib/libc/locale/
HDnl_langinfo.c49 #define _REL(BASE) ((int)item-BASE) argument
/NextBSD/usr.bin/newkey/
HDgeneric.c80 # define BASE (1 << BASEBITS) in genkeys() macro
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDadler32.c11 #define BASE 65521UL /* largest prime smaller than 65536 */ macro
/NextBSD/lib/libz/
HDadler32.c14 #define BASE 65521 /* largest prime smaller than 65536 */ macro
/NextBSD/sys/dev/hatm/
HDif_hatmreg.h407 #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/
HDpk.c162 # define BASE (1 << BASEBITS) in genkeys() macro
/NextBSD/contrib/gcc/
HDtree-ssa-address.c87 #define TEMPL_IDX(SYMBOL, BASE, INDEX, STEP, OFFSET) \ argument
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExceptionSpec.cpp1163 #define LAST_STMT_RANGE(BASE, FIRST, LAST) in canThrow() argument
/NextBSD/contrib/gcc/config/
HDdarwin.h847 #define ASM_OUTPUT_DWARF_OFFSET(FILE,SIZE,LABEL,BASE) \ argument
/NextBSD/contrib/binutils/opcodes/
HDalpha-opc.c400 #define BASE AXP_OPCODE_BASE macro
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderDecl.cpp2908 #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/
HDprincipal.c399 #define add_char(BASE, INDEX, LEN, C) do { if((INDEX) < (LEN)) (BASE)[(INDEX)++] = (C); }while(0); argument

12