Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h31 LogicalOr = 4, // || enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp54 case tok::pipepipe: return prec::LogicalOr; in getBinOpPrecedence()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h147 LogicalOr, // ?W operator|| enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp288 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LogicalOr, "operator||"); in output()
H A DMicrosoftDemangle.cpp597 IFK::LogicalOr, // ?W operator|| in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td762 def OpGroupNonUniformLogicalOr: OpGroupNUGroup<"LogicalOr", 363>;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp251 ExprResult Res(ParseRHSOfBinaryExpression(LHS, prec::LogicalOr)); in ParseConstraintExpression()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DTokenAnnotator.cpp2962 parse(prec::LogicalOr); in parseConditionalExpr()