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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
VLASizeChecker.cpp 90 VLA = C.getASTContext().getAsVariableArrayType(VLA->getElementType());
269 const VariableArrayType *VLA = Ctx.getAsVariableArrayType(TypeToCheck);
309 const VariableArrayType *VLA = C.getASTContext().getAsVariableArrayType(
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 2068 const VariableArrayType *vla = getContext().getAsVariableArrayType(type);
2092 } while ((type = getContext().getAsVariableArrayType(elementType)));
2099 const VariableArrayType *vla = getContext().getAsVariableArrayType(type);
CGExpr.cpp 3619 } while ((vla = ctx.getAsVariableArrayType(eltType)));
3675 if (auto vla = CGF.getContext().getAsVariableArrayType(eltType)) {
3767 getContext().getAsVariableArrayType(E->getType())) {
3995 if (auto *VAT = C.getAsVariableArrayType(ArrayTy)) {
4024 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) {
CGOpenMPRuntimeGPU.cpp 3271 CGF.getContext().getAsVariableArrayType((*IPriv)->getType()))
3477 CGF.getContext().getAsVariableArrayType((*IPriv)->getType()))
3799 CGF.getContext().getAsVariableArrayType((*IPriv)->getType()))
CGExprScalar.cpp 2579 = CGF.getContext().getAsVariableArrayType(type)) {
2902 CGF.getContext().getAsVariableArrayType(TypeToSize)) {
3446 = CGF.getContext().getAsVariableArrayType(elementType)) {
3783 = CGF.getContext().getAsVariableArrayType(elementType)) {
CGDecl.cpp 1355 while (getContext().getAsVariableArrayType(Type1D)) {
1731 const auto *VlaType = getContext().getAsVariableArrayType(type);
CGOpenMPRuntime.cpp 857 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()),
876 CGF.getContext().getAsVariableArrayType(PrivateType)->getSizeExpr()),
5471 CGF.getContext().getAsVariableArrayType(PrivTy);
5617 CGF.getContext().getAsVariableArrayType((*IPriv)->getType()))
8057 auto *VAT = Context.getAsVariableArrayType(Ty);
CGCall.cpp 2761 getContext().getAsVariableArrayType(OTy)) {
CGStmtOpenMP.cpp 307 while (const VariableArrayType *VAT = C.getAsVariableArrayType(Ty)) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2543 const VariableArrayType *getAsVariableArrayType(QualType T) const {
  /src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp 2876 getASTContext().getAsVariableArrayType(ElementTy);
ASTContext.cpp 9831 const VariableArrayType* LVAT = getAsVariableArrayType(LHS);
9832 const VariableArrayType* RVAT = getAsVariableArrayType(RHS);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 8063 const VariableArrayType *VAT = Context.getAsVariableArrayType(T);

Completed in 106 milliseconds