代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/340665/3281042
c builtin-1.c
/* Test for format extensions. Test that the __builtin functions get their
default attributes even with -ffreestanding.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* {
www.eeworm.com/read/340665/3283729
memory
// Memory extensions -*- C++ -*-
// Copyright (C) 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it an
www.eeworm.com/read/340665/3283738
numeric
// Numeric extensions -*- C++ -*-
// Copyright (C) 2002 Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it a
www.eeworm.com/read/339586/3296871
h stringtoolstest.h
#ifndef STRINGTOOLSTEST_H
#define STRINGTOOLSTEST_H
#include
#include
/// Unit tests for StringToolsTest
class StringToolsTest : pu
www.eeworm.com/read/339586/3296878
h testfailuretest.h
#ifndef TESTFAILURETEST_H
#define TESTFAILURETEST_H
#include
class TestFailureTest : public CPPUNIT_NS::TestFixture
{
CPPUNIT_TEST_SUITE( TestFailureTest );
www.eeworm.com/read/339586/3296898
cpp repeatedtesttest.cpp
#include "ExtensionSuite.h"
#include "RepeatedTestTest.h"
#include
#include
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( RepeatedTestTest,
www.eeworm.com/read/339586/3296899
h repeatedtesttest.h
#ifndef REPEATEDTESTTEST_H
#define REPEATEDTESTTEST_H
#include
class RepeatedTestTest : public CPPUNIT_NS::TestFixture
{
CPPUNIT_TEST_SUITE( RepeatedTestTest )
www.eeworm.com/read/339586/3296902
cpp orthodoxtest.cpp
#include "ExtensionSuite.h"
#include "OrthodoxTest.h"
#include
#include
CPPUNIT_TEST_SUITE_NAMED_REGISTRATION( OrthodoxTest,
www.eeworm.com/read/339586/3297283
cpp repeatedtest.cpp
#include
#include
CPPUNIT_NS_BEGIN
// Counts the number of test cases that will be run by this test.
int
RepeatedTest::countTestCases() co
www.eeworm.com/read/339586/3297306
cpp testdecorator.cpp
#include
CPPUNIT_NS_BEGIN
TestDecorator::TestDecorator( Test *test )
: m_test( test)
{
}
TestDecorator::~TestDecorator()
{
delete m_test;
}
int
Test