Lines Matching defs:truth
807 ListDirectedStatementState<Direction::Output> &list, bool truth) {
809 EmitAscii(io, truth ? "T" : "F", 1);
813 IoStatementState &io, const DataEdit &edit, bool truth) {
818 EmitAscii(io, truth ? "T" : "F", 1);
821 reinterpret_cast<const unsigned char *>(&truth), sizeof truth);
824 reinterpret_cast<const unsigned char *>(&truth), sizeof truth);
827 reinterpret_cast<const unsigned char *>(&truth), sizeof truth);
829 int truthBits{truth};