Home
last modified time | relevance | path

Searched defs:ATTR (Results 1 – 18 of 18) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dattr-invalid.c7 #define ATTR __attribute__((AT)) macro
12 typedef int ATSYM(type) ATTR; /* { dg-warning "attribute ignored" "" } */ typedef
14 typedef int (*ATSYM(fntype))(void) ATTR; /* { dg-warning "attribute ignored" "" } */ typedef
17 char dummy ATTR; /* { dg-warning "attribute ignored" "" } */ in ATSYM() local
29 static int svar ATTR; /* { dg-warning "attribute ignored" "" } */ in ATSYM() local
30 auto int lvar ATTR; /* { dg-warning "attribute ignored" "" } */ in ATSYM() local
38 typedef int ATSYM(type) ATTR; /* { dg-warning "attribute ignored" "" } */ typedef
40 typedef int (*ATSYM(fntype))(void) ATTR; /* { dg-warning "attribute ignored" "" } */ typedef
43 char dummy ATTR; /* { dg-warning "attribute ignored" "" } */ in ATSYM() local
55 static int svar ATTR; in ATSYM() local
[all …]
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DAttrVisitor.h34 #define ATTR(NAME) \ in Visit() macro
44 #define ATTR(NAME) \ macro
H A DASTFwd.h34 #define ATTR(A) class A##Attr; macro
H A DASTTypeTraits.h160 #define ATTR(A) NKI_##A##Attr, macro
/openbsd/gnu/llvm/clang/lib/AST/
H A DAttrDocTable.cpp19 #define ATTR(NAME) AttrDoc_##NAME, macro
H A DASTTypeTraits.cpp54 #define ATTR(A) {NKI_Attr, #A "Attr"}, macro
163 #define ATTR(A) \ in getFromNode() macro
H A DDeclPrinter.cpp247 #define ATTR(X) in prettyPrintAttributes() macro
267 #define ATTR(X) in prettyPrintPragmas() macro
H A DJSONNodeDumper.cpp26 #define ATTR(X) \ in Visit() macro
H A DTextNodeDumper.cpp94 #define ATTR(X) \ in Visit() macro
H A DTypePrinter.cpp1723 #define ATTR(NAME) case attr::NAME: in printAttributedAfter() macro
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DAttrKinds.h23 #define ATTR(X) X, macro
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DMarshallers.cpp66 #define ATTR(X) "attr::" #X, in getBestGuess() macro
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-ppc.h223 #define md_elf_section_flags(FLAGS, ATTR, TYPE) ppc_section_flags (FLAGS, ATTR, TYPE) argument
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-ppc.h222 #define md_elf_section_flags(FLAGS, ATTR, TYPE) ppc_section_flags (FLAGS, ATTR, TYPE) argument
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dsymbol.c126 #define DEFATTR(ATTR,ATTRS,NAME) NAME, argument
H A Dsymbol.h53 #define DEFATTR(ATTR,ATTRS,NAME) ATTR, argument
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddwarfout.c1198 #define ASM_OUTPUT_DWARF_ATTRIBUTE(FILE,ATTR) \ argument
/openbsd/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h391 #define ATTR(X) macro
7536 #define ATTR(X) in TransformAttr() macro