代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/233522/4667722

h vcl_ctime.h

#ifndef vcl_generic_ctime_h_ #define vcl_generic_ctime_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_ctime.hhh and run make // NB: size_t is declared in , not
www.eeworm.com/read/233522/4667733

h vcl_memory.h

#ifndef vcl_generic_memory_h_ #define vcl_generic_memory_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_memory.hhh and run make // [20.4] lib.memory // allocator #ifndef vc
www.eeworm.com/read/233522/4667740

h vcl_iterator.h

#ifndef vcl_generic_iterator_h_ #define vcl_generic_iterator_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_iterator.hhh and run make // iterator_traits #ifndef vcl_iterator
www.eeworm.com/read/233522/4667750

h vcl_iosfwd.h

#ifndef vcl_generic_iosfwd_h_ #define vcl_generic_iosfwd_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_iosfwd.hhh and run make // streamoff #ifndef vcl_streamoff #define v
www.eeworm.com/read/233522/4667772

h vcl_algorithm.h

#ifndef vcl_generic_algorithm_h_ #define vcl_generic_algorithm_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_algorithm.hhh and run make // adjacent_find #ifndef vcl_adjacen
www.eeworm.com/read/233522/4667775

h vcl_functional.h

#ifndef vcl_generic_functional_h_ #define vcl_generic_functional_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_functional.hhh and run make // unary_function #ifndef vcl_una
www.eeworm.com/read/233522/4667777

h vcl_ios.h

#ifndef vcl_generic_ios_h_ #define vcl_generic_ios_h_ // THIS IS A GENERATED FILE. DO NOT EDIT! -- Instead, edit vcl_ios.hhh and run make // the std::ios::(in|out|etc) flags should // live in
www.eeworm.com/read/233448/4671944

c ptrintsum1.c

// PR c++/4401 // This testcase was miscompiled on 64-bit platforms, resulting to // operating on a[0x100000000] instead of a[0]. // { dg-do run } // { dg-options "-O2" } char *a; char b[] = "AAAA";
www.eeworm.com/read/231546/4714799

pl open3.pl

# This is a compatibility interface to IPC::Open3. New programs should # do # # use IPC::Open3; # # instead of # # require 'open3.pl'; package main; use IPC::Open3 'open3'; 1
www.eeworm.com/read/231546/4714834

pl open2.pl

# This is a compatibility interface to IPC::Open2. New programs should # do # # use IPC::Open2; # # instead of # # require 'open2.pl'; package main; use IPC::Open2 'open2'; 1