Home
last modified time | relevance | path

Searched refs:LogicalOr (Results 1 – 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DOperatorPrecedence.h31 LogicalOr = 4, // || enumerator
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
DOperatorPrecedence.cpp54 case tok::pipepipe: return prec::LogicalOr; in getBinOpPrecedence()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h148 LogicalOr, // ?W operator|| enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Demangle/
DMicrosoftDemangleNodes.cpp290 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LogicalOr, "operator||"); in output()
DMicrosoftDemangle.cpp570 IFK::LogicalOr, // ?W operator|| in translateIntrinsicFunctionCode()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseExpr.cpp239 ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::LogicalOr)); in ParseConstraintExpression()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DTokenAnnotator.cpp2294 parse(prec::LogicalOr); in parseConditionalExpr()