/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Descriptor.h | 113 const bool IsArray = false; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVScope.h | 37 IsArray, enumerator
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ExprCXX.cpp | 235 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 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 3948 bool IsArray = A.MostDerivedIsArrayElement; in AreElementsOfSameArray() local
|
H A D | DeclCXX.cpp | 3386 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { in isValidStructGUID() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 100 QualType &Ty, bool &IsArray, unsigned Idx) { in makeElementRegion()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 1941 bool IsArray; // new[] ? variable 1976 bool IsArray; variable 2098 bool IsArray; variable
|
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 1941 bool IsArray; // new[] ? variable 1976 bool IsArray; variable 2098 bool IsArray; variable
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5008 bool IsArray = Ty->isArrayTy(); in parseFunctionBody() local 5055 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1866 bool IsArray = Record.readInt(); in VisitCXXNewExpr() local
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | Stmt.h | 736 unsigned IsArray : 1; variable
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 2633 QualType AllocType, bool IsArray, in FindAllocationFunctions()
|
H A D | SemaChecking.cpp | 14768 const bool IsArray = T->isArrayType(); in DiagnoseAlwaysNonNullPointer() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1275 bool IsArray = getContext().getAsArrayType(Type) != nullptr; in EmitOMPReductionClauseInit() local
|
H A D | CGOpenMPRuntime.cpp | 9723 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( in emitUDMapperArrayInitOrDel() local
|