Home
last modified time | relevance | path

Searched refs:AFTER (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D991216-1.c2 #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 D991216-2.c4 #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 D991216-3.c4 #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 Dlib_raw.c77 #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 DSIMemoryLegalizer.cpp53 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 Dc-incpath.h33 enum { QUOTE = 0, BRACKET, SYSTEM, AFTER }; enumerator
H A Dc-incpath.c275 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 Dc-opts.c823 add_path (xstrdup (arg), AFTER, 0, true); in c_common_handle_option()
/openbsd-src/usr.bin/tmux/
H A Dformat-draw.c700 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 Dlinker_script.rst50 } [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 Dcppinit.c118 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 DChangeLog.41841 by contexts drops AFTER argument pre-expansion, so that they
/openbsd-src/gnu/usr.bin/binutils/ld/scripttempl/
H A Dv850.sc157 /* We place the .sbss data section AFTER the .rosdata section, so that
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/scripttempl/
H A Dv850.sc157 /* We place the .sbss data section AFTER the .rosdata section, so that
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/
H A DFileCheck.rst542 ; CHECK-DAG: AFTER
544 This case will reject input strings where ``BEFORE`` occurs after ``AFTER``.
/openbsd-src/usr.bin/vi/docs/tutorial/
H A Dvi.beginner546 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 Dvi.advanced327 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 DPasses.rst737 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 Dcris.cpu110 (define-pmacro MACH-BRANCH-OFFSET-AFTER-INSN MACH-PRE-V32)
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A DChangeLog-98993574 cleat that the 'bitsize' field is the size of the bitfield AFTER
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-98993574 cleat that the 'bitsize' field is the size of the bitfield AFTER
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlop.pod1113 right operand is true, I<AFTER> which the range operator becomes false
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A DChangeLog-2000965 hooking of commands to GDB. A Hook may now be run "AFTER" execution of
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td3330 HelpText<"Add directory to AFTER include search path">;
/openbsd-src/gnu/usr.bin/perl/cpan/Unicode-Collate/Collate/
H A Dallkeys.txt3953 4DFE ; [*1034.0020.0002] # HEXAGRAM FOR AFTER COMPLETION

12