代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/214029/15116231
cs sp_question.cs
using System;
using System.Data;
using System.Text;
using System.Data.SqlClient;
namespace sp.SQLServerDAL
{
///
/// 数据访问类sp_question。
///
public class s
www.eeworm.com/read/173141/5378407
properties dblook_test_sed.properties
# Filters and substitutes for SED
# Multiple patterns for DELETE: comma separated
# delete=pattern1,pattern2,...,patternn
# No commas can be allowed in the patterns.
#
# Multiple patterns for SUBSTI
www.eeworm.com/read/169681/5416123
h archarm.h
/* archArm.h - ARM specific header */
/* Copyright 1996-1999 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,13mar01,sn SPR 73723 - define supported toolchains
01c,20j
www.eeworm.com/read/163821/5508486
s crt0.s
/* When we enter this piece of code, the program stack looks like this:
argc argument counter (integer)
argv[0] program name (pointer)
argv[1...N] progra
www.eeworm.com/read/162614/5518135
c diag-2.c
/* Invalid __thread specifiers. */
/* { dg-require-effective-target tls } */
__thread extern int g1; /* { dg-error "'__thread' before 'extern'" } */
__thread static int g2; /* { dg-error "'__threa
www.eeworm.com/read/162614/5518823
c mult-stor1.c
// PR c++/20646
// Origin: Dan Rosen
// { dg-do compile }
struct A
{
extern static int i; // { dg-error "multiple storage classes" }
};
www.eeworm.com/read/162614/5521891
c net34.c
// { dg-do run }
// { dg-options "" }
#include
class foo {
public:
foo(int i) {k = i;}
protected:
int k;
};
class bar_1 : public foo {
public:
bar_1(int i) : foo
www.eeworm.com/read/162614/5530268
c redecl-3.c
/* Test for multiple declarations and composite types. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
int y[];
void
g (void)
{
extern int y[1
www.eeworm.com/read/162614/5530295
c redecl-5.c
/* Test for multiple declarations and composite types, as in bug
13801. Test types saved from outer scopes are up to date. Debug
test. */
/* Origin: Joseph Myers */
/*