Searched refs:STRUCT_REFERENCE (Results 1 – 3 of 3) sorted by relevance
433 enum storage_type { INTEGER, STRUCT, STRUCT_REFERENCE }; enumerator445 bool is_struct() { return (storage_type_ == STRUCT || storage_type_ == STRUCT_REFERENCE); } in is_struct()446 bool is_pointer() { return (storage_type_ == STRUCT_REFERENCE); } in is_pointer()
57 if (sdecl->storage_type_ != StructVariableDeclStmtNode::STRUCT_REFERENCE) in visit_onvalid_stmt_node()263 VariableDeclStmtNode::STRUCT_REFERENCE); in check_lookup_method()
347 VariableDeclStmtNode::STRUCT_REFERENCE);