HomeSort by: relevance | last modified time | path
    Searched refs:isCommaOp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Analysis/
ExprMutationAnalyzer.cpp 35 if (!BOComma->isCommaOp())
CFG.cpp 4781 if (E->isCommaOp()) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 3831 static bool isCommaOp(Opcode Opc) { return Opc == BO_Comma; }
3832 bool isCommaOp() const { return isCommaOp(getOpcode()); }
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExpr.cpp 4649 if (isa<BinaryOperator>(E) && cast<BinaryOperator>(E)->isCommaOp()) {
4704 ((isa<BinaryOperator>(idx) && cast<BinaryOperator>(idx)->isCommaOp()) ||

Completed in 84 milliseconds