Home
last modified time | relevance | path

Searched defs:tree_function_decl (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/test/CodeGen/
H A D2005-09-24-BitFieldCrash.c15 struct tree_function_decl { struct
25 struct tree_function_decl function_decl; argument
/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/
Dtree.h3476 struct GTY(()) tree_function_decl { struct
3477 struct tree_decl_non_common common;
3479 struct function *f;
3482 tree personality;
3485 tree function_specific_target; /* target options */
3486 tree function_specific_optimization; /* optimization options */
3495 unsigned static_ctor_flag : 1;
3496 unsigned static_dtor_flag : 1;
3497 unsigned uninlinable : 1;
3499 unsigned possibly_inlined : 1;
[all …]