/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/ |
H A D | ia64intrin.h | 14 #define __sync_val_compare_and_swap(PTR, OLD, NEW) \ argument 23 #define __sync_bool_compare_and_swap(PTR, OLD, NEW) \ argument 30 #define __sync_lock_release(PTR) \ argument 37 #define __sync_lock_test_and_set(PTR,VAL) \ argument 44 #define __sync_fetch_and_add(PTR,VAL) \ argument 51 #define __sync_fetch_and_sub(PTR,VAL) \ argument 58 #define __sync_fetch_and_and(PTR,VAL) \ argument 65 #define __sync_fetch_and_or(PTR,VAL) \ argument 72 #define __sync_fetch_and_xor(PTR,VAL) \ argument 79 #define __sync_fetch_and_nand(PTR,VAL) \ argument [all …]
|
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | jcf.h | 33 #define PTR void * macro 36 #define PTR char * macro 60 #define FREE(PTR) free(PTR) argument 200 #define GET_u2(PTR) (((PTR)[0] << 8) | ((PTR)[1])) argument 202 #define GET_u2_le(PTR) (((PTR)[1] << 8) | ((PTR)[0])) argument 206 #define GET_u4(PTR) (((JCF_u4)(PTR)[0] << 24) | ((JCF_u4)(PTR)[1] << 16) \ argument 209 #define GET_u4_le(PTR) (((JCF_u4)(PTR)[3] << 24) | ((JCF_u4)(PTR)[2] << 16) \ argument 275 #define UTF8_GET(PTR, LIMIT) \ argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/ |
H A D | sgs.h | 121 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \ argument 211 #define ASM_OUTPUT_OPCODE(FILE, PTR) \ argument 284 #define ASM_OUTPUT_OPCODE(FILE, PTR) \ argument
|
H A D | atari.h | 61 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \ argument
|
H A D | amix.h | 101 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \ argument
|
H A D | 3b1.h | 158 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \ argument 365 #define ASM_OUTPUT_OPCODE(FILE, PTR) \ argument
|
/openbsd-src/gnu/usr.bin/binutils/include/ |
H A D | hashtab.h | 74 typedef PTR (*htab_alloc) PARAMS ((size_t, size_t)); typedef 81 typedef PTR (*htab_alloc_with_arg) PARAMS ((void *, size_t, size_t)); typedef
|
H A D | splay-tree.h | 72 typedef PTR (*splay_tree_allocate_fn) PARAMS((int, void *)); typedef
|
H A D | ansidecl.h | 148 #define PTR void * macro 199 #define PTR char * macro
|
/openbsd-src/gnu/llvm/libunwind/src/ |
H A D | UnwindRegistersSave.S | 78 #define PTR %rcx macro 81 #define PTR %rdi macro
|
/openbsd-src/gnu/lib/libiberty/include/ |
H A D | hashtab.h | 74 typedef PTR (*htab_alloc) PARAMS ((size_t, size_t)); typedef 81 typedef PTR (*htab_alloc_with_arg) PARAMS ((void *, size_t, size_t)); typedef
|
/openbsd-src/gnu/lib/libiberty/src/ |
H A D | random.c | 70 # define PTR void * macro 75 # define PTR char * macro
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
H A D | iris4.h | 33 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \ argument
|
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/appendix-a/ |
H A D | a.22.7.f90 | 6 INTEGER, POINTER, SAVE :: PTR variable
|
/openbsd-src/gnu/usr.bin/binutils/gas/config/ |
H A D | tc-hppa.h | 129 #define TC_EQUAL_IN_INSN(C, PTR) ((C) == ',') argument 134 #define TC_EOL_IN_INSN(PTR) (*(PTR) == '!' && (PTR)[-1] == ',') argument
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | AttrVisitor.h | 27 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | DeclVisitor.h | 33 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | CommentVisitor.h | 22 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | StmtVisitor.h | 38 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
/openbsd-src/gnu/gcc/gcc/config/vax/ |
H A D | vaxv.h | 55 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \ argument
|
/openbsd-src/gnu/gcc/gcc/config/i386/ |
H A D | gas.h | 90 #define ASM_OUTPUT_OPCODE(STREAM, PTR) \ argument
|
H A D | att.h | 36 #define ASM_OUTPUT_ASCII(FILE, PTR, SIZE) \ argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/ |
H A D | gas.h | 93 #define ASM_OUTPUT_OPCODE(STREAM, PTR) \ argument
|
H A D | att.h | 36 #define ASM_OUTPUT_ASCII(FILE, PTR, SIZE) \ argument
|
/openbsd-src/gnu/usr.bin/gcc/gcc/config/vax/ |
H A D | vaxv.h | 57 #define ASM_OUTPUT_ASCII(FILE,PTR,LEN) \ argument
|