OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 which requires a non-null argument}}
21
vat
(3, b);
/external/clang/lib/CodeGen/
CodeGenFunction.cpp
1307
const VariableArrayType *
vat
= cast<VariableArrayType>(ty);
local
[
all
...]
/external/clang/lib/AST/
ASTContext.cpp
2483
const VariableArrayType *
vat
= cast<VariableArrayType>(ty);
local
[
all
...]
Completed in 708 milliseconds