Searched refs:getOpcodeStr (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DUndefResultChecker.cpp78 << BinaryOperator::getOpcodeStr(B->getOpcode())
84 << BinaryOperator::getOpcodeStr(B->getOpcode())
/external/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp34 << BinaryOperator::getOpcodeStr(getOpcode()) << ' '
45 << BinaryOperator::getOpcodeStr(getOpcode())
55 << BinaryOperator::getOpcodeStr(getOpcode())
H A DBugReporterVisitors.cpp1401 Out << BinaryOperator::getOpcodeStr(Op) << ' ';
/external/clang/lib/AST/
H A DASTDumper.cpp1748 << " '" << UnaryOperator::getOpcodeStr(Node->getOpcode()) << "'";
1782 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode()) << "'";
1788 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode())
H A DExpr.cpp1022 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
1024 StringRef UnaryOperator::getOpcodeStr(Opcode Op) {
1729 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
1731 StringRef BinaryOperator::getOpcodeStr(Opcode Op) { function in class:BinaryOperator
/external/clang/include/clang/AST/
H A DExpr.h1729 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
1731 static StringRef getOpcodeStr(Opcode Op);
2970 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
2972 static StringRef getOpcodeStr(Opcode Op);
2974 StringRef getOpcodeStr() const { return getOpcodeStr(getOpcode()); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
/external/clang/lib/Sema/
H A DSemaOverload.cpp10831 << UnaryOperator::getOpcodeStr(Opc)
10835 UnaryOperator::getOpcodeStr(Opc), OpLoc);
10841 << UnaryOperator::getOpcodeStr(Opc)
10845 UnaryOperator::getOpcodeStr(Opc), OpLoc);
11074 << BinaryOperator::getOpcodeStr(Opc)
11097 BinaryOperator::getOpcodeStr(Opc), OpLoc);
11103 << BinaryOperator::getOpcodeStr(Opc)
11107 BinaryOperator::getOpcodeStr(Opc), OpLoc);
11124 << BinaryOperator::getOpcodeStr(Opc)
11129 BinaryOperator::getOpcodeStr(Op
[all...]
H A DSemaExpr.cpp6053 << BinaryOperator::getOpcodeStr(CondOpcode);
6057 << BinaryOperator::getOpcodeStr(CondOpcode),
9503 StringRef OpStr = isLeftComp ? LHSBO->getOpcodeStr() : RHSBO->getOpcodeStr();
9509 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr;
9515 << BinaryOperator::getOpcodeStr(Opc),
9530 << Bop->getOpcodeStr(),
9545 << Bop->getOpcodeStr(),
9615 StringRef Op = Bop->getOpcodeStr();
9676 StringRef Shift = BinaryOperator::getOpcodeStr(Op
[all...]
H A DAnalysisBasedWarnings.cpp752 Str = BO->getOpcodeStr();
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h2567 return Name == Node.getOpcodeStr(Node.getOpcode());

Completed in 951 milliseconds