Searched refs:getOpcodeStr (Results 1 - 12 of 12) 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.cpp1392 Out << BinaryOperator::getOpcodeStr(Op) << ' ';
/external/clang/lib/AST/
H A DASTDumper.cpp1864 << " '" << UnaryOperator::getOpcodeStr(Node->getOpcode()) << "'";
1901 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode()) << "'";
1907 OS << " '" << BinaryOperator::getOpcodeStr(Node->getOpcode())
H A DStmtPrinter.cpp1268 OS << UnaryOperator::getOpcodeStr(Node->getOpcode());
1289 OS << UnaryOperator::getOpcodeStr(Node->getOpcode());
1462 OS << " " << BinaryOperator::getOpcodeStr(Node->getOpcode()) << " ";
1467 OS << " " << BinaryOperator::getOpcodeStr(Node->getOpcode()) << " ";
2238 OS << " " << BinaryOperator::getOpcodeStr(E->getOperator()) << " ";
2242 OS << " " << BinaryOperator::getOpcodeStr(E->getOperator()) << " ";
H A DExpr.cpp1094 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
1096 StringRef UnaryOperator::getOpcodeStr(Opcode Op) {
1816 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
1818 StringRef BinaryOperator::getOpcodeStr(Opcode Op) { function in class:BinaryOperator
/external/clang/include/clang/AST/
H A DExpr.h1781 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
1783 static StringRef getOpcodeStr(Opcode Op);
3021 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
3023 static StringRef getOpcodeStr(Opcode Op);
3025 StringRef getOpcodeStr() const { return getOpcodeStr(getOpcode()); } function in class:clang::StringLiteral::OffsetOfExpr::BinaryOperator
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1032 << BinaryOperator::getOpcodeStr(Operator);
H A DSemaOverload.cpp11396 << UnaryOperator::getOpcodeStr(Opc)
11400 UnaryOperator::getOpcodeStr(Opc), OpLoc);
11406 << UnaryOperator::getOpcodeStr(Opc)
11410 UnaryOperator::getOpcodeStr(Opc), OpLoc);
11645 << BinaryOperator::getOpcodeStr(Opc)
11668 BinaryOperator::getOpcodeStr(Opc), OpLoc);
11674 << BinaryOperator::getOpcodeStr(Opc)
11678 BinaryOperator::getOpcodeStr(Opc), OpLoc);
11695 << BinaryOperator::getOpcodeStr(Opc)
11700 BinaryOperator::getOpcodeStr(Op
[all...]
H A DSemaExpr.cpp6605 << BinaryOperator::getOpcodeStr(CondOpcode);
6609 << BinaryOperator::getOpcodeStr(CondOpcode),
10484 StringRef OpStr = isLeftComp ? LHSBO->getOpcodeStr() : RHSBO->getOpcodeStr();
10490 << DiagRange << BinaryOperator::getOpcodeStr(Opc) << OpStr;
10496 << BinaryOperator::getOpcodeStr(Opc),
10511 << Bop->getOpcodeStr(),
10576 << Bop->getOpcodeStr() << BinaryOperator::getOpcodeStr(Opc)
10580 << Bop->getOpcodeStr(),
[all...]
H A DAnalysisBasedWarnings.cpp759 Str = BO->getOpcodeStr();
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3197 return Name == Node.getOpcodeStr(Node.getOpcode());

Completed in 353 milliseconds