Searched refs:isVariableArrayType (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp429 if (!castTy->isVariableArrayType() && !originalTy->isVariableArrayType())
H A DExprEngineC.cpp716 assert(T->isVariableArrayType() && "Unknown non-constant-sized type.");
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DLiveVariables.cpp430 if (subEx->getType()->isVariableArrayType()) {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIdempotentOperationChecker.cpp662 return SE->getTypeOfArgument()->isVariableArrayType();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1607 if (getLangOpts().OpenCL && T->isVariableArrayType()) {
1613 if (T->isVariableArrayType()) {
1637 if (T->isVariableArrayType()) {
5289 if (T->isVariableArrayType())
H A DSemaChecking.cpp3813 } else if (!Ty->isVariableArrayType()) {
H A DSemaDecl.cpp4651 else if (T->isVariableArrayType())
5766 (T->isVariableArrayType() && NewVD->hasGlobalStorage())) {
5772 if (FixedTInfo == 0 && T->isVariableArrayType()) {
H A DSemaExpr.cpp3555 if (ExprKind == UETT_SizeOf && E->getType()->isVariableArrayType()) {
4766 if (literalType->isVariableArrayType())
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DMicrosoftMangle.cpp1533 } else if (ElementTy->isVariableArrayType()) {
H A DType.cpp1150 if (isVariableArrayType())
H A DExprConstant.cpp8401 Exp->getTypeOfArgument()->isVariableArrayType())
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1541 bool isVariableArrayType() const;
4895 inline bool Type::isVariableArrayType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h2522 if (ArgBaseType->isVariableArrayType()) {
H A DCGExpr.cpp2239 if (SubExpr->getType()->isVariableArrayType())
H A DCGExprScalar.cpp1353 if (!E->getType()->isVariableArrayType()) {

Completed in 558 milliseconds