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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h31 LogicalOr = 4, // || enumerator in enum:clang::prec::Level
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp54 case tok::pipepipe: return prec::LogicalOr;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h146 LogicalOr, // ?W operator|| member in class:llvm::ms_demangle::IntrinsicFunctionKind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp282 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LogicalOr, "operator||");
H A DMicrosoftDemangle.cpp570 IFK::LogicalOr, // ?W operator||
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp239 ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::LogicalOr));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp2046 parse(prec::LogicalOr);

Completed in 371 milliseconds