Searched refs:method2 (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dptype-flags.cc60 double method2(global_double) { return 24.0; } function in class:TypedefHolder
H A Dpsmang1.cc24 void method2 (void);
39 si.method2 ();
H A Dpsmang2.cc26 void method2 (void);
30 s::method2 (void) function in class:s
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dpsmang1.cc24 void method2 (void);
39 si.method2 ();
H A Dpsmang2.cc26 void method2 (void);
30 s::method2 (void) function in class:s
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_pm.c2533 u32 method1, method2; local
2549 method2 = ilk_wm_method2(crtc_state->pixel_rate,
2554 return min(method1, method2);
2565 u32 method1, method2; local
2577 method2 = ilk_wm_method2(crtc_state->pixel_rate,
2581 return min(method1, method2);
4720 uint_fixed_16_16_t method1, method2; local
4743 method2 = skl_wm_method2(wp->plane_pixel_rate,
4749 selected_result = max_fixed16(method2, wp->y_tile_minimum);
4754 selected_result = method2;
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d7025 void method2() const {}
7031 assert(is(CopyConstness!(typeof(Test.method2), byte) == const(byte)));
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d7932 void method2() const {}
7938 assert(is(CopyConstness!(typeof(Test.method2), byte) == const(byte)));

Completed in 304 milliseconds