OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isConstantSizeType
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
CanonicalType.h
313
LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool,
isConstantSizeType
)
Type.h
2387
bool
isConstantSizeType
() const;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp
897
if (!T->isIncompleteType() && !T->
isConstantSizeType
()) {
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp
949
if (!QT->
isConstantSizeType
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp
2285
if (!PTy->isIncompleteType() && PTy->
isConstantSizeType
())
2463
if (!PTy->isIncompleteType() && PTy->
isConstantSizeType
())
2493
if (!PTy->isIncompleteType() && PTy->
isConstantSizeType
()) {
2747
if (!ETy->isIncompleteType() && ETy->
isConstantSizeType
() &&
CGDecl.cpp
244
assert(Ty->
isConstantSizeType
() && "VLAs can't be static");
1444
} else if (Ty->
isConstantSizeType
()) {
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
2194
///
isConstantSizeType
- Return true if this is not a variable sized type,
2197
bool Type::
isConstantSizeType
() const {
ASTContext.cpp
3418
EltTy->isIncompleteType() || EltTy->
isConstantSizeType
()) &&
ExprConstant.cpp
3160
if (!Type->
isConstantSizeType
()) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
2461
!T->
isConstantSizeType
()) {
Completed in 46 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026