代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/127739/6001313
-ef 20-constr-ok.asn1.-ef
ModuleTestConstr {iso org(3) dod(6) internet(1) private(4)
enterprise(1) spelio(9363) software(1) asn1c(5) test(1)
20 }
DEFINITIONS IMPLICIT TAGS EXTENSIBILITY IMPLIED ::=
BEGIN
ConstructedType1 ::
www.eeworm.com/read/234115/14121510
log coreb.log
# Generated by the VisualDSP++ IDDE (Tue Jul 19 21:52:08 2005)
# Project File: J:\Diplomarbeit\Programme\ADSP BF561\Versuche\Video_INOUT\Core B\CoreB.dpj
"C:\VisualDSP 4.0\ccblkfn.exe" -c .\main.c
www.eeworm.com/read/234115/14121554
log corea.log
# Generated by the VisualDSP++ IDDE (Sun Jul 03 14:57:38 2005)
# Project File: J:\Diplomarbeit\Programme\ADSP BF561\Versuche\Video_INOUT\Core A\CoreA.dpj
"C:\VisualDSP 4.0\ccblkfn.exe" -c .\I2C.c
www.eeworm.com/read/162614/5517059
c 3dnowa-2.c
/* { dg-do assemble { target i?86-*-* x86_64-*-* } } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O0 -Werror-implicit-function-declaration -m3dnow -march=athlon" } */
/* Test that
www.eeworm.com/read/162614/5517063
c 3dnowa-1.c
/* { dg-do assemble { target i?86-*-* x86_64-*-* } } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-O2 -Werror-implicit-function-declaration -m3dnow -march=athlon" } */
/* Test that
www.eeworm.com/read/162614/5517586
c assign1.c
/* { dg-do compile } */
/* { dg-require-visibility "" } */
/* { dg-final { scan-hidden "_ZN1DaSERKS_" } } */
struct B {
B& operator=(const B&);
};
struct D : public B {
// The implicit assignmen
www.eeworm.com/read/162614/5518906
c explicit1.c
// { dg-do link }
// { dg-options "-fno-implicit-templates" }
template struct C {
~C();
};
template C::~C() {}
struct X {
C *p;
~X() { delete p; }
};
template class
www.eeworm.com/read/162614/5520386
c typename3.c
// { dg-do assemble }
// { dg-options "-Wno-deprecated" }
template
struct A
{
typedef T A_Type;
};
template
struct B : public A
{
A_Type Func(); // { dg-warning "" } imp
www.eeworm.com/read/162614/5525321
a c760010.a
-- C760010.A
--
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5526338
f90 array_constructor_2.f90
! { dg-do compile }
! Check that array constructor delimiters match
program bracket_array_constr_2
implicit none
integer :: a(4)
a = (/ 1, 2, 3, 4 ] ! { dg-error "array constructor" }