Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DDesignatedInitializers.cpp105 bool IsArray = false; member in clang::tidy::utils::__anoncad276e00111::AggregateDesignatorNames
/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h37 IsArray, enumerator
/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1515 bool IsArray = !OriginalBaseTy.isNull() && OriginalBaseTy->isArrayType(); ActOnArraySectionExpr() local
H A DSemaExprCXX.cpp2699 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 DSemaChecking.cpp11637 const bool IsArray = T->isArrayType(); DiagnoseAlwaysNonNullPointer() local
/llvm-project/clang/lib/AST/
H A DExprCXX.cpp284 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 DExprConstant.cpp196 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 DDeclCXX.cpp3457 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { isValidStructGUID() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp101 makeElementRegion(ProgramStateRef State,SVal LValue,QualType & Ty,bool & IsArray,unsigned Idx) makeElementRegion() argument
/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h375 bool IsArray() const { return !shape_.empty(); } in IsArray() function
/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp808 const TargetList &ActiveTargets, bool IsArray = true) { in serializeField()
/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2081 bool IsArray; // new[] ? global() variable
2116 bool IsArray; global() variable
2239 bool IsArray; global() variable
[all...]
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h2117 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 DBitcodeReader.cpp5225 bool IsArray = Ty->isArrayTy(); parseFunctionBody() local
5272 bool IsArray = CurTy->isArrayTy(); parseFunctionBody() local
/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp3985 TEST_P(ASTMatchersTest,IsArray) TEST_P() argument
/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1907 bool IsArray = Record.readInt(); VisitCXXNewExpr() local
/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1290 bool IsArray = getContext().getAsArrayType(Type) != nullptr; EmitOMPReductionClauseInit() local
H A DCGOpenMPRuntime.cpp9337 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( emitUDMapperArrayInitOrDel() local