Menu

SyntaxCheckType

Brad Lanam

Wiki Home
Syntax
Checks

check_type

Checks if type-name exists.

check_type <type-name>;
check_type <type-name> { <attribute-statements> }

Generated Name: Prefix _type_
Example: _type_uid_t

Examples
check_type int64_t;
check_type uid_t {
  header unistd.h;
}
Attributes

Wiki Home
Syntax
Checks


Related

Wiki: Home
Wiki: Syntax
Wiki: SyntaxAttrAlternate
Wiki: SyntaxAttrCompileFlag
Wiki: SyntaxAttrHeader
Wiki: SyntaxAttrName
Wiki: SyntaxCheck