Searched refs:BinaryExpr (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
| H A D | LanaiAsmParser.cpp | 239 if (const MCBinaryExpr *BinaryExpr = dyn_cast<MCBinaryExpr>(Imm.Value)) in isHiImm16() local 241 dyn_cast<MCSpecifierExpr>(BinaryExpr->getLHS())) in isHiImm16() 276 if (const MCBinaryExpr *BinaryExpr = dyn_cast<MCBinaryExpr>(Imm.Value)) in isLoImm16() local 278 dyn_cast<MCSpecifierExpr>(BinaryExpr->getLHS())) in isLoImm16() 300 if (const MCBinaryExpr *BinaryExpr = dyn_cast<MCBinaryExpr>(Imm.Value)) in isLoImm16Signed() local 302 dyn_cast<MCSpecifierExpr>(BinaryExpr->getLHS())) in isLoImm16Signed() 351 if (const MCBinaryExpr *BinaryExpr = dyn_cast<MCBinaryExpr>(Imm.Value)) { in isLoImm21() local 353 dyn_cast<MCSpecifierExpr>(BinaryExpr->getLHS())) in isLoImm21() 356 dyn_cast<MCSymbolRefExpr>(BinaryExpr->getLHS())) in isLoImm21() 476 const MCBinaryExpr *BinaryExpr = dyn_cast<MCBinaryExpr>(getImm()); in addLoImm16Operands() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/ |
| H A D | LanaiMCCodeEmitter.cpp | 122 const MCBinaryExpr *BinaryExpr = static_cast<const MCBinaryExpr *>(Expr); in getMachineOpValue() local 123 Expr = BinaryExpr->getLHS(); in getMachineOpValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumNodes.def | 69 NODE(BinaryExpr)
|
| H A D | ItaniumDemangle.h | 1872 class BinaryExpr : public Node { 1878 BinaryExpr(const Node *LHS_, std::string_view InfixOperator_, in BinaryExpr() function 4701 return make<BinaryExpr>(LHS, Kind, RHS, Prec); in parseBinaryExpr()
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 2194 class BinaryExpr : public ITransientExpression { class 2205 BinaryExpr( bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs ) in BinaryExpr() function in Catch::BinaryExpr 2213 auto operator && ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator &&() 2220 auto operator || ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator ||() 2227 auto operator == ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator ==() 2234 auto operator != ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator !=() 2241 auto operator > ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator >() 2248 auto operator < ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator <() 2255 auto operator >= ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator >=() 2262 auto operator <= ( T ) const -> BinaryExpr<LhsT, RhsT const&> const { in operator <=() [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 523 BinaryExpr, enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 6036 case BuiltinCountedByRefKind::BinaryExpr: in CheckInvalidBuiltinCountedByRef()
|
| H A D | SemaExpr.cpp | 15435 : BuiltinCountedByRefKind::BinaryExpr; in ActOnBinOp()
|