Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOperatorPrecedence.h32 LogicalAnd = 5, // && enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOperatorPrecedence.cpp56 case tok::ampamp: return prec::LogicalAnd; in getBinOpPrecedence()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h146 LogicalAnd, // ?V operator&& enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp286 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, LogicalAnd, "operator&&"); in output()
H A DMicrosoftDemangle.cpp569 IFK::LogicalAnd, // ?V operator&& in translateIntrinsicFunctionCode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaConcept.cpp99 getLangOpts().CPlusPlus11) > prec::LogicalAnd; in CheckConstraintExpression()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp290 /*CPlusPlus11=*/true) > prec::LogicalAnd || in ParseConstraintLogicalAndExpression()