Searched defs:IsArray (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Descriptor.h | 80 const bool IsArray = false; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprCXX.cpp | 234 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 D | ExprConstant.cpp | 192 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 D | DeclCXX.cpp | 3293 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { in isValidStructGUID() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 1779 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 D | ExprEngineCXX.cpp | 99 QualType &Ty, bool &IsArray) { in makeZeroElementRegion()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 4206 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 D | ASTReaderStmt.cpp | 1859 bool IsArray = Record.readInt(); in VisitCXXNewExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Stmt.h | 721 unsigned IsArray : 1; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 2557 QualType AllocType, bool IsArray, in FindAllocationFunctions()
|
H A D | SemaChecking.cpp | 13080 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1278 bool IsArray = getContext().getAsArrayType(Type) != nullptr; in EmitOMPReductionClauseInit() local
|
H A D | CGOpenMPRuntime.cpp | 9945 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( in emitUDMapperArrayInitOrDel() local
|