Searched refs:getOpcodeStr (Results 1 – 11 of 11) sorted by relevance
67 << BinaryOperator::getOpcodeStr(B->getOpcode()) in checkPostStmt()73 << BinaryOperator::getOpcodeStr(B->getOpcode()) in checkPostStmt()
392 os << "Both operands to '" << B->getOpcodeStr() in checkEndAnalysis()397 os << "The left operand to '" << B->getOpcodeStr() << "' is always 1"; in checkEndAnalysis()401 os << "The right operand to '" << B->getOpcodeStr() << "' is always 1"; in checkEndAnalysis()405 os << "The left operand to '" << B->getOpcodeStr() << "' is always 0"; in checkEndAnalysis()409 os << "The right operand to '" << B->getOpcodeStr() << "' is always 0"; in checkEndAnalysis()
458 << " '" << UnaryOperator::getOpcodeStr(Node->getOpcode()) << "'"; in VisitUnaryOperator()489 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode()) << "'"; in VisitBinaryOperator()493 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode()) in VisitCompoundAssignOperator()
758 OS << UnaryOperator::getOpcodeStr(Node->getOpcode()); in VisitUnaryOperator()779 OS << UnaryOperator::getOpcodeStr(Node->getOpcode()); in VisitUnaryOperator()923 OS << " " << BinaryOperator::getOpcodeStr(Node->getOpcode()) << " "; in VisitBinaryOperator()928 OS << " " << BinaryOperator::getOpcodeStr(Node->getOpcode()) << " "; in VisitCompoundAssignOperator()
872 const char *UnaryOperator::getOpcodeStr(Opcode Op) { in getOpcodeStr() function in UnaryOperator1573 const char *BinaryOperator::getOpcodeStr(Opcode Op) { in getOpcodeStr() function in BinaryOperator
10051 << UnaryOperator::getOpcodeStr(Opc) in CreateOverloadedUnaryOp()10056 UnaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedUnaryOp()10062 << UnaryOperator::getOpcodeStr(Opc) in CreateOverloadedUnaryOp()10067 UnaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedUnaryOp()10298 << BinaryOperator::getOpcodeStr(Opc) in CreateOverloadedBinOp()10316 BinaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedBinOp()10322 << BinaryOperator::getOpcodeStr(Opc) in CreateOverloadedBinOp()10326 BinaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedBinOp()10334 << BinaryOperator::getOpcodeStr(Opc) in CreateOverloadedBinOp()10346 << BinaryOperator::getOpcodeStr(Opc) in CreateOverloadedBinOp()[all …]
550 Str = BO->getOpcodeStr(); in DiagUninitUse()
5260 << BinaryOperator::getOpcodeStr(CondOpcode); in DiagnoseConditionalPrecedence()5264 << BinaryOperator::getOpcodeStr(CondOpcode), in DiagnoseConditionalPrecedence()8397 std::string OpStr = isLeftComp ? BinOp::getOpcodeStr(LHSopc) in DiagnoseBitwisePrecedence()8398 : BinOp::getOpcodeStr(RHSopc); in DiagnoseBitwisePrecedence()8406 << DiagRange << BinOp::getOpcodeStr(Opc) << OpStr; in DiagnoseBitwisePrecedence()8411 Self.PDiag(diag::note_precedence_bitwise_first) << BinOp::getOpcodeStr(Opc), in DiagnoseBitwisePrecedence()
1613 static const char *getOpcodeStr(Opcode Op);2830 static const char *getOpcodeStr(Opcode Op);2832 const char *getOpcodeStr() const { return getOpcodeStr(getOpcode()); } in getOpcodeStr() function
859 Out << BinaryOperator::getOpcodeStr(Op) << ' '; in VisitTrueTest()
1966 return Name == Node.getOpcodeStr(Node.getOpcode()); in AST_POLYMORPHIC_MATCHER_P()