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 178 assert(Ty->isConstantSizeType() && "VLAs can't be static");
799 if (Ty->isConstantSizeType()) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 298 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isConstantSizeType)
Type.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 704 if (!T->isIncompleteType() && !T->isConstantSizeType()) {
    [all...]
  /external/clang/lib/AST/
Type.cpp 894 /// isConstantSizeType - Return true if this is not a variable sized type,
897 bool Type::isConstantSizeType() const {
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 291 milliseconds