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

  /external/clang/test/Sema/
static-array.c 7 void vat(int i, int a[static i]) {} // expected-note {{callee declares array parameter as static here}} function
20 vat(1, 0); // expected-warning {{null passed to a callee which requires a non-null argument}}
21 vat(3, b);
  /external/clang/lib/AST/
StmtIterator.cpp 23 if (const VariableArrayType *vat = dyn_cast<VariableArrayType>(vt))
24 if (vat->getSizeExpr())
25 return vat;
ASTContext.cpp 2344 const VariableArrayType *vat = cast<VariableArrayType>(ty); local
    [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 1176 const VariableArrayType *vat = cast<VariableArrayType>(ty); local
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 622 if (const VariableArrayType *vat = dyn_cast<VariableArrayType>(vt))
623 if (vat->getSizeExpr())
624 return vat;
    [all...]

Completed in 1986 milliseconds