HomeSort by relevance Sort by last modified time
    Searched refs:isConstantSizeType (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/CodeGen/
CGDecl.cpp 177 assert(Ty->isConstantSizeType() && "VLAs can't be static");
779 if (Ty->isConstantSizeType()) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 297 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isConstantSizeType)
Type.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 580 if (!T->isIncompleteType() && !T->isConstantSizeType()) {
  /external/clang/lib/AST/
Type.cpp 831 /// isConstantSizeType - Return true if this is not a variable sized type,
834 bool Type::isConstantSizeType() const {
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 46 milliseconds