代码搜索:pointers

找到约 4,056 项符合「pointers」的源代码

代码结果 4,056
www.eeworm.com/read/121515/14754501

makefile

include Makefile.h all:: CODE_DIRS = basics details \ poly traits inherit meta exprtmpl \ types pointers tuples functors all:: @for DIR in $(CODE_DIRS); \ do \
www.eeworm.com/read/119982/14815037

cpp handle_exception.cpp

#include #define OUR_EXCEPTION 0xE0000001 LONG WINAPI OurUnhandledExceptionFilter(LPEXCEPTION_POINTERS lpExceptionData) { EXCEPTION_RECORD *ExceptionRecord = lpExceptionData-
www.eeworm.com/read/114372/15056097

makefile

include Makefile.h all:: CODE_DIRS = basics details \ poly traits inherit meta exprtmpl \ types pointers tuples functors all:: @for DIR in $(CODE_DIRS); \ do \
www.eeworm.com/read/206867/15287009

cpp handle_exception.cpp

#include #define OUR_EXCEPTION 0xE0000001 LONG WINAPI OurUnhandledExceptionFilter(LPEXCEPTION_POINTERS lpExceptionData) { EXCEPTION_RECORD *ExceptionRecord = lpExceptionData-
www.eeworm.com/read/206113/15299937

makefile

include Makefile.h all:: CODE_DIRS = basics details \ poly traits inherit meta exprtmpl \ types pointers tuples functors all:: @for DIR in $(CODE_DIRS); \ do \
www.eeworm.com/read/480930/1306761

c kiobuftest.c

/* * Example showing how to pin down a range of virtual pages from user-space * to be able to do for example DMA directly into them. * * It is necessary because the pages the virtual pointers refe
www.eeworm.com/read/470720/1445081

c spec7.c

// Test that we allow simple throw specs on pointers. void f() throw () { } void (*pf)() throw () = f; struct A { void g() throw () { } static void (A::*pmf)() throw (); }; void (A::* A::pmf)()
www.eeworm.com/read/470720/1447842

c pmem3.c

// Test that comparison of pointers to members does not complain about // contravariance violation. struct A { int i; }; struct B : public A { int j; int f (); }; int main () { int A::*apm = &A::i;
www.eeworm.com/read/470693/1457027

c spec7.c

// Test that we allow simple throw specs on pointers. void f() throw () { } void (*pf)() throw () = f; struct A { void g() throw () { } static void (A::*pmf)() throw (); }; void (A::* A::pmf)()
www.eeworm.com/read/470693/1459788

c pmem3.c

// Test that comparison of pointers to members does not complain about // contravariance violation. struct A { int i; }; struct B : public A { int j; int f (); }; int main () { int A::*apm = &A::i;