代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/287096/4030416
cpp mapiproviderrs.cpp
// Implementation of the CMAPIProviderCommand
#include "stdafx.h"
#include "OLEDBMail.h"
//Added by Chuck Wood
//This is to ensure that only one set of non-extern mapi
//functions are declared.
www.eeworm.com/read/286235/4040752
err usbin.err
"usbin.c", line 94: Warning: C2870W: variable 'i' declared but not used
usbin.c: 1 warning, 0 errors, 0 serious errors
www.eeworm.com/read/280815/4123755
h externvar.h
/*
* File : externvar.h
*
* Description: All the external variables are declared here.
*
* Copyright 2004 ZiLOG Inc. ALL RIGHTS RESERVED.
*
* This file contains unpublished confid
www.eeworm.com/read/440906/1777719
c 900220_01.c
// g++ 1.36.1 bug 900220_01
// Ref: 12.8
// Section 12.8 says:
// "That is, X::operator=() will be generated only if no assignment
// operation is explicitly declared and an object of class X is ac
www.eeworm.com/read/440906/1777895
c scoping14.c
// [class.scope0]: The scope of a name declared in a class consists
// ... also of all ... default arguments ... in that class ....
// Build don't link:
struct A {
void f (int A::* = &A::i);
int
www.eeworm.com/read/433701/1881996
properties messages_de.properties
SpellCheckManager.Default_Spell_Checker=Standardrechtschreibepr黤ung
SpellCheckManager.Could_not_create_tokenizer=Tokenizer konnte nicht erzeugt werden
SpellCheckManager.No_dictionary_file_declared=K
www.eeworm.com/read/427458/1971798
err usbin.err
"usbin.c", line 94: Warning: C2870W: variable 'i' declared but not used
usbin.c: 1 warning, 0 errors, 0 serious errors
www.eeworm.com/read/408005/2255872
properties messages_de.properties
SpellCheckManager.Default_Spell_Checker=Standardrechtschreibepr黤ung
SpellCheckManager.Could_not_create_tokenizer=Tokenizer konnte nicht erzeugt werden
SpellCheckManager.No_dictionary_file_declared=K
www.eeworm.com/read/366702/2865899
c using15.c
// PR c++/27933
// { dg-do compile }
template struct A
{
int i;
A() { using i; } // { dg-error "nested-name-specifier|declared" }
};
A a;
www.eeworm.com/read/366702/2871108
c err-msg11.c
// { dg-do assemble }
// GROUPS passed error-messages
void foo (mutable int x);// { dg-error "" } non-member `x' cannot be declared `mutable'.*