Searched refs:macro (Results 351 - 375 of 1719) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr-arch.h97 /* Architecture id to built-in define __AVR_ARCH__ (NULL -> no macro) */
98 const char *const macro; member in struct:__anon1442
118 /* Must lie outside user's namespace. NULL == no macro. */
119 const char *const macro; member in struct:__anon1443
167 macro __AVR_HAVE_JMP_CALL__ accordingly. This macro is used to
169 this macro to determine vector sizes. */
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_errors.h366 #define ASAN_FOR_EACH_ERROR_KIND(macro) \
367 macro(DeadlySignal) \
368 macro(DoubleFree) \
369 macro(NewDeleteTypeMismatch) \
370 macro(FreeNotMalloced) \
371 macro(AllocTypeMismatch) \
372 macro(MallocUsableSizeNotOwned) \
373 macro(SanitizerGetAllocatedSizeNotOwned) \
374 macro(CallocOverflow) \
375 macro(PvallocOverflo
[all...]
/netbsd-current/external/bsd/mdocml/dist/
H A Ddba.c67 struct ohash *macro; local
74 macro = mandoc_malloc(sizeof(*macro));
75 mandoc_ohash_init(macro, 4,
77 dba_array_set(dba->macros, im, macro);
86 struct ohash *macro; local
90 dba_array_FOREACH(dba->macros, macro) {
91 for (entry = ohash_first(macro, &slot); entry != NULL;
92 entry = ohash_next(macro, &slot)) {
96 ohash_delete(macro);
341 get_macro_entry(struct ohash *macro, const char *value, int32_t np) argument
406 struct ohash *macro; local
432 dba_macro_write(struct ohash *macro) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_errors.h364 #define ASAN_FOR_EACH_ERROR_KIND(macro) \
365 macro(DeadlySignal) \
366 macro(DoubleFree) \
367 macro(NewDeleteTypeMismatch) \
368 macro(FreeNotMalloced) \
369 macro(AllocTypeMismatch) \
370 macro(MallocUsableSizeNotOwned) \
371 macro(SanitizerGetAllocatedSizeNotOwned) \
372 macro(CallocOverflow) \
373 macro(PvallocOverflo
[all...]
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc31 /* This structure represents the tokens of a macro argument. These
32 tokens can be macro themselves, in which case they can be either
49 /* The kind of macro tokens which the instance of
53 /* This is a macro argument token that got transformed into a string
56 /* This is a token resulting from the expansion of a macro
57 argument that was itself a macro. */
61 /* An iterator over tokens coming from a function-like macro
66 /* Whether or not -ftrack-macro-expansion is used. */
73 -ftrack-macro-expansion is used this location tracks loci across
74 macro expansio
452 cpp_macro *macro = node->value.macro; local
1148 _cpp_arguments_ok(cpp_reader *pfile, cpp_macro *macro, const cpp_hashnode *node, unsigned int argc) argument
1215 cpp_macro *macro; local
1467 macro_real_token_count(const cpp_macro *macro) argument
1510 cpp_macro *macro = node->value.macro; local
1909 expanded_token_index(cpp_reader *pfile, cpp_macro *macro, const cpp_token *cur_replacement_token, unsigned absolute_token_index) argument
1949 replace_args(cpp_reader *pfile, cpp_hashnode *node, cpp_macro *macro, macro_arg *args, location_t expansion_point_loc) argument
2451 push_ptoken_context(cpp_reader *pfile, cpp_hashnode *macro, _cpp_buff *buff, const cpp_token **first, unsigned int count) argument
2470 _cpp_push_token_context(cpp_reader *pfile, cpp_hashnode *macro, const cpp_token *first, unsigned int count) argument
2498 push_extended_tokens_context(cpp_reader *pfile, cpp_hashnode *macro, _cpp_buff *token_buff, location_t *virt_locs, const cpp_token **first, unsigned int count) argument
2526 _cpp_push_text_context(cpp_reader *pfile, cpp_hashnode *macro, const uchar *start, size_t len) argument
2829 cpp_hashnode *macro; local
3603 lex_expansion_token(cpp_reader *pfile, cpp_macro *macro) argument
3641 cpp_macro *macro = NULL; local
3855 cpp_macro *macro = (cpp_macro *) placement; local
3883 cpp_macro *macro; local
3940 cpp_macro *macro = node->value.macro; local
3967 cpp_macro *macro = node->value.macro; local
4018 check_trad_stringification(cpp_reader *pfile, const cpp_macro *macro, const cpp_string *string) argument
4073 cpp_macro_definition(cpp_reader *pfile, cpp_hashnode *node, const cpp_macro *macro) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rl78/
H A Dvregs.h58 .macro START_ANOTHER_FUNC name
66 .macro START_FUNC name
71 .macro END_ANOTHER_FUNC name
76 .macro END_FUNC name
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dbyteunpack.s8 .macro _bu_pre_test i0:req, src0:req, src1:req
13 .macro _bu_chk_test dst0:req, dst1:req
21 .macro bu_test i0:req, dst0:req, dst1:req, src0:req, src1:req
26 .macro bu_r_test i0:req, dst0:req, dst1:req, src0:req, src1:req
H A Dseqstat.s6 .macro seqstat_test val:req
H A Dsign.s8 .macro check_alu_signbits areg:req
H A Dsyscfg.s6 .macro syscfg_test val:req
H A Dashift_left.s7 .macro test in:req, shift:req, out:req, opt
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rl78/
H A Dvregs.h58 .macro START_ANOTHER_FUNC name
66 .macro START_FUNC name
71 .macro END_ANOTHER_FUNC name
76 .macro END_FUNC name
/netbsd-current/sys/arch/aarch64/include/
H A Dasm.h15 .macro adrl reg, addr
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Djal.s1 # Source file used to test the jal macro.
H A Drelax-swap3.s1 # Source file used to check the lack of branch swapping with a relaxed macro.
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dcortex-a8-fix-blx-bcond.s7 .macro bw1
20 .macro bw2
28 .macro bw3
41 .macro bw4
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dcompressed-plt-1c.s8 .macro test_one, name, types
H A Dcompressed-plt-1d.s8 .macro test_one, name, types
H A Dtls-multi-got-1-2.s1 .macro one_sym count
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/aarch64/
H A Dldst-reg-uns-imm.s33 .macro op2_no_imm op, reg
37 .macro op2 op, reg, simm
43 .macro ld_or_st op, suffix, reg, size
55 .macro ld_or_st_v op
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Dorg-1.s1 .macro i_nop
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mri/
H A Dempty.s1 SBT MACRO ; empty macro
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/score/
H A Dbr.s9 /* This macro transform 32b instruction to 16b. */
10 .macro tran3216 insn32, insn16
30 /* This macro transform 16b instruction to 32b. */
31 .macro tran1632 insn32, insn16
H A Dldi.s10 /* This macro transform 32b instruction to 16b. */
11 .macro tran3216 insn32, insn16
32 /* This macro transform 16b instruction to 32b. */
33 .macro tran1632 insn32, insn16
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-powerpc/
H A Daix-toc-1a.s1 .macro loadtoc

Completed in 199 milliseconds

<<11121314151617181920>>