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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DTable.cc1154 VType_type datum_type = val->type; local
1156 checkCompatibility (datum_type, data_type);
1566 VType_type datum_type = valColumns[ii].type; local
1568 checkCompatibility (datum_type, data_type);
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DTable.cc1154 VType_type datum_type = val->type; local
1156 checkCompatibility (datum_type, data_type);
1566 VType_type datum_type = valColumns[ii].type; local
1568 checkCompatibility (datum_type, data_type);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-typeck.c2430 should_suggest_deref_p (tree datum_type)
2439 if (TREE_CODE (datum_type) != POINTER_TYPE)
2443 tree underlying_type = TREE_TYPE (datum_type);
2422 should_suggest_deref_p(tree datum_type) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-typeck.cc2444 should_suggest_deref_p (tree datum_type)
2453 if (TREE_CODE (datum_type) != POINTER_TYPE)
2457 tree underlying_type = TREE_TYPE (datum_type);
2436 should_suggest_deref_p(tree datum_type) argument

Completed in 165 milliseconds