Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.h80 const bool IsArray = false; member
/netbsd-src/external/apache2/llvm/dist/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
3929 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
H A DDeclCXX.cpp3293 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { in isValidStructGUID() local
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp99 QualType &Ty, bool &IsArray) { in makeZeroElementRegion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp4206 bool IsArray = FullTy->isArrayTy(); in parseFunctionBody() local
4248 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1859 bool IsArray = Record.readInt(); in VisitCXXNewExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h721 unsigned IsArray : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp2557 QualType AllocType, bool IsArray, in FindAllocationFunctions()
H A DSemaChecking.cpp13080 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1278 bool IsArray = getContext().getAsArrayType(Type) != nullptr; in EmitOMPReductionClauseInit() local
H A DCGOpenMPRuntime.cpp9945 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( in emitUDMapperArrayInitOrDel() local