OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSizedVLAType
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
4328
bool Type::
hasSizedVLAType
() const {
4332
return ptr->getPointeeType()->
hasSizedVLAType
();
4334
return ref->getPointeeType()->
hasSizedVLAType
();
4340
return arr->getElementType()->
hasSizedVLAType
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
2192
bool
hasSizedVLAType
() const;
6480
if (T->isVariablyModifiedType() && T->
hasSizedVLAType
())
Completed in 25 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026