Home
last modified time | relevance | path

Searched refs:cp_function_chain (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
Dname-lookup.h263 (*(cfun && cp_function_chain && cp_function_chain->bindings \
264 ? &cp_function_chain->bindings \
Dcp-tree.h1112 #define cp_function_chain (cfun->language) macro
1119 #define cdtor_label cp_function_chain->x_cdtor_label
1126 (*(cfun && cp_function_chain \
1127 ? &cp_function_chain->x_current_class_ptr \
1130 (*(cfun && cp_function_chain \
1131 ? &cp_function_chain->x_current_class_ref \
1137 #define current_eh_spec_block cp_function_chain->x_eh_spec_block
1142 #define current_in_charge_parm cp_function_chain->x_in_charge_parm
1147 #define current_vtt_parm cp_function_chain->x_vtt_parm
1152 #define current_function_returns_value cp_function_chain->returns_value
[all …]