Home
last modified time | relevance | path

Searched refs:build_offset_type (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c620 t1 = build_offset_type (base, target);
6708 return build_offset_type (TYPE_OFFSET_BASETYPE (type),
H A Dinit.c1717 t = build (OFFSET_REF, build_offset_type (type, TREE_TYPE (t)), decl, t);
H A Dpt.c7041 return build_offset_type (r, type);
H A Ddecl.c10127 return build_pointer_type (build_offset_type (class_type, member_type)); in build_ptrmem_type()
H A DChangeLog3212 (grokdeclarator): Do not use build_offset_type when encountering a
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.h2274 extern tree build_offset_type PARAMS ((tree, tree));
H A Dtree.c3814 build_offset_type (basetype, type) in build_offset_type() function
H A DChangeLog.39524 build_method_type, build_offset_type, build_complex_type): Likewise.
/openbsd-src/gnu/gcc/gcc/
H A Dtree.h3607 extern tree build_offset_type (tree, tree);
H A Dtree.c5358 build_offset_type (tree basetype, tree type) in build_offset_type() function
/openbsd-src/gnu/gcc/gcc/cp/
H A Ddecl.c6584 return build_offset_type (class_type, member_type); in build_ptrmem_type()
H A DChangeLog-20021809 (grokdeclarator): Do not use build_offset_type when encountering a