Home
last modified time | relevance | path

Searched defs:vat (Results 1 – 6 of 6) sorted by relevance

/llvm-project/clang/lib/AST/
H A DStmtIterator.cpp27 if (vat->getSizeExpr()) in FindVA() local
H A DASTContext.cpp3805 const auto *vat = cast<VariableArrayType>(ty); getVariableArrayDecayedType() local
/llvm-project/clang/test/Sema/
H A Dstatic-array.c8 void vat(int i, int a[static i]) {} // expected-note {{callee declares array parameter as static he… in vat() function
H A Dauto-type.c33 volatile __auto_type vat = a; in Issue53652() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2404 const VariableArrayType *vat = cast<VariableArrayType>(ty); EmitVariablyModifiedType() local
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1415 if (const VariableArrayType *vat = dyn_cast<VariableArrayType>(vt)) FindVA() local