代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/470917/1439058
h local_lim.h
/* Minimum guaranteed maximum values for system limits. Linux/SPARC version.
Copyright (C) 1993-1998,2000,2002-2004,2008 Free Software Foundation, Inc.
This file is part of the GNU C Library.
www.eeworm.com/read/470917/1439064
h local_lim.h
/* Minimum guaranteed maximum values for system limits. Linux version.
Copyright (C) 1993-1998,2000,2002-2004,2008 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The
www.eeworm.com/read/470917/1441229
h local_lim.h
/* Minimum guaranteed maximum values for system limits. Linux version.
Copyright (C) 1993-1998,2000,2003,2004,2008 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The
www.eeworm.com/read/470917/1441278
h local-setxid.h
/* SETxID functions which only have to change the local thread and
none of the possible other threads. */
#include
#include
/* If we can use the syscall directly, u
www.eeworm.com/read/470917/1441426
h local_lim.h
/* Copyright (C) 1992, 1996 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the term
www.eeworm.com/read/470917/1442975
h local_lim.h
/* Minimum guaranteed maximum values for system limits. Hurd version.
Copyright (C) 1993,94,96,98,2002 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Libra
www.eeworm.com/read/470720/1444649
c local1.c
// { dg-options "-O" }
struct Outer {
struct Inner { virtual bool f() = 0; };
void g(Inner &) const;
};
inline void h(const Outer &o)
{
struct Local : public Outer::Inner {
virtual bool f
www.eeworm.com/read/470720/1444848
c local3.c
template
void f(const T&)
{
struct B {
void g (T);
};
B b;
};
void g()
{
f(42);
}
www.eeworm.com/read/470720/1444894
c local1.c
// PR c++/4286: We were crashing when trying to set up the class bindings in
// g(), because xref wanted the mangled name, which breaks inside a template.
// Of course, the offending code is actually
www.eeworm.com/read/470720/1445190
c local3.c
// Bug: g++ lies about DECL_CONTEXT, so the backend thinks B::f is not
// function-local.
// Contributed by Jason Merrill
// excess errors test
struct A {
virtual void f () = 0;