代码搜索结果

找到约 820,005 项符合 if 的代码

weak1.c

// The PA HP-UX dynamic loader doesn't support unsatisfied weak symbols. // { dg-do run } // { dg-require-weak "" } // { dg-skip-if "No unsat" { hppa*-*-hpux* } { "*" } { "" } } extern void foo (void

goto1.c

extern "C" void abort (); static int count; struct S { S() { ++count; } ~S() { --count; } }; int foo(int p) { S s1; { S s2; if (p) goto L; else return 1; } foo (

altivec-12.c

/* Test vec_dst* functions with float pointer as first argument. */ /* { dg-do compile { target powerpc*-*-* } } */ /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */

altivec-9.c

/* Test for AltiVec function vec_ld, passing a pointer to const vector */ /* { dg-do compile { target powerpc*-*-* } } */ /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" }

altivec-11.c

/* Test handling of literal constant for dss operation. */ /* { dg-do compile { target powerpc*-*-* } } */ /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */ /* { dg-

complit4.c

// PR c++/23172 // { dg-do run } // { dg-options "" } int i = (int) {7}; int main () { if (i != 7) return 1; }

altivec-1.c

/* { dg-do compile { target powerpc*-*-* } } */ /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */ /* { dg-options "-maltivec" } */ #include int main()

altivec-4.c

/* { dg-do compile { target powerpc*-*-* } } */ /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */ /* { dg-options "-maltivec" } */ /* PR c++/14425 */ #include

altivec-5.c

/* { dg-do compile { target powerpc*-*-* } } */ /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */ /* { dg-options "-maltivec" } */ /* PR c++/14426 */ #include

altivec-2.c

/* { dg-do compile { target powerpc*-*-* } } */ /* { dg-xfail-if "" { "powerpc-*-eabispe*" "powerpc-ibm-aix*" } { "*" } { "" } } */ /* { dg-options "-maltivec -Wall" } */ /* This test checks if AltiV