Searched refs:type_found (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/sys/dev/pci/drm/ttm/ |
| H A D | ttm_bo.c | 777 bool type_found = false; in ttm_bo_mem_space() local 792 type_found = true; in ttm_bo_mem_space() 818 type_found = true; in ttm_bo_mem_space() 828 if (!type_found) { in ttm_bo_mem_space()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | parse.c | 13001 tree decl, where_found, type_found; local 13004 &where_found, &type_found)) 13009 && type_found && TYPE_ARRAY_P (type_found) 13033 if (!type_found) 13034 type_found = DECL_CONTEXT (decl); 13038 type_found, DECL_NAME (decl)); 13097 resolve_qualified_expression_name (wfl, found_decl, where_found, type_found) in resolve_qualified_expression_name() argument 13099 tree *found_decl, *type_found, *where_found; 13111 *type_found = *where_found = NULL_TREE; 13174 *type_found = type = QUAL_DECL_TYPE (*where_found); [all …]
|
| H A D | parse.y | 9436 tree decl, where_found, type_found; local 9439 &where_found, &type_found)) 9444 && type_found && TYPE_ARRAY_P (type_found) 9468 if (!type_found) 9469 type_found = DECL_CONTEXT (decl); 9473 type_found, DECL_NAME (decl)); 9532 resolve_qualified_expression_name (wfl, found_decl, where_found, type_found) in resolve_qualified_expression_name() argument 9534 tree *found_decl, *type_found, *where_found; 9546 *type_found = *where_found = NULL_TREE; 9609 *type_found = type = QUAL_DECL_TYPE (*where_found); [all …]
|
| H A D | ChangeLog | 5524 * parse.y (resolve_field_access): Handle case where `type_found' 10602 (resolve_qualified_expression_name): Initialize type_found to 10919 decls. Set where_found and type_found on non static field resolved 11784 resolving from SUPER, set *type_found.
|