Searched refs:inside (Results 1 - 25 of 105) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Ddir-only-3b.h7 extern int inside guard;
H A Ddir-only-1.c9 /* Ignore directives inside block comments...
10 #error directive inside block comment
14 #error directive inside line comment
16 /* A comment canot start inside a string. */
21 #error Comment started inside a string literal
63 /* Test escaped newline inside character escape sequence. */
/haiku-buildtools/legacy/gcc/gcc/config/i860/
H A Dbsd.h11 int inside; \
12 inside = FALSE; \
16 if (inside) \
19 inside = FALSE; \
24 if (inside) { \
26 inside = FALSE; \
32 if (!inside) { \
36 inside = TRUE; \
41 if (inside) \
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/tm/
H A Domp.c18 times_t inside; local
20 inside.enter = rdtsc();
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Dpr19910-2.l2 .*pr19910-2.s:2: Error: Expression inside %hi could not be parsed
4 .*pr19910-2.s:5: Error: Expression inside %lo could not be parsed
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dparallel-kernels-regions.f9512 !$acc kernels ! { dg-bogus "kernels construct inside of parallel region" "not implemented" { xfail *-*-* } }
17 !$acc parallel ! { dg-bogus "parallel construct inside of parallel region" "not implemented" { xfail *-*-* } }
22 !$acc parallel ! { dg-bogus "parallel construct inside of parallel region" "not implemented" { xfail *-*-* } }
24 !$acc kernels ! { dg-bogus "kernels construct inside of parallel region" "not implemented" { xfail *-*-* } }
29 !$acc kernels ! { dg-bogus "kernels construct inside of kernels region" "not implemented" { xfail *-*-* } }
34 !$acc parallel ! { dg-bogus "parallel construct inside of kernels region" "not implemented" { xfail *-*-* } }
39 !$acc parallel ! { dg-bogus "parallel construct inside of kernels region" "not implemented" { xfail *-*-* } }
41 !$acc kernels ! { dg-bogus "kernels construct inside of kernels region" "not implemented" { xfail *-*-* } }
46 !$acc data ! { dg-error "data construct inside of parallel region" }
51 !$acc data ! { dg-error "data construct inside o
[all...]
H A Dcritical.f9511 critical ! { dg-error "CRITICAL block inside of" }
22 !$acc parallel ! { dg-error "OpenACC directive inside of" }
/haiku-buildtools/gcc/gcc/cp/
H A Drepo.c70 int inside = 0; local
83 else if (! inside && c == ' ')
85 else if (! inside && c == '\\')
88 inside = !inside;
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dbundle-bad.l7 [^:]*:26:.*cannot change section or subsection inside \.bundle_lock
8 [^:]*:31:.*cannot change \.bundle_align_mode inside \.bundle_lock
H A Dbundle-bad.s21 # Test changing subsection inside .bundle_lock.
29 # Trying to change the setting inside .bundle_lock.
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr63762.c17 MaskF (int inside, int ndim, const int lbnd[], const int ubnd[], argument
44 if ((inside != 0) == (astGetNegated( used_region ) != 0))
53 if ((inside != 0) == (astGetNegated (used_region) != 0))
69 if (inside) astNegate (used_region);
73 if (inside) astNegate (used_region);
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dinit-fini-arrays.d5 # msp430 puts the init_array and fini_array inside the .rodata section.
/haiku-buildtools/binutils/gas/testsuite/gas/macros/
H A Daltmacro.s1 # Check use of LOCAL directive inside .altmacro.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug362.go8 // iota inside var
H A Dissue5172.go7 // issue 5172: spurious warn about type conversion on broken type inside go and defer
H A Dbug068.go15 There is no reason why the escapes need to be different inside strings and chars.
H A Dissue5607.go8 // uses initializers of blank variables inside closures.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/safe/
H A Dpkg.go7 // a package that uses unsafe on the inside but not in it's api
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dhp320.h555 int inside; \
556 inside = FALSE; \
560 if (inside) \
563 inside = FALSE; \
568 if (inside) { \
570 inside = FALSE; \
576 if (!inside) { \
580 inside = TRUE; \
585 if (inside) \
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Drepo.c215 int inside = 0; local
225 else if (! inside && c == ' ')
227 else if (! inside && c == '\\')
230 inside = !inside;
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dpushjs3b.d11 # Check that PUSHJ with an offset just inside the offset range of a JMP
H A Dpushjs3bm.d11 # Check that PUSHJ with an offset just inside the offset range of a JMP
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dpushjs3b.d11 # Check that PUSHJ with an offset just inside the offset range of a JMP
H A Dpushjs3bm.d11 # Check that PUSHJ with an offset just inside the offset range of a JMP
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic92.C42 template <class T> struct inside {}; struct in struct:test

Completed in 226 milliseconds

12345