Home
last modified time | relevance | path

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

/llvm-project-15.0.7/openmp/libompd/src/
H A DTargetValue.h52 bool isvoid; variable
58 : descSegment(_segment), isvoid(true) {} in descSegment()
59 bool isVoid() const { return isvoid; } in isVoid()
H A DTargetValue.cpp53 context(_context), isvoid(false) {} in TType()