Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h32 LogicalAnd = 5, // && enumerator
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp56 case tok::ampamp: return prec::LogicalAnd; in getBinOpPrecedence()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h146 LogicalAnd, // ?V operator&& enumerator
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp287 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LogicalAnd, "operator&&"); in output()
H A DMicrosoftDemangle.cpp596 IFK::LogicalAnd, // ?V operator&& in translateIntrinsicFunctionCode()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp139 getLangOpts().CPlusPlus11) > prec::LogicalAnd; in CheckConstraintExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td761 def OpGroupNonUniformLogicalAnd: OpGroupNUGroup<"LogicalAnd", 362>;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp302 /*CPlusPlus11=*/true) > prec::LogicalAnd || in ParseConstraintLogicalAndExpression()