Home
last modified time | relevance | path

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

/external/bcc/src/cc/frontends/b/
Dnode.h433 enum storage_type { INTEGER, STRUCT, STRUCT_REFERENCE }; enumerator
445 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()
Dtype_check.cc57 if (sdecl->storage_type_ != StructVariableDeclStmtNode::STRUCT_REFERENCE) in visit_onvalid_stmt_node()
262 VariableDeclStmtNode::STRUCT_REFERENCE); in check_lookup_method()
Dparser.yy347 VariableDeclStmtNode::STRUCT_REFERENCE);