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

  /external/clang/include/clang/AST/
CanonicalType.h 297 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isConstantSizeType)
Type.h     [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 180 assert(Ty->isConstantSizeType() && "VLAs can't be static");
847 if (Ty->isConstantSizeType()) {
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 731 if (!T->isIncompleteType() && !T->isConstantSizeType()) {
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 745 if (!QT->isConstantSizeType())
  /external/clang/lib/AST/
Type.cpp 889 /// isConstantSizeType - Return true if this is not a variable sized type,
892 bool Type::isConstantSizeType() const {
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 70 milliseconds