Home
last modified time | relevance | path

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

/Linux-v5.15/scripts/gcc-plugins/
Drandomize_layout_plugin.c745 static bool type_name_eq(gimple stmt, const_tree type_tree, const char *wanted_name) in type_name_eq() argument
749 if (type_tree == NULL_TREE) in type_name_eq()
752 switch (TREE_CODE(type_tree)) { in type_name_eq()
754 type_name = TYPE_NAME_POINTER(type_tree); in type_name_eq()
757 if (TYPE_PRECISION(type_tree) == CHAR_TYPE_SIZE) in type_name_eq()
760 INFORM(gimple_location(stmt), "found non-char INTEGER_TYPE cast comparison: %qT\n", type_tree); in type_name_eq()
761 debug_tree(type_tree); in type_name_eq()
766 if (TREE_CODE(TREE_TYPE(type_tree)) == VOID_TYPE) { in type_name_eq()
770 INFORM(gimple_location(stmt), "found non-void POINTER_TYPE cast comparison %qT\n", type_tree); in type_name_eq()
771 debug_tree(type_tree); in type_name_eq()
[all …]