Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Drandomize_layout_plugin.c754 static bool type_name_eq(gimple stmt, const_tree type_tree, const char *wanted_name) in type_name_eq() argument
758 if (type_tree == NULL_TREE) in type_name_eq()
761 switch (TREE_CODE(type_tree)) { in type_name_eq()
763 type_name = TYPE_NAME_POINTER(type_tree); in type_name_eq()
766 if (TYPE_PRECISION(type_tree) == CHAR_TYPE_SIZE) in type_name_eq()
769 INFORM(gimple_location(stmt), "found non-char INTEGER_TYPE cast comparison: %qT\n", type_tree); in type_name_eq() local
770 debug_tree(type_tree); in type_name_eq()
775 if (TREE_CODE(TREE_TYPE(type_tree)) == VOID_TYPE) { in type_name_eq()
779 INFORM(gimple_location(stmt), "found non-void POINTER_TYPE cast comparison %qT\n", type_tree); in type_name_eq() local
780 debug_tree(type_tree); in type_name_eq()
784 INFORM(gimple_location(stmt), "unhandled cast comparison: %qT\\n", type_tree); type_name_eq() local
[all...]

Completed in 2 milliseconds