Searched defs:IsArray (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/Interp/ |
| H A D | Descriptor.h | 80 const bool IsArray = false; member
|
| /freebsd-13.1/contrib/llvm-project/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 3932 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
|
| H A D | DeclCXX.cpp | 3317 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { in isValidStructGUID() local
|
| /freebsd-13.1/contrib/llvm-project/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
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCXX.cpp | 99 QualType &Ty, bool &IsArray) { in makeZeroElementRegion()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 4177 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 D | ASTReaderStmt.cpp | 1869 bool IsArray = Record.readInt(); in VisitCXXNewExpr() local
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Stmt.h | 721 unsigned IsArray : 1; in alignas() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 2574 QualType AllocType, bool IsArray, in FindAllocationFunctions()
|
| H A D | SemaChecking.cpp | 13352 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 1286 bool IsArray = getContext().getAsArrayType(Type) != nullptr; in EmitOMPReductionClauseInit() local
|
| H A D | CGOpenMPRuntime.cpp | 10119 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( in emitUDMapperArrayInitOrDel() local
|