HomeSort by relevance Sort by last modified time
    Searched refs:getOpcodeStr (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
UndefResultChecker.cpp 67 << BinaryOperator::getOpcodeStr(B->getOpcode())
73 << BinaryOperator::getOpcodeStr(B->getOpcode())
IdempotentOperationChecker.cpp 392 os << "Both operands to '" << B->getOpcodeStr()
397 os << "The left operand to '" << B->getOpcodeStr() << "' is always 1";
401 os << "The right operand to '" << B->getOpcodeStr() << "' is always 1";
405 os << "The left operand to '" << B->getOpcodeStr() << "' is always 0";
409 os << "The right operand to '" << B->getOpcodeStr() << "' is always 0";
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]
AnalysisBasedWarnings.cpp 550 Str = BO->getOpcodeStr();
    [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 859 Out << BinaryOperator::getOpcodeStr(Op) << ' ';
    [all...]
  /external/clang/lib/AST/
Expr.cpp 870 /// getOpcodeStr - Turn an Opcode enum value into the punctuation char it
872 const char *UnaryOperator::getOpcodeStr(Opcode Op) {
    [all...]

Completed in 314 milliseconds