代码搜索:Testing

找到约 10,000 项符合「Testing」的源代码

代码结果 10,000
www.eeworm.com/read/366702/2866986

c nrv1_main.c

// PR c++/5636 // Bug: the named return value optimization interfered with EH cleanups. // Split into pieces for binary compatibility testing October 2002 extern void nrv1_x (void); int main () {
www.eeworm.com/read/366702/2867044

c byval1_main.c

// PR c++/3948 // Test that the destructor call for a value parameter gets the // right address. // Split into pieces for binary compatibility testing October 2002 extern void byval1_x (void); int m
www.eeworm.com/read/366702/2868216

c c++98-pedantic.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-std=c++98 -pedantic" } */ /* This file is for testing the preprocessor in -std=c++98 -pedantic m
www.eeworm.com/read/366702/2877002

f90 cray_pointers_2.f90

! { dg-do run } ! { dg-options "-fcray-pointer -fbounds-check" } ! Series of routines for testing a Cray pointer implementation program craytest common /errors/errors(400) common /foo/foo ! To pre
www.eeworm.com/read/366702/2880498

c pr18425.c

/* { dg-do compile } */ /* ??? Using "long" isn't quite right; we're testing vectors of pointers here. But since no extant target supports sizeof(long) != sizeof(void*)... */ /* { dg-require-effec
www.eeworm.com/read/366702/2882707

c switch-warn-1.c

/* { dg-do run } */ /* { dg-options "-O0" } */ extern void abort (void); extern void exit (int); /* Check that out-of-bounds case warnings work in the case that the testing expression is promoted
www.eeworm.com/read/366702/2883974

c gnuc99-pedantic.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-std=gnu99 -pedantic" } */ /* This file is for testing the preprocessor in -std=gnu99 -pedantic m
www.eeworm.com/read/366702/2883980

c c94.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-std=iso9899:199409" } */ /* This file is for testing the preprocessor in -std=iso9899:199409 mod
www.eeworm.com/read/366702/2884300

c gnuc89-pedantic.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-std=gnu89 -pedantic" } */ /* This file is for testing the preprocessor in -std=gnu89 -pedantic m
www.eeworm.com/read/364666/2901671

java teststream.java

//: com:bruceeckel:simpletest:TestStream.java // Simple utility for testing program output. Intercepts // System.out to print both to the console and a buffer. // From 'Thinking in Java, 3rd ed.' (