代码搜索:test1
找到约 3,239 项符合「test1」的源代码
代码结果 3,239
www.eeworm.com/read/162614/5530204
c sync-1.c
/* Validate that the __sync builtins are overloaded properly. */
/* { dg-do compile } */
/* { dg-options "-Werror" } */
#define TEST1(TYPE, BUILTIN) \
void t_##TYPE##BUILTIN(TYPE *p) \
{ \
_
www.eeworm.com/read/229812/4740754
cmp misc05.cmp
echo test1
test1
echo test2
test2
echo test3
test3
www.eeworm.com/read/352913/10494062
cpp test.cpp
#include "BinTree.cpp"
#include
#include
using namespace std;
void Test1();
void Test2();
void Test3();
main()
{ //Test1();
Test2();
Test3();
}
void Test1()
{
www.eeworm.com/read/229812/4740630
err11
# ----------------------------
# ERROR 11: unknown % command
# ----------------------------
.CONTINUE
all : test1 test2 .symbolic
test1 : .symbolic
%foobar
test2 : .symbolic
%
www.eeworm.com/read/470720/1450395
c 990525-2.c
typedef struct {
int v[4];
} Test1;
Test1 func2();
int func1()
{
Test1 test;
test = func2();
if (test.v[0] != 10)
abort ();
if (test.v[1] != 20)
abort ();
if (te
www.eeworm.com/read/470693/1462341
c 990525-2.c
typedef struct {
int v[4];
} Test1;
Test1 func2();
int func1()
{
Test1 test;
test = func2();
if (test.v[0] != 10)
abort ();
if (test.v[1] != 20)
abort ();
if (te
www.eeworm.com/read/240162/4588191
c 990525-2.c
typedef struct {
int v[4];
} Test1;
Test1 func2();
int func1()
{
Test1 test;
test = func2();
if (test.v[0] != 10)
abort ();
if (test.v[1] != 20)
abort ();
if (te