| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefResultChecker.cpp | 113 << BinaryOperator::getOpcodeStr(B->getOpcode()) in checkPostStmt() 170 << BinaryOperator::getOpcodeStr(B->getOpcode()) in checkPostStmt()
|
| H A D | ExprInspectionChecker.cpp | 359 return (*Str + " " + BinaryOperator::getOpcodeStr(S->getOpcode()) + " " + in VisitSymIntExpr() 371 return (*Str1 + " " + BinaryOperator::getOpcodeStr(S->getOpcode()) + in VisitSymSymExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 123 << std::string(BinaryOperator::getOpcodeStr(S->getOpcode())) << " " in VisitSymIntExpr() 133 std::string(BinaryOperator::getOpcodeStr(S->getOpcode())) + in VisitSymSymExpr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | SymbolManager.cpp | 46 << BinaryOperator::getOpcodeStr(getOpcode()) << ' '; in dumpToStream() 63 << BinaryOperator::getOpcodeStr(getOpcode()) in dumpToStream() 73 << BinaryOperator::getOpcodeStr(getOpcode()) in dumpToStream()
|
| H A D | BugReporterVisitors.cpp | 2133 Out << BinaryOperator::getOpcodeStr(Op) << ' '; in VisitTrueTest()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 1171 OS << UnaryOperator::getOpcodeStr(Node->getOpcode()); in VisitUnaryOperator() 1192 OS << UnaryOperator::getOpcodeStr(Node->getOpcode()); in VisitUnaryOperator() 1381 OS << " " << BinaryOperator::getOpcodeStr(Node->getOpcode()) << " "; in VisitBinaryOperator() 1387 OS << " " << BinaryOperator::getOpcodeStr(Node->getOpcode()) << " "; in VisitCompoundAssignOperator() 2181 OS << " " << BinaryOperator::getOpcodeStr(E->getOperator()) << " "; in VisitCXXFoldExpr() 2185 OS << " " << BinaryOperator::getOpcodeStr(E->getOperator()) << " "; in VisitCXXFoldExpr()
|
| H A D | TextNodeDumper.cpp | 758 << UnaryOperator::getOpcodeStr(Node->getOpcode()) << "'"; in VisitUnaryOperator() 797 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode()) << "'"; in VisitBinaryOperator() 802 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode()) in VisitCompoundAssignOperator()
|
| H A D | Expr.cpp | 1193 StringRef UnaryOperator::getOpcodeStr(Opcode Op) { in getOpcodeStr() function in UnaryOperator 1888 StringRef BinaryOperator::getOpcodeStr(Opcode Op) { in getOpcodeStr() function in BinaryOperator
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 449 return UnaryOperator::getOpcodeStr(U->getOpcode()); in getStmtValue() 451 return B->getOpcodeStr(); in getStmtValue()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOverload.cpp | 12356 << UnaryOperator::getOpcodeStr(Opc) in CreateOverloadedUnaryOp() 12360 UnaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedUnaryOp() 12366 << UnaryOperator::getOpcodeStr(Opc) in CreateOverloadedUnaryOp() 12370 UnaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedUnaryOp() 12607 << BinaryOperator::getOpcodeStr(Opc) in CreateOverloadedBinOp() 12630 BinaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedBinOp() 12636 << BinaryOperator::getOpcodeStr(Opc) in CreateOverloadedBinOp() 12640 BinaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedBinOp() 12657 << BinaryOperator::getOpcodeStr(Opc) in CreateOverloadedBinOp() 12662 BinaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedBinOp()
|
| H A D | SemaTemplateVariadic.cpp | 1210 << BinaryOperator::getOpcodeStr(Operator); in BuildEmptyCXXFoldExpr()
|
| H A D | SemaExpr.cpp | 7407 << BinaryOperator::getOpcodeStr(CondOpcode); in DiagnoseConditionalPrecedence() 7412 << BinaryOperator::getOpcodeStr(CondOpcode), in DiagnoseConditionalPrecedence() 12527 StringRef OpStr = isLeftComp ? LHSBO->getOpcodeStr() : RHSBO->getOpcodeStr(); in DiagnoseBitwisePrecedence() 12534 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr; in DiagnoseBitwisePrecedence() 12540 << BinaryOperator::getOpcodeStr(Opc), in DiagnoseBitwisePrecedence() 12555 << Bop->getOpcodeStr(), in EmitDiagnosticForLogicalAndInLogicalOr() 12620 << Bop->getOpcodeStr() << BinaryOperator::getOpcodeStr(Opc) in DiagnoseBitwiseOpInBitwiseOp() 12624 << Bop->getOpcodeStr(), in DiagnoseBitwiseOpInBitwiseOp() 12634 StringRef Op = Bop->getOpcodeStr(); in DiagnoseAdditionInShift() 12695 StringRef Shift = BinaryOperator::getOpcodeStr(Opc); in DiagnoseBinOpPrecedence()
|
| H A D | AnalysisBasedWarnings.cpp | 875 Str = BO->getOpcodeStr(); in DiagUninitUse()
|
| H A D | SemaChecking.cpp | 10194 << RhsConstant << OtherT << E->getOpcodeStr() << OS.str() << *Result in CheckTautologicalComparison()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | Expr.h | 1981 static StringRef getOpcodeStr(Opcode Op); 3346 static StringRef getOpcodeStr(Opcode Op); 3348 StringRef getOpcodeStr() const { return getOpcodeStr(getOpcode()); } in getOpcodeStr() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4336 return Name == Node.getOpcodeStr(Node.getOpcode()); in AST_POLYMORPHIC_MATCHER_P()
|