Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h499 LAnd, ///< Logical and. enumerator
564 return create(LAnd, LHS, RHS, Ctx); in createLAnd()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtVisitor.h137 BINOP_FALLBACK(LAnd) BINOP_FALLBACK(LOr) in BINOP_FALLBACK()
H A DOperationKinds.def405 BINARY_OPERATION(LAnd, "&&")
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp143 case MCBinaryExpr::LAnd: OS << "&&"; break; in print()
994 case MCBinaryExpr::LAnd: Result = LHS && RHS; break; in evaluateAsRelocatableImpl()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1587 Kind = MCBinaryExpr::LAnd; in getDarwinBinOpPrecedence()
1664 Kind = MCBinaryExpr::LAnd; in getGNUBinOpPrecedence()
H A DMasmParser.cpp1952 Kind = MCBinaryExpr::LAnd; in getGNUBinOpPrecedence()
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt4423 (X && Y) LAnd (X, Y)