代码搜索:implicit
找到约 5,250 项符合「implicit」的源代码
代码结果 5,250
www.eeworm.com/read/340710/3265441
v1
# conn for OE for network behind us.
# Uses would-be-implicit conn OEself.
include ../setup.default.new
conn OEnet
leftsubnet=192.0.2.0/24 # behind east
also=OEself
conn OEself
left=%defaultrout
www.eeworm.com/read/340665/3272853
c instantiate2.c
// Test that 'static template' instantiates statics.
// { dg-do compile }
// { dg-options "-fno-implicit-templates" }
template struct A {
static T t;
};
template T A::t = 0;
www.eeworm.com/read/340665/3274380
c typename3.c
// Build don't link:
// Special g++ Options: -Wno-deprecated
template
struct A
{
typedef T A_Type;
};
template
struct B : public A
{
A_Type Func(); // WARNING - implicit
www.eeworm.com/read/340665/3274835
c typename9.c
// Test to make sure that implicit typename doesn't break name binding rules.
// Special g++ Options: -w
typedef double A;
template class B {
typedef char A;
};
template struct X
www.eeworm.com/read/340665/3276853
f 13060.f
subroutine geo2()
implicit none
integer ms,n,ne(2)
ne(1) = 1
ne(2) = 2
ms = 1
call call_me(ne(1)*ne(1))
n = ne(ms)
end
www.eeworm.com/read/340665/3281040
c attr-6.c
/* Test for format attributes: test default attributes are applied
to implicit declarations. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu89 -Wf
www.eeworm.com/read/316872/3589274
makefile
#
# Makefile for the linux/parisc floating point code
#
# See arch/parisc/math-emu/README
EXTRA_CFLAGS += -Wno-parentheses -Wno-implicit-function-declaration \
-Wno-uninitialized -Wno-strict-prototy
www.eeworm.com/read/440906/1774451
c instantiate2.c
// Test that 'static template' instantiates statics.
// { dg-do compile }
// { dg-options "-fno-implicit-templates" }
template struct A {
static T t;
};
template T A::t = 0;
www.eeworm.com/read/440906/1776012
c typename3.c
// Build don't link:
// Special g++ Options: -Wno-deprecated
template
struct A
{
typedef T A_Type;
};
template
struct B : public A
{
A_Type Func(); // WARNING - implicit
www.eeworm.com/read/440906/1776467
c typename9.c
// Test to make sure that implicit typename doesn't break name binding rules.
// Special g++ Options: -w
typedef double A;
template class B {
typedef char A;
};
template struct X