代码搜索:Deleting
找到约 833 项符合「Deleting」的源代码
代码结果 833
www.eeworm.com/read/470720/1447156
c delvoid.c
// Jason Merrill
// Special g++ Options: -w
// Test for deleting a void pointer, which the standard says is undefined,
// but which is used by several free C++ programs.
void *p;
www.eeworm.com/read/470693/1459102
c delvoid.c
// Jason Merrill
// Special g++ Options: -w
// Test for deleting a void pointer, which the standard says is undefined,
// but which is used by several free C++ programs.
void *p;
www.eeworm.com/read/240162/4582343
c delvoid.c
// { dg-do run }
// { dg-options "-w" }
// Jason Merrill
// Test for deleting a void pointer, which the standard says is undefined,
// but which is used by several free C++ program
www.eeworm.com/read/240162/4582471
c p783a.c
// { dg-do run }
// Copying into an object directly is a lose according to tiemann.
// Deleting an object many times is a lose.
// prms-id: 783
extern "C" int printf (const char *, ...);
extern "C"
www.eeworm.com/read/233448/4675159
c delvoid.c
// { dg-do run }
// { dg-options "-w" }
// Jason Merrill
// Test for deleting a void pointer, which the standard says is undefined,
// but which is used by several free C++ program
www.eeworm.com/read/233448/4675287
c p783a.c
// { dg-do run }
// Copying into an object directly is a lose according to tiemann.
// Deleting an object many times is a lose.
// prms-id: 783
extern "C" int printf (const char *, ...);
extern "C"
www.eeworm.com/read/221464/4828406
py core_delete_module.py
#!/usr/bin/python
# This tests the facilities for deleting modules.
import BoostBuild
t = BoostBuild.Tester(pass_toolset=0)
t.write("file.jam", """
module foo
{
rule bar { }
va
www.eeworm.com/read/190666/5174947
c delvoid.c
// Jason Merrill
// Special g++ Options: -w
// Test for deleting a void pointer, which the standard says is undefined,
// but which is used by several free C++ programs.
void *p;
www.eeworm.com/read/168845/5429818
py core_delete_module.py
#!/usr/bin/python
# This tests the facilities for deleting modules.
import BoostBuild
t = BoostBuild.Tester(pass_toolset=0)
t.write("file.jam", """
module foo
{
rule bar { }
va