| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefResultChecker.cpp | 93 << BinaryOperator::getOpcodeStr(B->getOpcode()) in checkPostStmt() 100 << BinaryOperator::getOpcodeStr(B->getOpcode()) in checkPostStmt()
|
| H A D | ExprInspectionChecker.cpp | 488 return (*Str + " " + BinaryOperator::getOpcodeStr(S->getOpcode()) + " " + in VisitSymIntExpr() 500 return (*Str1 + " " + BinaryOperator::getOpcodeStr(S->getOpcode()) + in VisitSymSymExpr() 510 return (UnaryOperator::getOpcodeStr(S->getOpcode()) + *Str).str(); in VisitUnarySymExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | SValExplainer.h | 136 << std::string(BinaryOperator::getOpcodeStr(S->getOpcode())) << " " in VisitSymIntExpr() 146 std::string(BinaryOperator::getOpcodeStr(S->getOpcode())) + in VisitSymSymExpr() 151 return std::string(UnaryOperator::getOpcodeStr(S->getOpcode())) + " (" + in VisitUnarySymExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchersInternal.h | 2180 return Node.getOpcodeStr(Node.getOpcode()); 2183 return Node.getOpcodeStr(); 2186 return Node.getOpcodeStr(); 2194 return UnaryOperator::getOpcodeStr(*optUnaryOpcode); 2196 return BinaryOperator::getOpcodeStr(*optBinaryOpcode); 2199 return BinaryOperator::getOpcodeStr(Node.getOperator()); 2228 return Node.getOpcodeStr(Node.getOpcode()); 2231 return Node.getOpcodeStr(); 2234 return Node.getOpcodeStr(); 2242 return UnaryOperator::getOpcodeStr(*optUnaryOpcode); [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SymbolManager.cpp | 64 OS << ' ' << BinaryOperator::getOpcodeStr(Op) << ' '; in dumpToStreamImpl() 74 os << UnaryOperator::getOpcodeStr(Op); in dumpToStream()
|
| H A D | BugReporterVisitors.cpp | 3107 Out << BinaryOperator::getOpcodeStr(Op) << ' '; in VisitTrueTest()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 1387 OS << UnaryOperator::getOpcodeStr(Node->getOpcode()); in VisitUnaryOperator() 1408 OS << UnaryOperator::getOpcodeStr(Node->getOpcode()); in VisitUnaryOperator() 1646 OS << " " << BinaryOperator::getOpcodeStr(Node->getOpcode()) << " "; in VisitBinaryOperator() 1652 OS << " " << BinaryOperator::getOpcodeStr(Node->getOpcode()) << " "; in VisitCompoundAssignOperator() 1931 OS << ' ' << BinaryOperator::getOpcodeStr(Decomposed.Opcode) << ' '; in VisitCXXRewrittenBinaryOperator() 2474 OS << " " << BinaryOperator::getOpcodeStr(E->getOperator()) << " "; in VisitCXXFoldExpr() 2478 OS << " " << BinaryOperator::getOpcodeStr(E->getOperator()) << " "; in VisitCXXFoldExpr()
|
| H A D | TextNodeDumper.cpp | 1249 << UnaryOperator::getOpcodeStr(Node->getOpcode()) << "'"; in VisitUnaryOperator() 1282 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode()) << "'"; in VisitBinaryOperator() 1289 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode()) in VisitCompoundAssignOperator()
|
| H A D | JSONNodeDumper.cpp | 1324 JOS.attribute("opcode", UnaryOperator::getOpcodeStr(UO->getOpcode())); in VisitUnaryOperator() 1330 JOS.attribute("opcode", BinaryOperator::getOpcodeStr(BO->getOpcode())); in VisitBinaryOperator()
|
| H A D | Expr.cpp | 1375 StringRef UnaryOperator::getOpcodeStr(Opcode Op) { in getOpcodeStr() function in UnaryOperator 2109 StringRef BinaryOperator::getOpcodeStr(Opcode Op) { in getOpcodeStr() function in BinaryOperator
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/ASTDiff/ |
| H A D | ASTDiff.cpp | 448 return std::string(UnaryOperator::getOpcodeStr(U->getOpcode())); in getStmtValue() 450 return std::string(B->getOpcodeStr()); in getStmtValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ExprCXX.h | 323 static StringRef getOpcodeStr(BinaryOperatorKind Op) { in getOpcodeStr() function 324 return BinaryOperator::getOpcodeStr(Op); in getOpcodeStr() 326 StringRef getOpcodeStr() const { in getOpcodeStr() function 327 return BinaryOperator::getOpcodeStr(getOpcode()); in getOpcodeStr()
|
| H A D | Expr.h | 2271 static StringRef getOpcodeStr(Opcode Op); 3874 static StringRef getOpcodeStr(Opcode Op); 3876 StringRef getOpcodeStr() const { return getOpcodeStr(getOpcode()); } in getOpcodeStr() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 1296 << BinaryOperator::getOpcodeStr(Operator); in BuildEmptyCXXFoldExpr()
|
| H A D | SemaOverload.cpp | 14315 << UnaryOperator::getOpcodeStr(Opc) in CreateOverloadedUnaryOp() 14318 UnaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedUnaryOp() 14329 << UnaryOperator::getOpcodeStr(Opc) in CreateOverloadedUnaryOp() 14332 UnaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedUnaryOp() 14551 << FnDecl->getReturnType() << BinaryOperator::getOpcodeStr(Opc) in CreateOverloadedBinOp() 14585 << BinaryOperator::getOpcodeStr(Opc) in CreateOverloadedBinOp() 14799 StringRef OpcStr = BinaryOperator::getOpcodeStr(Opc); in CreateOverloadedBinOp() 14807 << BinaryOperator::getOpcodeStr(Opc) in CreateOverloadedBinOp() 14835 << BinaryOperator::getOpcodeStr(Opc) in CreateOverloadedBinOp() 14840 *this, OCD_AmbiguousCandidates, Args, BinaryOperator::getOpcodeStr(Opc), in CreateOverloadedBinOp() [all …]
|
| H A D | SemaConcept.cpp | 1095 << BinaryOperator::getOpcodeStr(BO->getOpcode()) in diagnoseWellFormedUnsatisfiedConstraintExpr()
|
| H A D | SemaExpr.cpp | 9630 << BinaryOperator::getOpcodeStr(CondOpcode); in DiagnoseConditionalPrecedence() 9635 << BinaryOperator::getOpcodeStr(CondOpcode), in DiagnoseConditionalPrecedence() 15900 StringRef OpStr = isLeftComp ? LHSBO->getOpcodeStr() : RHSBO->getOpcodeStr(); in DiagnoseBitwisePrecedence() 15907 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr; in DiagnoseBitwisePrecedence() 15913 << BinaryOperator::getOpcodeStr(Opc), in DiagnoseBitwisePrecedence() 15928 << Bop->getOpcodeStr(), in EmitDiagnosticForLogicalAndInLogicalOr() 15974 << Bop->getOpcodeStr() << BinaryOperator::getOpcodeStr(Opc) in DiagnoseBitwiseOpInBitwiseOp() 15978 << Bop->getOpcodeStr(), in DiagnoseBitwiseOpInBitwiseOp() 15988 StringRef Op = Bop->getOpcodeStr(); in DiagnoseAdditionInShift() 16049 StringRef Shift = BinaryOperator::getOpcodeStr(Opc); in DiagnoseBinOpPrecedence()
|
| H A D | AnalysisBasedWarnings.cpp | 922 Str = BO->getOpcodeStr(); in DiagUninitUse()
|
| H A D | SemaChecking.cpp | 14830 << E->getOpcodeStr() << OS.str() << *Result in CheckTautologicalComparison() 14865 << RhsConstant << OtherT << E->getOpcodeStr() << OS.str() << *Result in CheckTautologicalComparison()
|
| H A D | SemaDeclCXX.cpp | 17301 << DiagSide[0].ValueString << Op->getOpcodeStr() in DiagnoseStaticAssertDetails()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 35 return "BinaryOperator(" + BO->getOpcodeStr().str() + ")"; in VisitBinaryOperator() 39 return "UnaryOperator(" + UO->getOpcodeStr(UO->getOpcode()).str() + ")"; in VisitUnaryOperator()
|