Searched refs:Init (Results 1 - 25 of 51) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dlocal2.C6 struct Init { struct
7 Init () { function in struct:Init
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20080709_0.C3 class Init { class
6 int f(Init *a) {
H A Dpr65276_0.C56 class Init class in class:std2::ios_base
60 static ios_base::Init __ioinit;
H A Dpr65302_0.C39 virtual void Init ();
57 virtual void Init ();
97 void ZRubberBand2P::Init () { function in class:ZRubberBand2P
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/visibility/
H A Dclass1.C2 // Init should not be hidden, so calling it should use the PLT.
14 static void Init();
21 nsINIParser::Init();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ipa/
H A Ddevirt-10.C13 void Init(wxDCBase*dc) { function in struct:wxBufferedDC
23 Init(&m_paintdc);
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dqual-types-1.mm17 @protocol Init <Zone>
39 id <Init, Zone> getObjId(void) { return obj; }
40 TestsuiteObject <Zone, Init> *getObj(void) { return obj; }
43 typedef Holder <Foo <Init, Zone> > FooHolder;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/graphite/
H A Dpr42681.C11 void Init(A *a) function
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_stack_trace.h26 void Init(const uptr *pcs, uptr cnt, uptr extra_top_pc = 0);
H A Dtsan_stack_trace.cc37 void VarSizeStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) { function in class:__tsan::VarSizeStackTrace
H A Dtsan_sync.h47 void Init(ThreadState *thr, uptr pc, uptr addr, u64 uid);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/objects/char/
H A D6.cc22 // ios_base::Init::~Init() calls cout.flush(), which may call
44 std::ios_base::Init init;
H A D5.cc24 // ios_base::Init has been constructed.
53 std::ios_base::Init init;
H A D3045.cc67 std::ios_base::Init make_sure_initialized;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D6.cc22 // ios_base::Init::~Init() calls wcout.flush(), which may call
40 std::ios_base::Init init;
H A D5.cc24 // ios_base::Init has been constructed.
53 std::ios_base::Init init;
H A D3045.cc67 std::ios_base::Init make_sure_initialized;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/ken/
H A Drob1.go24 func (list *List) Init() { func
50 func (this *Integer) Init(i int) *Integer { func
61 list.Init()
64 integer.Init(i)
/haiku-buildtools/gcc/libstdc++-v3/src/c++98/
H A Dios_init.cc78 ios_base::Init::Init() function in class:ios_base::Init
116 // streams are not re-initialized with uses of ios_base::Init
118 // ios_base::Init objects.
123 ios_base::Init::~Init()
154 bool __ret = ios_base::Init::_S_synced_with_stdio;
161 ios_base::Init __init;
163 ios_base::Init::_S_synced_with_stdio = __sync;
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dissue4529.go26 func Init(a string, b *A, c interface { func
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_libignore.h31 void Init(const SuppressionContext &supp);
H A Dsanitizer_mutex.h23 void Init() { function in class:__sanitizer::StaticSpinMutex
64 Init();
H A Dsanitizer_stacktrace.h70 void Init(const uptr *pcs, uptr cnt, uptr extra_top_pc = 0);
H A Dsanitizer_coverage_libcdep.cc60 void Init();
120 void CoverageData::Init() { function in class:__sanitizer::CoverageData
145 Init();
148 Init();
455 coverage_data.Init();
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_thread.h60 void Init(); // Should be called from the thread itself.

Completed in 193 milliseconds

123