Home
last modified time | relevance | path

Searched refs:build_simple_component_ref (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dlambda.c431 tree ptr = build_simple_component_ref (object, field); in build_capture_proxy()
433 tree max = build_simple_component_ref (object, field); in build_capture_proxy()
H A Dtypeck.c3272 build_simple_component_ref (tree object, tree member) in build_simple_component_ref() function
3315 tree res = build_simple_component_ref (ptrmem, member); in build_ptrmemfunc_access_expr()
H A Dcp-tree.h7681 extern tree build_simple_component_ref (tree, tree);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dlambda.cc430 tree ptr = build_simple_component_ref (object, field); in build_capture_proxy()
432 tree max = build_simple_component_ref (object, field); in build_capture_proxy()
H A Dtypeck.cc3454 build_simple_component_ref (tree object, tree member) in build_simple_component_ref() function
3494 return build_simple_component_ref (ptrmem, member); in build_ptrmemfunc_access_expr()
H A Dcp-tree.h8095 extern tree build_simple_component_ref (tree, tree);
H A DChangeLog-2015749 (build_simple_component_ref, cp_build_array_ref, build_vec_cmp)
H A DChangeLog-20132755 * typeck.c (build_simple_component_ref): Split out from...