HomeSort by relevance Sort by last modified time
    Searched defs:vat (Results 1 - 3 of 3) 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 that requires a non-null argument}}
21 vat(3, b);
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 820 auto VAT = FD->getCapturedVLAType();
821 VLASizeMap[VAT->getSizeExpr()] = ExprArg;
1664 const VariableArrayType *vat = cast<VariableArrayType>(ty); local
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 2724 const VariableArrayType *vat = cast<VariableArrayType>(ty); local
    [all...]

Completed in 341 milliseconds