/aosp_15_r20/external/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefResultChecker.cpp | 78 << BinaryOperator::getOpcodeStr(B->getOpcode()) in checkPostStmt() 84 << BinaryOperator::getOpcodeStr(B->getOpcode()) in checkPostStmt()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Checkers/ |
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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Checkers/ |
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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Checkers/ |
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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Checkers/ |
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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/ |
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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/ |
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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/ |
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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/ |
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); 2225 return Node.getOpcodeStr(Node.getOpcode()); 2228 return Node.getOpcodeStr(); 2231 return Node.getOpcodeStr(); 2239 return UnaryOperator::getOpcodeStr(*optUnaryOpcode); 2241 return BinaryOperator::getOpcodeStr(*optBinaryOpcode);
|
/aosp_15_r20/external/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()
|
/aosp_15_r20/external/clang/lib/StaticAnalyzer/Core/ |
H A D | SymbolManager.cpp | 34 << BinaryOperator::getOpcodeStr(getOpcode()) << ' ' in dumpToStream() 45 << BinaryOperator::getOpcodeStr(getOpcode()) in dumpToStream() 55 << BinaryOperator::getOpcodeStr(getOpcode()) in dumpToStream()
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | StmtPrinter.cpp | 1398 OS << UnaryOperator::getOpcodeStr(Node->getOpcode()); in VisitUnaryOperator() 1419 OS << UnaryOperator::getOpcodeStr(Node->getOpcode()); in VisitUnaryOperator() 1592 OS << " " << BinaryOperator::getOpcodeStr(Node->getOpcode()) << " "; in VisitBinaryOperator() 1597 OS << " " << BinaryOperator::getOpcodeStr(Node->getOpcode()) << " "; in VisitCompoundAssignOperator() 2373 OS << " " << BinaryOperator::getOpcodeStr(E->getOperator()) << " "; in VisitCXXFoldExpr() 2377 OS << " " << BinaryOperator::getOpcodeStr(E->getOperator()) << " "; in VisitCXXFoldExpr()
|
H A D | ASTDumper.cpp | 2011 << " '" << UnaryOperator::getOpcodeStr(Node->getOpcode()) << "'"; in VisitUnaryOperator() 2048 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode()) << "'"; in VisitBinaryOperator() 2054 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode()) in VisitCompoundAssignOperator()
|
/aosp_15_r20/external/clang/unittests/AST/ |
H A D | PostOrderASTVisitor.cpp | 38 VisitedNodes.push_back(Op->getOpcodeStr()); in VisitBinaryOperator()
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | Expr.h | 1741 static StringRef getOpcodeStr(Opcode Op); 2957 static StringRef getOpcodeStr(Opcode Op); 2959 StringRef getOpcodeStr() const { return getOpcodeStr(getOpcode()); } in getOpcodeStr() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
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()
|
D | Expr.h | 2322 static StringRef getOpcodeStr(Opcode Op); 3925 static StringRef getOpcodeStr(Opcode Op); 3927 StringRef getOpcodeStr() const { return getOpcodeStr(getOpcode()); } in getOpcodeStr() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
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()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
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()
|
D | Expr.h | 2295 static StringRef getOpcodeStr(Opcode Op); 3903 static StringRef getOpcodeStr(Opcode Op); 3905 StringRef getOpcodeStr() const { return getOpcodeStr(getOpcode()); } in getOpcodeStr() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
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()
|
D | Expr.h | 2294 static StringRef getOpcodeStr(Opcode Op); 3897 static StringRef getOpcodeStr(Opcode Op); 3899 StringRef getOpcodeStr() const { return getOpcodeStr(getOpcode()); } in getOpcodeStr() function
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaOverload.cpp | 11643 << UnaryOperator::getOpcodeStr(Opc) in CreateOverloadedUnaryOp() 11647 UnaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedUnaryOp() 11653 << UnaryOperator::getOpcodeStr(Opc) in CreateOverloadedUnaryOp() 11657 UnaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedUnaryOp() 11892 << BinaryOperator::getOpcodeStr(Opc) in CreateOverloadedBinOp() 11915 BinaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedBinOp() 11921 << BinaryOperator::getOpcodeStr(Opc) in CreateOverloadedBinOp() 11925 BinaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedBinOp() 11942 << BinaryOperator::getOpcodeStr(Opc) in CreateOverloadedBinOp() 11947 BinaryOperator::getOpcodeStr(Opc), OpLoc); in CreateOverloadedBinOp()
|
H A D | SemaTemplateVariadic.cpp | 1021 << BinaryOperator::getOpcodeStr(Operator); in BuildEmptyCXXFoldExpr()
|
H A D | SemaExpr.cpp | 6993 << BinaryOperator::getOpcodeStr(CondOpcode); in DiagnoseConditionalPrecedence() 6997 << BinaryOperator::getOpcodeStr(CondOpcode), in DiagnoseConditionalPrecedence() 11011 StringRef OpStr = isLeftComp ? LHSBO->getOpcodeStr() : RHSBO->getOpcodeStr(); in DiagnoseBitwisePrecedence() 11017 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr; in DiagnoseBitwisePrecedence() 11023 << BinaryOperator::getOpcodeStr(Opc), in DiagnoseBitwisePrecedence() 11038 << Bop->getOpcodeStr(), in EmitDiagnosticForLogicalAndInLogicalOr() 11103 << Bop->getOpcodeStr() << BinaryOperator::getOpcodeStr(Opc) in DiagnoseBitwiseOpInBitwiseOp() 11107 << Bop->getOpcodeStr(), in DiagnoseBitwiseOpInBitwiseOp() 11117 StringRef Op = Bop->getOpcodeStr(); in DiagnoseAdditionInShift() 11179 StringRef Shift = BinaryOperator::getOpcodeStr(Opc); in DiagnoseBinOpPrecedence()
|