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

  /external/clang/lib/CodeGen/
CGExprScalar.cpp 710 if (E->getNumSubExprs() == 2 ||
711 (E->getNumSubExprs() == 3 && E->getExpr(2)->getType()->isVectorType())) {
719 if (E->getNumSubExprs() == 3) {
740 if ((LHSElts == 6) && (E->getNumSubExprs() == 3))
743 else if ((LHSElts == 3) && (E->getNumSubExprs() == 2))
773 if ((LHSElts == 6) && (E->getNumSubExprs() == 3)) {
792 for (unsigned i = 2; i < E->getNumSubExprs(); i++) {
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 616 Record.push_back(E->getNumSubExprs());
617 for (unsigned I = 0, N = E->getNumSubExprs(); I != N; ++I)
699 Record.push_back(E->getNumSubExprs());
700 for (unsigned I = 0, N = E->getNumSubExprs(); I != N; ++I)
    [all...]
ASTReaderStmt.cpp 635 assert(NumSubExprs == E->getNumSubExprs() && "Wrong number of subexprs");
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 935 for (unsigned i = 0, e = Node->getNumSubExprs(); i != e; ++i) {
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]
SemaInit.cpp     [all...]

Completed in 1112 milliseconds