Home
last modified time | relevance | path

Searched refs:AlignmentTypeName (Results 1 – 2 of 2) sorted by relevance

/haiku/src/tools/gensyscalls/
H A Dgensyscalls.cpp363 if (parameter->AlignmentTypeName()) { in _WriteDispatcherFile()
365 << parameter->AlignmentTypeName() in _WriteDispatcherFile()
373 if (parameter->AlignmentTypeName()) { in _WriteDispatcherFile()
375 << parameter->AlignmentTypeName() in _WriteDispatcherFile()
H A Dgensyscalls.h28 const char* AlignmentTypeName() const in AlignmentTypeName() function