代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/233522/4667766
h vcl_cstring.h
#ifndef vcl_generic_cstring_h_
#define vcl_generic_cstring_h_
// THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_cstring.hhh and run make
// NB: size_t is declared in , not
www.eeworm.com/read/233522/4667813
h vcl_cmath.h
#ifndef vcl_mwerks_cmath_h_
#define vcl_mwerks_cmath_h_
#include
#define vcl_generic_cmath_STD /* */
#include "generic/vcl_cmath.h"
// the following functions are declared in both
www.eeworm.com/read/233522/4667824
h vcl_complex.h
#ifndef vcl_borland_complex_h_
#define vcl_borland_complex_h_
// fsm@robots: complex is derived from _Complex_base, which is not
// declared with __declspec(dllimport). So complex should
www.eeworm.com/read/233448/4675601
c 900208_02.c
// { dg-do run }
// g++ 1.36.1 bug 900208_02
// g++ does not allow a static member of a class/struct/union to be
// declared as an array without an explicit upper bound.
// Cfront 2.0 passes this t
www.eeworm.com/read/229812/4741375
sed filt_err.sed
/^File.*\\diag[0-9][0-9]*\.c/s/^.*\\\(diag[0-9]*\.c\)/\1/
/declared in:/s/in:.*\\\(diag[0-9]*\.c([0-9]*,[0-9]*)\)/in: \1/
www.eeworm.com/read/197479/5094752
cpp xml-rpc.cpp
/*
XML-RPC definitions for C++
Note:
XML-RPC declarations are given in the gSOAP header file xml-rpc.h
Iterators and iostream operators are declared in xml-rpc-iters.h
Example calling sequence:
/
www.eeworm.com/read/306677/3735171
cpp xml-rpc.cpp
/*
XML-RPC definitions for C++
Note:
XML-RPC declarations are given in the gSOAP header file xml-rpc.h
Iterators and iostream operators are declared in xml-rpc-iters.h
Example calling sequence:
/
www.eeworm.com/read/281683/4113321
h platform_hooks.h
#ifndef _PLATFORM_HOOKS_H
# define _PLATFORM_HOOKS_H
// Methods declared here must be implemented by
// each platform.
# include "types.h"
# include "classes.h"
# include "language.h"
# include
www.eeworm.com/read/273525/4208452
style graphstyle-bygraph.style
*! version 1.0.1 20jul2004
sequence 2100
set margin scheme bygraph
set boxstyle scheme bygraph_plotregion
set inner_boxstyle scheme bygraph_iplotregion
set declared_xsize schem
www.eeworm.com/read/366702/2865967
c error1.c
// PR c++/17609
// Origin:
// { dg-do compile }
namespace N { int i; }
void foo() { i; } // { dg-error "not declared" }
using namespace N;
void bar() { i; }