Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DDescriptor.h113 const bool IsArray = false; member
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h37 IsArray, enumerator
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExprCXX.cpp235 CXXNewExpr::CXXNewExpr(EmptyShell Empty, bool IsArray, in CXXNewExpr()
252 bool IsArray = ArraySize.has_value(); in Create() local
267 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
3948 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
H A DDeclCXX.cpp3386 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { in isValidStructGUID() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp100 QualType &Ty, bool &IsArray, unsigned Idx) { in makeElementRegion()
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1941 bool IsArray; // new[] ? variable
1976 bool IsArray; variable
2098 bool IsArray; variable
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h1941 bool IsArray; // new[] ? variable
1976 bool IsArray; variable
2098 bool IsArray; variable
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5008 bool IsArray = Ty->isArrayTy(); in parseFunctionBody() local
5055 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp1866 bool IsArray = Record.readInt(); in VisitCXXNewExpr() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h736 unsigned IsArray : 1; variable
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp2633 QualType AllocType, bool IsArray, in FindAllocationFunctions()
H A DSemaChecking.cpp14768 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1275 bool IsArray = getContext().getAsArrayType(Type) != nullptr; in EmitOMPReductionClauseInit() local
H A DCGOpenMPRuntime.cpp9723 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( in emitUDMapperArrayInitOrDel() local