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 10 void vat(int i, int a[static i]) {} // expected-note {{callee declares array parameter as static here}} function
29 vat(1, 0); // expected-warning {{null passed to a callee which requires a non-null argument}}
30 vat(3, b);
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 1013 const VariableArrayType *vat = cast<VariableArrayType>(ty); local
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 1839 const VariableArrayType *vat = cast<VariableArrayType>(ty); local
    [all...]

Completed in 134 milliseconds