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

  /external/clang/lib/AST/
StmtPrinter.cpp 391 if (Node->getNumOutputs() != 0 || Node->getNumInputs() != 0 ||
411 if (Node->getNumInputs() != 0 || Node->getNumClobbers() != 0)
414 for (unsigned i = 0, e = Node->getNumInputs(); i != e; ++i) {
    [all...]
Stmt.cpp 452 for (unsigned i = 0, e = getNumInputs(); i != e; ++i)
561 getNumOutputs() + getNumPlusOperands() + getNumInputs();
    [all...]
StmtProfile.cpp 171 ID.AddInteger(S->getNumInputs());
172 for (unsigned I = 0, N = S->getNumInputs(); I != N; ++I) {
  /external/clang/lib/CodeGen/
CGStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 244 for (unsigned i = 0, e = NS->getNumInputs(); i != e; ++i, ++ConstraintIdx) {
TreeTransform.h     [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 222 Record.push_back(S->getNumInputs());
238 for (unsigned I = 0, N = S->getNumInputs(); I != N; ++I) {
    [all...]
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
Stmt.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]

Completed in 320 milliseconds