Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h568 #define DECL(DERIVED, BASE) \ argument
573 #define OBJCCONTAINER(DERIVED, BASE) argument
574 #define FILESCOPEASM(DERIVED, BASE) argument
575 #define TOPLEVELSTMT(DERIVED, BASE) argument
576 #define IMPORT(DERIVED, BASE) argument
577 #define EXPORT(DERIVED, BASE) argument
578 #define LINKAGESPEC(DERIVED, BASE) argument
579 #define OBJCCOMPATIBLEALIAS(DERIVED, BASE) argument
580 #define OBJCMETHOD(DERIVED, BASE) argument
581 #define OBJCTYPEPARAM(DERIVED, BASE) argument
[all …]
/openbsd-src/gnu/llvm/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 DASTTypeTraits.h147 #define DECL(DERIVED, BASE) NKI_##DERIVED##Decl, argument
150 #define STMT(DERIVED, BASE) NKI_##DERIVED, argument
153 #define TYPE(DERIVED, BASE) NKI_##DERIVED##Type, argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash38.C16 typedef int BASE; typedef
26 typedef typename T::BASE BASE; typedef
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp59 #define DECL(DERIVED, BASE) static int n##DERIVED##s = 0; argument
67 #define DECL(DERIVED, BASE) \ argument
126 #define DECL(DERIVED, BASE) case DERIVED: return #DERIVED; in getDeclKindName() argument
157 #define DECL(DERIVED, BASE) case Decl::DERIVED: return true; in hasValidDeclKind() argument
166 #define DECL(DERIVED, BASE) case Decl::DERIVED: return #DERIVED; in getDeclKindName() argument
182 #define DECL(DERIVED, BASE) totalDecls += n##DERIVED##s; in PrintStats() argument
188 #define DECL(DERIVED, BASE) \ in PrintStats() argument
204 #define DECL(DERIVED, BASE) case DERIVED: ++n##DERIVED##s; break; in add() argument
934 #define DECL(NAME, BASE) in castFromDeclContext() argument
941 #define DECL(NAME, BASE) in castFromDeclContext() argument
[all …]
H A DASTTypeTraits.cpp41 #define DECL(DERIVED, BASE) { NKI_##BASE, #DERIVED "Decl" }, argument
44 #define STMT(DERIVED, BASE) { NKI_##BASE, #DERIVED }, argument
47 #define TYPE(DERIVED, BASE) { NKI_##BASE, #DERIVED "Type" }, argument
107 #define DECL(DERIVED, BASE) \ in getFromNode() argument
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dsysv4.h118 #define CRT_GET_RFIB_DATA(BASE) \ argument
124 #define CRT_GET_RFIB_DATA(BASE) \ argument
H A Dlinux.h166 #define CRT_GET_RFIB_DATA(BASE) \ argument
172 #define CRT_GET_RFIB_DATA(BASE) \ argument
H A Dsco5.h295 #define CRT_GET_RFIB_DATA(BASE) \ argument
301 #define CRT_GET_RFIB_DATA(BASE) \ argument
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dsysv4.h121 #define CRT_GET_RFIB_DATA(BASE) \ argument
127 #define CRT_GET_RFIB_DATA(BASE) \ argument
H A Dlinux.h206 #define CRT_GET_RFIB_DATA(BASE) \ argument
212 #define CRT_GET_RFIB_DATA(BASE) \ argument
H A Dsco5.h315 #define CRT_GET_RFIB_DATA(BASE) \ argument
321 #define CRT_GET_RFIB_DATA(BASE) \ argument
/openbsd-src/sys/dev/pci/drm/amd/display/dc/irq/dcn201/
H A Dirq_service_dcn201.c142 #define BASE(seg) BASE_INNER(seg) macro
145 #define BASE(seg) \ macro
/openbsd-src/distrib/macppc/iso/
H A DMakefile7 BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tgz \ macro
/openbsd-src/distrib/hppa/iso/
H A DMakefile7 BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tgz \ macro
/openbsd-src/distrib/alpha/iso/
H A DMakefile9 BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tgz \ macro
/openbsd-src/distrib/octeon/iso/
H A DMakefile11 BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tgz \ macro
/openbsd-src/distrib/sparc64/iso/
H A DMakefile13 BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tgz \ macro
/openbsd-src/distrib/riscv64/iso/
H A DMakefile11 BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tgz \ macro
/openbsd-src/distrib/powerpc64/iso/
H A DMakefile12 BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tgz \ macro
/openbsd-src/games/phantasia/
H A Dmacros.h8 #define ROLL(BASE,INTERVAL) floor((BASE) + (INTERVAL) * drandom()) argument
/openbsd-src/distrib/amd64/iso/
H A DMakefile13 BASE= ${RELDIR}/base${OSrev}.tgz ${RELDIR}/comp${OSrev}.tgz \ macro
/openbsd-src/sys/dev/pci/drm/amd/display/dc/gpio/dcn10/
H A Dhw_translate_dcn10.c48 #define BASE(seg) \ macro
/openbsd-src/sys/dev/pci/drm/amd/display/dc/gpio/dce120/
H A Dhw_translate_dce120.c48 #define BASE(seg) \ macro

12345