代码搜索:Nested
找到约 7,462 项符合「Nested」的源代码
代码结果 7,462
www.eeworm.com/read/366702/2864888
c 20060512-4.c
/* { dg-do compile } */
/* { dg-require-effective-target ilp32 } */
/* { dg-options "-mstackrealign" } */
int
outer_function (int x, int y)
{
int __attribute__ ((__noinline__))
nested_function (in
www.eeworm.com/read/366702/2868242
c dr108.c
// { dg-do compile }
// Origin: Giovanni Bajo
// DR108: Are classes nested in templates dependent?
template struct S {
struct I1 {
typedef int X;
www.eeworm.com/read/366702/2868812
c crash7.c
// { dg-do compile }
// Origin: Volker Reichelt
// PR c++/10108: ICE in tsubst_decl for error due to non-existence
// nested type.
template struct A
{
www.eeworm.com/read/366702/2871708
c 900107_01.c
// { dg-do run }
// g++ 1.36.1 bug 900107_01
// Unlike GCC and Cfront 2.0, the g++ 1.36.1 compiler gives struct, union,
// and class declarations which are nested within blocks file scope.
// Cfron
www.eeworm.com/read/366702/2872083
c scoping4.c
// { dg-do assemble }
// PRMS Id: 4375
// Bug: g++ fails to keep track of nested typedefs properly.
class A {
public:
typedef const char * Ptr;
Ptr s;
Ptr get_string();
A(Ptr string); // { s
www.eeworm.com/read/366702/2877652
f90 array_constructor_7.f90
! Like array_constructor_6.f90, but test for nested iterators.
! { dg-do run }
program main
implicit none
call build (17)
contains
subroutine build (order)
integer :: order, i, j
call t
www.eeworm.com/read/366702/2878386
c nestfunc-3.c
extern long foo (long, long, long (*) (long, long));
extern long use (long (*) (long, long), long, long);
int
main (void)
{
#ifndef NO_TRAMPOLINES
long sum = 0;
long i;
long nested_0 (long a,
www.eeworm.com/read/366702/2883120
c pr14841.c
/* PR tree-optimization/14841
Make sure that we can fold a possible nested reference into a
constant aggregate. */
/* { dg-do compile } */
/* { dg-options "-O2 -fdump-tree-store_ccp-details" }
www.eeworm.com/read/357445/3015450
m runps.m
function [x fval] = runps(a,b,c,x0)
[x, fval] = patternsearch(@nestedfun,x0);
% Nested function that computes the objective function
function y = nestedfun(x)
y = (a - b*x(1)^2 + x(1)