代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/168845/5435788
cpp prg_exec_fail4.cpp
// (C) Copyright Gennadiy Rozental 2003-2005.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE
www.eeworm.com/read/168845/5435795
cpp test_exec_fail1.cpp
// (C) Copyright Gennadiy Rozental 2001-2005.
// (C) Copyright Beman Dawes 2000.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy
www.eeworm.com/read/168845/5435796
cpp test_exec_fail3.cpp
// (C) Copyright Gennadiy Rozental 2001-2005.
// (C) Copyright Beman Dawes 2000.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy
www.eeworm.com/read/168845/5435802
cpp test_exec_fail2.cpp
// (C) Copyright Gennadiy Rozental 2001-2005.
// (C) Copyright Beman Dawes 2000.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy
www.eeworm.com/read/168845/5435807
cpp prg_exec_fail1.cpp
// (C) Copyright Gennadiy Rozental 2001-2005.
// (C) Copyright Beman Dawes 2001.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy
www.eeworm.com/read/168845/5435808
cpp prg_exec_fail2.cpp
// (C) Copyright Gennadiy Rozental 2001-2005.
// (C) Copyright Beman Dawes 2001.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy
www.eeworm.com/read/168845/5435859
cpp prg_exec_fail3.cpp
// (C) Copyright Gennadiy Rozental 2002-2005.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy at
// http://www.boost.org/LICENSE
www.eeworm.com/read/168845/5435865
cpp test_exec_fail4.cpp
// (C) Copyright Gennadiy Rozental 2001-2005.
// (C) Copyright Beman Dawes 2001.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE_1_0.txt or copy
www.eeworm.com/read/162614/5516571
c all-tls-local-exec.c
/* { dg-options "-ftls-model=local-exec -mfdpic" } */
/* { dg-do compile } */
static __thread int x;
extern void bar ();
int *y;
void foo (void)
{
bar ();
y = &x;
}
/* { dg-final { scan-assembler