代码搜索:Nested

找到约 7,462 项符合「Nested」的源代码

代码结果 7,462
www.eeworm.com/read/233448/4685964

c if-cexp.c

/* { dg-do preprocess } */ /* Test the ? : opearator, for precedence and both true and false. */ #if 1 ? 1 ? 2 : 0 : 0 #error OK /* { dg-error "OK" "nested ? :" } */ #endif #if ((0) ? (1) ? (2)
www.eeworm.com/read/222917/4815351

phpt 011.phpt

--TEST-- Testing nested functions --POST-- --GET-- --FILE--
www.eeworm.com/read/207991/4999797

mal tst605.mal

# Testing global consts defined for all users # It should traverse the nested spaces looking for the correct variable # take a local copy version:str := const.take("version"); user:str := const.take
www.eeworm.com/read/193974/5138249

py badsyntax_future6.py

"""This is a test""" "this isn't a doc string" from __future__ import nested_scopes def f(x): def g(y): return x + y return g print f(2)(4)
www.eeworm.com/read/192230/5159588

c coremaker2.c

/* Simple little program that just generates a core dump from inside some nested function calls. Keep this as self contained as possible, I.E. use no environment resources other than possibly a
www.eeworm.com/read/190666/5173970

c nttp2.c

// Test for nested template template parameter feature template struct C { int f() { return 0; } }; template struct D { int
www.eeworm.com/read/190666/5173973

c nttp1.c

// Test for nested template template parameter feature template struct C { int f(); }; template int C:
www.eeworm.com/read/190666/5175419

c 891230_01.c

// g++ 1.36.1 bug 891230_01 // g++ gives typedefs which are nested within class declarations a scope // which is local to the class declaration itself. This causes examples // like the following to
www.eeworm.com/read/190666/5179818

c if-cexp.c

/* { dg-do preprocess } */ /* Test the ? : opearator, for precedence and both true and false. */ #if 1 ? 1 ? 2 : 0 : 0 #error OK /* { dg-error "OK" "nested ? :" } */ #endif #if ((0) ? (1) ? (2)
www.eeworm.com/read/162614/5527327

c nestfunc-6.c

/* Test that the GP gets properly restored, either by the nonlocal receiver or the nested function. */ #ifndef NO_TRAMPOLINES typedef __SIZE_TYPE__ size_t; extern void abort (void); extern void