/llvm-project/clang-tools-extra/clang-tidy/utils/ |
H A D | DesignatedInitializers.cpp | 105 bool IsArray = false; member in clang::tidy::utils::__anoncad276e00111::AggregateDesignatorNames
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.h |
|
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVScope.h | 37 IsArray, enumerator
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 1515 bool IsArray = !OriginalBaseTy.isNull() && OriginalBaseTy->isArrayType(); ActOnArraySectionExpr() local
|
H A D | SemaExprCXX.cpp | 2699 FindAllocationFunctions(SourceLocation StartLoc,SourceRange Range,AllocationFunctionScope NewScope,AllocationFunctionScope DeleteScope,QualType AllocType,bool IsArray,bool & PassAlignment,MultiExprArg PlaceArgs,FunctionDecl * & OperatorNew,FunctionDecl * & OperatorDelete,bool Diagnose) FindAllocationFunctions() argument
|
H A D | SemaChecking.cpp | 11637 const bool IsArray = T->isArrayType(); DiagnoseAlwaysNonNullPointer() local
|
/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 284 CXXNewExpr(EmptyShell Empty,bool IsArray,unsigned NumPlacementArgs,bool IsParenTypeId) CXXNewExpr() argument 300 bool IsArray = ArraySize.has_value(); Create() local 315 CreateEmpty(const ASTContext & Ctx,bool IsArray,bool HasInit,unsigned NumPlacementArgs,bool IsParenTypeId) CreateEmpty() argument
|
H A D | ExprConstant.cpp | 196 findMostDerivedSubobject(ASTContext & Ctx,APValue::LValueBase Base,ArrayRef<APValue::LValuePathEntry> Path,uint64_t & ArraySize,QualType & Type,bool & IsArray,bool & FirstEntryIsUnsizedArray) findMostDerivedSubobject() argument 298 bool IsArray = false; SubobjectDesignator() local 321 bool IsArray = false; truncate() local 371 bool IsArray = MostDerivedPathLength == Entries.size() && validIndexAdjustments() local 465 bool IsArray = MostDerivedPathLength == Entries.size() && adjustIndex() local 4024 bool IsArray = A.MostDerivedIsArrayElement; AreElementsOfSameArray() local [all...] |
H A D | DeclCXX.cpp | 3457 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { isValidStructGUID() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 101 makeElementRegion(ProgramStateRef State,SVal LValue,QualType & Ty,bool & IsArray,unsigned Idx) makeElementRegion() argument
|
/llvm-project/flang/include/flang/Semantics/ |
H A D | symbol.h | 375 bool IsArray() const { return !shape_.empty(); } in IsArray() function
|
/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubV5.cpp | 808 const TargetList &ActiveTargets, bool IsArray = true) { in serializeField()
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2081 bool IsArray; // new[] ? global() variable 2116 bool IsArray; global() variable 2239 bool IsArray; global() variable [all...] |
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 2117 F(ExprList, Type, InitList, IsGlobal, IsArray, getPrecedence()); variable 2082 bool IsArray; // new[] ? global() variable 2240 bool IsArray; global() variable [all...] |
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 5225 bool IsArray = Ty->isArrayTy(); parseFunctionBody() local 5272 bool IsArray = CurTy->isArrayTy(); parseFunctionBody() local
|
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNarrowingTest.cpp | 3985 TEST_P(ASTMatchersTest,IsArray) TEST_P() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1907 bool IsArray = Record.readInt(); VisitCXXNewExpr() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1290 bool IsArray = getContext().getAsArrayType(Type) != nullptr; EmitOMPReductionClauseInit() local
|
H A D | CGOpenMPRuntime.cpp | 9337 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( emitUDMapperArrayInitOrDel() local
|