Searched refs:hasArrayFiller (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DAPValue.h279 bool hasArrayFiller() const {
284 assert(hasArrayFiller() && "No array filler");
H A DExpr.h3844 bool hasArrayFiller() const { return getArrayFiller(); } function in class:clang::StringLiteral::OffsetOfExpr
/external/clang/lib/AST/
H A DAPValue.cpp163 if (RHS.hasArrayFiller())
306 if (hasArrayFiller()) {
H A DExprConstant.cpp1365 if (!Value.hasArrayFiller())
2048 if (Result.hasArrayFiller())
2072 if (NewValue.hasArrayFiller())
5487 if (!Result.hasArrayFiller()) return true;
5531 if (Result.isArray() && Result.hasArrayFiller())
5536 const Expr *FillerExpr = E->hasArrayFiller() ? E->getArrayFiller() : nullptr;
5550 if (Result.hasArrayFiller())
5569 if (!Result.hasArrayFiller())
5594 HadZeroInit && Value->hasArrayFiller() ? Value->getArrayFiller()
H A DExpr.cpp1876 assert(!hasArrayFiller() && "Filler already set!");
/external/clang/lib/CodeGen/
H A DCGExprConstant.cpp1178 if (Value.hasArrayFiller())
/external/clang/lib/Sema/
H A DSemaInit.cpp593 if (!InitExpr && !ILE->hasArrayFiller()) {

Completed in 2670 milliseconds