Home
last modified time | relevance | path

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

/Linux-v5.4/scripts/gcc-plugins/
Drandomize_layout_plugin.c749 static bool type_name_eq(gimple stmt, const_tree type_tree, const char *wanted_name) in type_name_eq() argument
753 if (type_tree == NULL_TREE) in type_name_eq()
756 switch (TREE_CODE(type_tree)) { in type_name_eq()
758 type_name = TYPE_NAME_POINTER(type_tree); in type_name_eq()
761 if (TYPE_PRECISION(type_tree) == CHAR_TYPE_SIZE) in type_name_eq()
764 INFORM(gimple_location(stmt), "found non-char INTEGER_TYPE cast comparison: %qT\n", type_tree); in type_name_eq()
765 debug_tree(type_tree); in type_name_eq()
770 if (TREE_CODE(TREE_TYPE(type_tree)) == VOID_TYPE) { in type_name_eq()
774 INFORM(gimple_location(stmt), "found non-void POINTER_TYPE cast comparison %qT\n", type_tree); in type_name_eq()
775 debug_tree(type_tree); in type_name_eq()
[all …]