OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindVA
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/AST/
StmtIterator.cpp
21
static inline const VariableArrayType *
FindVA
(const Type* t) {
37
p =
FindVA
(p->getElementType().getTypePtr());
72
if (const VariableArrayType* VAPtr =
FindVA
(VD->getType().getTypePtr())) {
82
FindVA
(TD->getUnderlyingType().getTypePtr())) {
/external/clang/lib/Analysis/
LiveVariables.cpp
218
static const VariableArrayType *
FindVA
(QualType Ty) {
293
for (const VariableArrayType* VA =
FindVA
(VD->getType());
294
VA != nullptr; VA =
FindVA
(VA->getElementType())) {
CFG.cpp
887
static const VariableArrayType *
FindVA
(const Type *t) {
[
all
...]
Completed in 247 milliseconds