Home
last modified time | relevance | path

Searched defs:IsArray (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExprCXX.cpp170 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr()
187 bool IsArray = ArraySize != nullptr; in Create() local
202 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty()
H A DExprConstant.cpp179 uint64_t &ArraySize, QualType &Type, bool &IsArray, in findMostDerivedSubobject()
283 bool IsArray = false; in SubobjectDesignator() local
334 bool IsArray = MostDerivedPathLength == Entries.size() && in validIndexAdjustments() local
436 bool IsArray = MostDerivedPathLength == Entries.size() && in adjustIndex() local
3114 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1634 bool IsArray; // new[] ? variable
1670 bool IsArray; variable
1760 bool IsArray; variable
3850 bool IsArray = look(1) == 'a'; in parseNewExpr() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp100 QualType &Ty, bool &IsArray) { in makeZeroElementRegion()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3715 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
3757 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1511 bool IsArray = Record.readInt(); in VisitCXXNewExpr() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h639 unsigned IsArray : 1; in alignas() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp2357 QualType AllocType, bool IsArray, in FindAllocationFunctions()
H A DSemaChecking.cpp11489 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1136 bool IsArray = getContext().getAsArrayType(Type) != nullptr; in EmitOMPReductionClauseInit() local