OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindVA
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/AST/
StmtIterator.cpp
21
static inline const VariableArrayType *
FindVA
(const Type* t) {
37
p =
FindVA
(p->getElementType().getTypePtr());
93
if (const VariableArrayType* VAPtr =
FindVA
(VD->getType().getTypePtr())) {
103
FindVA
(TD->getUnderlyingType().getTypePtr())) {
/external/clang/lib/Analysis/
CFG.cpp
500
static const VariableArrayType *
FindVA
(const Type *t) {
[
all
...]
Completed in 113 milliseconds