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 D | lambda.c | 431 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 D | typeck.c | 3272 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 D | cp-tree.h | 7681 extern tree build_simple_component_ref (tree, tree);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | lambda.cc | 430 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 D | typeck.cc | 3454 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 D | cp-tree.h | 8095 extern tree build_simple_component_ref (tree, tree);
|
H A D | ChangeLog-2015 | 749 (build_simple_component_ref, cp_build_array_ref, build_vec_cmp)
|
H A D | ChangeLog-2013 | 2755 * typeck.c (build_simple_component_ref): Split out from...
|