Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h600 #define DECL(DERIVED, BASE) \ argument
605 #define OBJCCONTAINER(DERIVED, BASE) argument
606 #define FILESCOPEASM(DERIVED, BASE) argument
607 #define TOPLEVELSTMT(DERIVED, BASE) argument
608 #define IMPORT(DERIVED, BASE) argument
609 #define EXPORT(DERIVED, BASE) argument
610 #define LINKAGESPEC(DERIVED, BASE) argument
611 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument
612 #define OBJCMETHOD(DERIVED, BASE) argument
613 #define OBJCTYPEPARAM(DERIVED, BASE) argument
614 OBJCIVAR(DERIVED,BASE) global() argument
615 OBJCPROPERTY(DERIVED,BASE) global() argument
616 OBJCPROPERTYIMPL(DERIVED,BASE) global() argument
617 EMPTY(DERIVED,BASE) global() argument
618 LIFETIMEEXTENDEDTEMPORARY(DERIVED,BASE) global() argument
621 BLOCK(DERIVED,BASE) global() argument
622 CAPTURED(DERIVED,BASE) global() argument
623 IMPLICITPARAM(DERIVED,BASE) global() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTFwd.h20 #define DECL(DERIVED, BASE) class DERIVED##Decl; argument
23 #define STMT(DERIVED, BASE) class DERIVED; argument
26 #define TYPE(DERIVED, BASE) class DERIVED##Type; argument
H A DDeclVisitor.h39 #define DECL(DERIVED, BASE) \ in Visit() argument
49 #define DECL(DERIVED, BASE) \ argument
H A DComment.h55 #define COMMENT_RANGE(BASE, FIRST, LAST) \ argument
57 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \ argument
H A DASTTypeTraits.h150 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument
153 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument
156 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
H A DStmt.h89 #define STMT_RANGE(BASE, FIRST, LAST) \ argument
91 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ argument
H A DDeclBase.h93 first##BASE = START, last##BASE = END, argument
89 DECL(DERIVED,BASE) global() argument
91 DECL_RANGE(BASE,START,END) global() argument
H A DExprOpenMP.h57 enum { BASE, LOWER_BOUND, LENGTH, STRIDE, END_EXPR }; global() enumerator
H A DExprObjC.h851 enum { BASE, KEY, END_EXPR }; enumerator
H A DExpr.h2719 enum { BASE, ROW_IDX, COLUMN_IDX, END_EXPR }; global() enumerator
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTTypeTraits.cpp42 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument
45 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument
48 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument
122 #define DECL(DERIVED, BASE) \ in getFromNode() argument
H A DDeclBase.cpp59 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument
67 #define DECL(DERIVED, BASE) \ argument
188 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in PrintStats() argument
204 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in add() argument
126 DECL(DERIVED,BASE) getDeclKindName() argument
157 DECL(DERIVED,BASE) hasValidDeclKind() argument
166 DECL(DERIVED,BASE) getDeclKindName() argument
182 DECL(DERIVED,BASE) PrintStats() argument
1006 DECL(NAME,BASE) castFromDeclContext() argument
1019 DECL(NAME,BASE) castToDeclContext() argument
1199 DECL(NAME,BASE) classof() argument
[all...]
H A DJSONNodeDumper.cpp13 #define DECL(DERIVED, BASE) \ in addPreviousDeclaration() argument
H A DASTStructuralEquivalence.cpp2436 DECL(DERIVED,BASE) CheckKindSpecificEquivalence() argument
H A DType.cpp427 TYPE(CLASS,BASE) global() argument
438 TYPE(CLASS,BASE) global() argument
H A DASTContext.cpp8516 ABSTRACT_TYPE(KIND,BASE) getObjCEncodingForTypeImpl() argument
8517 TYPE(KIND,BASE) getObjCEncodingForTypeImpl() argument
8518 DEPENDENT_TYPE(KIND,BASE) getObjCEncodingForTypeImpl() argument
8520 NON_CANONICAL_TYPE(KIND,BASE) getObjCEncodingForTypeImpl() argument
8522 NON_CANONICAL_UNLESS_DEPENDENT_TYPE(KIND,BASE) getObjCEncodingForTypeImpl() argument
H A DTextNodeDumper.cpp52 DECL(DERIVED,BASE) dumpPreviousDecl() argument
H A DExprConstant.cpp11544 TYPE(ID,BASE) EvaluateBuiltinClassifyType() argument
11545 DEPENDENT_TYPE(ID,BASE) EvaluateBuiltinClassifyType() argument
11546 NON_CANONICAL_TYPE(ID,BASE) EvaluateBuiltinClassifyType() argument
11547 NON_CANONICAL_UNLESS_DEPENDENT_TYPE(ID,BASE) EvaluateBuiltinClassifyType() argument
/freebsd-src/lib/libc/locale/
H A Dnl_langinfo.c48 #define _REL(BASE) ((int)item-BASE) argument
/freebsd-src/usr.bin/newkey/
H A Dgeneric.c
/freebsd-src/sys/contrib/zlib/
H A Dadler32.c10 #define BASE 65521U /* largest prime smaller than 65536 */ macro
/freebsd-src/contrib/telnet/libtelnet/
H A Dpk.c153 # define BASE (1 << BASEBITS) in genkeys() macro
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S118 #define NAME(BASE) GLUE4(__aarch64_, BASE, SIZE, SUFF) argument
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dprincipal.c399 #define add_char(BASE, INDEX, LEN, C) do { if((INDEX) < (LEN)) (BASE)[(INDEX)++] = (C); }while(0); argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3550 DECL(TYPE,BASE) getMostRecentDecl() argument
3719 DECL(TYPE,BASE) attachPreviousDecl() argument
3762 DECL(TYPE,BASE) attachLatestDecl() argument
3782 DECL(TYPE,BASE) markIncompleteDeclChain() argument