OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindVA
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtIterator.cpp
25
static inline const VariableArrayType *
FindVA
(const Type* t) {
41
p =
FindVA
(p->getElementType().getTypePtr());
76
if (const VariableArrayType* VAPtr =
FindVA
(VD->getType().getTypePtr())) {
86
FindVA
(TD->getUnderlyingType().getTypePtr())) {
/src/external/apache2/llvm/dist/clang/lib/Analysis/
LiveVariables.cpp
175
static const VariableArrayType *
FindVA
(QualType Ty) {
250
for (const VariableArrayType* VA =
FindVA
(VD->getType());
251
VA != nullptr; VA =
FindVA
(VA->getElementType())) {
CFG.cpp
1328
static const VariableArrayType *
FindVA
(const Type *t) {
2851
for (const VariableArrayType *VA =
FindVA
(T); VA != nullptr;
2852
VA =
FindVA
(VA->getElementType().getTypePtr())) {
2927
for (const VariableArrayType* VA =
FindVA
(VD->getType().getTypePtr());
2928
VA != nullptr; VA =
FindVA
(VA->getElementType().getTypePtr())) {
4027
for (const VariableArrayType *VA =
FindVA
(E->getArgumentType().getTypePtr());
4028
VA != nullptr; VA =
FindVA
(VA->getElementType().getTypePtr()))
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026