Searched refs:get_cursor (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_access_specifiers.py10 from .util import get_cursor namespace
31 test_class = get_cursor(tu, "test_class")
34 public = get_cursor(tu.cursor, "public_member_function")
37 protected = get_cursor(tu.cursor, "protected_member_function")
40 private = get_cursor(tu.cursor, "private_member_function")
H A Dtest_linkage.py10 from .util import get_cursor namespace
28 no_linkage = get_cursor(tu.cursor, 'no_linkage')
31 internal = get_cursor(tu.cursor, 'internal')
34 unique_external = get_cursor(tu.cursor, 'unique_external')
37 external = get_cursor(tu.cursor, 'external')
H A Dtest_tls_kind.py10 from .util import get_cursor namespace
26 tls_none = get_cursor(tu.cursor, 'tls_none')
29 tls_dynamic = get_cursor(tu.cursor, 'tls_dynamic')
32 tls_static = get_cursor(tu.cursor, 'tls_static')
44 tls_declspec_msvc18 = get_cursor(tu.cursor, 'tls_declspec_msvc18')
53 tls_declspec_msvc19 = get_cursor(tu.cursor, 'tls_declspec_msvc19')
H A Dtest_comment.py7 from tests.cindex.util import get_cursor namespace
29 test1 = get_cursor(tu, 'test1')
37 test2 = get_cursor(tu, 'test2')
43 f = get_cursor(tu, 'f')
H A Dtest_location.py10 from .util import get_cursor namespace
27 one = get_cursor(tu, 'one')
28 two = get_cursor(tu, 'two')
38 one = get_cursor(tu, 'one')
39 two = get_cursor(tu, 'two')
49 one = get_cursor(tu, 'one')
50 two = get_cursor(tu, 'two')
63 one = get_cursor(tu, 'one')
84 one = get_cursor(tu, 'one')
85 two = get_cursor(t
[all...]
H A Dtest_type.py12 from .util import get_cursor namespace
45 teststruct = get_cursor(tu, 'teststruct')
139 teststruct = get_cursor(tu, 'teststruct')
153 a = get_cursor(tu, 'a')
154 b = get_cursor(tu, 'b')
155 v = get_cursor(tu, 'v')
170 c = get_cursor(tu, 'c')
171 i = get_cursor(tu, 'i')
172 x = get_cursor(tu, 'x')
173 v = get_cursor(t
[all...]
H A Dtest_cursor.py15 from .util import get_cursor namespace
130 cls = get_cursor(tu, 'X')
131 foo = get_cursor(tu, 'foo')
132 bar = get_cursor(tu, 'bar')
227 cls = get_cursor(tu, 'X')
228 x_ = get_cursor(tu, 'x_')
229 y_ = get_cursor(tu, 'y_')
243 cls = get_cursor(tu, 'X')
244 foo = get_cursor(tu, 'foo')
245 bar = get_cursor(t
[all...]
H A Dutil.py43 def get_cursor(source, spelling): function
85 'get_cursor',
H A Dtest_translation_unit.py22 from .util import get_cursor namespace
204 foo = get_cursor(tu2, 'foo')
220 foo = get_cursor(tu2, 'foo')
/netbsd-current/sys/dev/tc/
H A Dtfb.c226 static int get_cursor(struct tfb_softc *, struct wsdisplay_cursor *);
454 return get_cursor(sc, (struct wsdisplay_cursor *)data);
831 get_cursor(struct tfb_softc *sc, struct wsdisplay_cursor *p) function
H A Dcfb.c188 static int get_cursor(struct cfb_softc *, struct wsdisplay_cursor *);
416 return get_cursor(sc, (struct wsdisplay_cursor *)data);
773 get_cursor(struct cfb_softc *sc, struct wsdisplay_cursor *p) function
H A Dxcfb.c146 static int get_cursor(struct xcfb_softc *, struct wsdisplay_cursor *);
450 return get_cursor(sc, (struct wsdisplay_cursor *)data);
653 get_cursor(struct xcfb_softc *sc, struct wsdisplay_cursor *p) function
H A Dmfb.c172 static int get_cursor(struct mfb_softc *, struct wsdisplay_cursor *);
382 return get_cursor(sc, (struct wsdisplay_cursor *)data);
661 get_cursor(struct mfb_softc *sc, struct wsdisplay_cursor *p) function
H A Dsfb.c201 static int get_cursor(struct sfb_softc *, struct wsdisplay_cursor *);
450 return get_cursor(sc, (struct wsdisplay_cursor *)data);
827 get_cursor(struct sfb_softc *sc, struct wsdisplay_cursor *p) function
H A Dsfbplus.c192 static int get_cursor(struct sfbp_softc *, struct wsdisplay_cursor *);
486 return get_cursor(sc, (struct wsdisplay_cursor *)data);
810 get_cursor(struct sfbp_softc *sc, struct wsdisplay_cursor *p) function
/netbsd-current/sys/arch/arm/iomd/
H A Dvidcvideo.c183 static int get_cursor(struct vidcvideo_softc *, struct wsdisplay_cursor *);
419 return get_cursor(sc, (struct wsdisplay_cursor *)data);
757 get_cursor(struct vidcvideo_softc *sc, struct wsdisplay_cursor *p) function

Completed in 204 milliseconds