HomeSort by: relevance | last modified time | path
    Searched refs:ABSTRACT (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
lint1.h 187 ABSTRACT, /* abstract symbol (sizeof, casts, unnamed
289 /* An expression, forming an abstract syntax tree. */
338 DLK_ABSTRACT /* abstract (unnamed) declaration; type name;
func.c 255 if (param->s_scl == ABSTRACT) {
decl.c 221 /* Merge the signedness into the abstract type. */
582 * Append all symbols declared in the abstract declaration to
956 if (sym->s_scl != ABSTRACT) {
2800 /* Create a symbol for an abstract declaration. */
2811 sym->s_scl = ABSTRACT;
3224 * Abstract declarations are used inside expression. To free the memory

Completed in 15 milliseconds