Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h80 const bool IsArray = false; member
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp234 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr()
251 bool IsArray = ArraySize.hasValue(); in Create() local
266 CXXNewExpr *CXXNewExpr::CreateEmpty(const ASTContext &Ctx, bool IsArray, in CreateEmpty()
H A DExprConstant.cpp192 uint64_t &ArraySize, QualType &Type, bool &IsArray, in findMostDerivedSubobject()
290 bool IsArray = false; in SubobjectDesignator() local
313 bool IsArray = false; in truncate() local
363 bool IsArray = MostDerivedPathLength == Entries.size() && in validIndexAdjustments() local
457 bool IsArray = MostDerivedPathLength == Entries.size() && in adjustIndex() local
3932 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
H A DDeclCXX.cpp3317 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { in isValidStructGUID() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1779 bool IsArray; // new[] ? variable
1815 bool IsArray; variable
1927 bool IsArray; variable
4157 bool IsArray = look(1) == 'a'; in parseNewExpr() local
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp99 QualType &Ty, bool &IsArray) { in makeZeroElementRegion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4177 bool IsArray = Ty->isArrayTy(); in parseFunctionBody() local
4219 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1869 bool IsArray = Record.readInt(); in VisitCXXNewExpr() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h721 unsigned IsArray : 1; in alignas() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2574 QualType AllocType, bool IsArray, in FindAllocationFunctions()
H A DSemaChecking.cpp13352 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1286 bool IsArray = getContext().getAsArrayType(Type) != nullptr; in EmitOMPReductionClauseInit() local
H A DCGOpenMPRuntime.cpp10119 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( in emitUDMapperArrayInitOrDel() local