Home
last modified time | relevance | path

Searched defs:truth (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/include/flang/Evaluate/
H A Dlogical.h29 constexpr Logical(bool truth) : word_{Represent(truth)} {} in Logical()
/llvm-project/flang/runtime/
H A Dedit-output.cpp807 ListDirectedStatementState<Direction::Output> &list, bool truth) { in ListDirectedLogicalOutput() argument
813 IoStatementState &io, const DataEdit &edit, bool truth) { in EditLogicalOutput() argument
[all...]
/llvm-project/flang/lib/Parser/
H A Dpreprocessor.cpp1217 char truth{IsNameDefined(name) ? '1' : '0'}; IsIfPredicateTrue() local
/llvm-project/llvm/lib/Support/rpmalloc/
H A Drpmalloc.c246 #define rpmalloc_assert(truth, message) \ argument
258 #define rpmalloc_assert(truth, message) \ argument
/llvm-project/flang/lib/Lower/
H A DConvertExpr.cpp6493 mlir::Value truth = builder.createBool(loc, true); genarr() local