| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
| H A D | 991216-1.c | 2 #define AFTER 0x55 macro 9 || after != AFTER) in test1() 19 || after != AFTER) in test2() 30 || after != AFTER) in test3() 42 || after != AFTER) in test4() 55 || after != AFTER) in test5() 69 || after != AFTER) in test6() 84 || after != AFTER) in test7() 100 || after != AFTER) in test8() 107 test1 (1, VALUE, AFTER); in main() [all …]
|
| H A D | 991216-2.c | 4 #define AFTER 0x55 macro 22 if (va_arg (ap, int) != AFTER) in test() 31 test (1, VALUE, AFTER); in main() 32 test (2, 2, VALUE, AFTER); in main() 33 test (3, 2, 3, VALUE, AFTER); in main() 34 test (4, 2, 3, 4, VALUE, AFTER); in main() 35 test (5, 2, 3, 4, 5, VALUE, AFTER); in main() 36 test (6, 2, 3, 4, 5, 6, VALUE, AFTER); in main() 37 test (7, 2, 3, 4, 5, 6, 7, VALUE, AFTER); in main() 38 test (8, 2, 3, 4, 5, 6, 7, 8, VALUE, AFTER); in main()
|
| H A D | 991216-3.c | 4 #define AFTER 0x55 macro 23 if (va_arg (ap, int) != AFTER) in test() 32 test (1, VALUE, AFTER); in main() 33 test (2, 2, VALUE, AFTER); in main() 34 test (3, 2, 3, VALUE, AFTER); in main() 35 test (4, 2, 3, 4, VALUE, AFTER); in main() 36 test (5, 2, 3, 4, 5, VALUE, AFTER); in main() 37 test (6, 2, 3, 4, 5, 6, VALUE, AFTER); in main() 38 test (7, 2, 3, 4, 5, 6, 7, VALUE, AFTER); in main() 39 test (8, 2, 3, 4, 5, 6, 7, 8, VALUE, AFTER); in main()
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | lib_raw.c | 77 #define AFTER(N) if (USE_TRACEF(TRACE_BITS)) _nc_locked_tracef("%s after bits: %s", N, _nc_tracebit… macro 80 #define AFTER(s) 126 AFTER("raw"); in NCURSES_EXPORT() 172 AFTER("cbreak"); in NCURSES_SP_NAME() 210 AFTER("qiflush"); in NCURSES_SP_NAME() 265 AFTER("noraw"); in NCURSES_SP_NAME() 307 AFTER("nocbreak"); in NCURSES_SP_NAME() 341 AFTER("noqiflush"); in NCURSES_SP_NAME() 388 AFTER("intrflush"); in NCURSES_SP_NAME()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIMemoryLegalizer.cpp | 53 AFTER enumerator 937 Position::AFTER); in enableVolatileAndOrNonTemporal() 964 if (Pos == Position::AFTER) in insertWait() 1044 if (Pos == Position::AFTER) in insertWait() 1062 if (Pos == Position::AFTER) in insertAcquire() 1089 if (Pos == Position::AFTER) in insertAcquire() 1122 if (Pos == Position::AFTER) in insertAcquire() 1149 if (Pos == Position::AFTER) in insertAcquire() 1289 Position::AFTER); in enableVolatileAndOrNonTemporal() 1345 if (Pos == Position::AFTER) in insertAcquire() [all …]
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-incpath.h | 33 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER }; enumerator
|
| H A D | c-incpath.c | 275 tails[SYSTEM]->next = heads[AFTER]; in merge_include_chains() 277 heads[SYSTEM] = heads[AFTER]; in merge_include_chains() 355 if (chain == SYSTEM || chain == AFTER) in add_path()
|
| H A D | c-opts.c | 823 add_path (xstrdup (arg), AFTER, 0, true); in c_common_handle_option()
|
| /openbsd-src/usr.bin/tmux/ |
| H A D | format-draw.c | 700 AFTER, in format_draw() enumerator 891 map[list_align] = AFTER; in format_draw() 893 map[STYLE_ALIGN_DEFAULT] = AFTER; in format_draw() 997 &s[LIST_LEFT], &s[LIST_RIGHT], &s[AFTER], in format_draw() 1004 &s[LIST_LEFT], &s[LIST_RIGHT], &s[AFTER], in format_draw() 1011 &s[LIST_LEFT], &s[LIST_RIGHT], &s[AFTER], in format_draw() 1018 &s[LIST_LEFT], &s[LIST_RIGHT], &s[AFTER], in format_draw()
|
| /openbsd-src/gnu/llvm/lld/docs/ELF/ |
| H A D | linker_script.rst | 50 } [INSERT [AFTER|BEFORE] anchor_section;] 170 [AFTER|BEFORE]`` command, the description will be provided by the
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cppinit.c | 118 enum { BRACKET = 0, SYSTEM, AFTER }; enumerator 248 if (path == SYSTEM || path == AFTER) 259 case AFTER: APPEND (pend, after, new); break; 1443 append_include_chain (pfile, xstrdup (arg), AFTER, 0);
|
| H A D | ChangeLog.4 | 1841 by contexts drops AFTER argument pre-expansion, so that they
|
| /openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/ |
| H A D | v850.sc | 157 /* We place the .sbss data section AFTER the .rosdata section, so that
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/ |
| H A D | v850.sc | 157 /* We place the .sbss data section AFTER the .rosdata section, so that
|
| /openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
| H A D | FileCheck.rst | 542 ; CHECK-DAG: AFTER 544 This case will reject input strings where ``BEFORE`` occurs after ``AFTER``.
|
| /openbsd-src/usr.bin/vi/docs/tutorial/ |
| H A D | vi.beginner | 546 The 'a' puts us in insert mode, AFTER the current character. We appended the 550 inserting text BEFORE the cursor, and {a} begins inserting AFTER the cursor.
|
| H A D | vi.advanced | 327 two lines are reversed, so we want to put line 15 AFTER line 16. This is 466 put the contents AFTER the cursor line.
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | Passes.rst | 737 loop, we try to move the store to happen AFTER the loop instead of inside of
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | cris.cpu | 110 (define-pmacro MACH-BRANCH-OFFSET-AFTER-INSN MACH-PRE-V32)
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | ChangeLog-9899 | 3574 cleat that the 'bitsize' field is the size of the bitfield AFTER
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | ChangeLog-9899 | 3574 cleat that the 'bitsize' field is the size of the bitfield AFTER
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlop.pod | 1113 right operand is true, I<AFTER> which the range operator becomes false
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-2000 | 965 hooking of commands to GDB. A Hook may now be run "AFTER" execution of
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 3330 HelpText<"Add directory to AFTER include search path">;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/ |
| H A D | allkeys.txt | 3953 4DFE ; [*1034.0020.0002] # HEXAGRAM FOR AFTER COMPLETION
|