Searched defs:truth (Results 1 – 5 of 5) sorted by relevance
29 constexpr Logical(bool truth) : word_{Represent(truth)} {} in Logical()
807 ListDirectedStatementState<Direction::Output> &list, bool truth) { in ListDirectedLogicalOutput() argument 813 IoStatementState &io, const DataEdit &edit, bool truth) { in EditLogicalOutput() argument [all...]
1217 char truth{IsNameDefined(name) ? '1' : '0'}; IsIfPredicateTrue() local
246 #define rpmalloc_assert(truth, message) \ argument258 #define rpmalloc_assert(truth, message) \ argument
6493 mlir::Value truth = builder.createBool(loc, true); genarr() local