HomeSort by relevance Sort by last modified time
    Searched refs:getSizeExpr (Results 1 - 25 of 31) sorted by null

1 2

  /external/clang/lib/AST/
StmtIterator.cpp 24 if (vat->getSizeExpr())
TypePrinter.cpp 481 if (T->getSizeExpr())
482 T->getSizeExpr()->printPretty(OS, nullptr, Policy);
516 if (T->getSizeExpr())
517 T->getSizeExpr()->printPretty(OS, nullptr, Policy);
531 if (T->getSizeExpr())
532 T->getSizeExpr()->printPretty(OS, nullptr, Policy);
    [all...]
ASTDumper.cpp 286 dumpStmt(T->getSizeExpr());
292 dumpStmt(T->getSizeExpr());
299 dumpStmt(T->getSizeExpr());
    [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp 528 Array1->getSizeExpr(), Array2->getSizeExpr()))
541 Array1->getSizeExpr(), Array2->getSizeExpr()))
556 Vec1->getSizeExpr(), Vec2->getSizeExpr()))
    [all...]
ASTContext.cpp     [all...]
Type.cpp 773 return Ctx.getVariableArrayType(elementType, T->getSizeExpr(),
    [all...]
MicrosoftMangle.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 96 const Expr *SE = VLA->getSizeExpr();
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h     [all...]
CanonicalType.h 452 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(const Expr *, getSizeExpr)
Type.h     [all...]
TypeLoc.h     [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 221 if (VAT->getSizeExpr())
294 AddLiveStmt(val.liveStmts, LV.SSetFact, VA->getSizeExpr());
CFG.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp     [all...]
TreeTransform.h     [all...]
SemaInit.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 602 Expr *SizeExpr = FieldForCapture->getCapturedVLAType()->getSizeExpr();
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 821 VLASizeMap[VAT->getSizeExpr()] = ExprArg;
    [all...]
CGStmt.cpp     [all...]
CGStmtOpenMP.cpp 33 auto *Val = VLASizeMap[VAT->getSizeExpr()];
159 VLASizeMap[VAT->getSizeExpr()] = ExprArg;
715 ->getSizeExpr()),
    [all...]
CGExprCXX.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 176 Writer.AddStmt(T->getSizeExpr());
349 Writer.AddStmt(T->getSizeExpr());
510 Record.push_back(TL.getSizeExpr() ? 1 : 0);
511 if (TL.getSizeExpr())
512 Writer.AddStmt(TL.getSizeExpr());
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 342 milliseconds

1 2