Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h113 const bool IsArray = false; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h37 IsArray, enumerator
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp237 CXXNewExpr(EmptyShell Empty,bool IsArray,unsigned NumPlacementArgs,bool IsParenTypeId) CXXNewExpr() argument
253 bool IsArray = ArraySize.has_value(); Create() local
268 CreateEmpty(const ASTContext & Ctx,bool IsArray,bool HasInit,unsigned NumPlacementArgs,bool IsParenTypeId) CreateEmpty() argument
H A DExprConstant.cpp195 findMostDerivedSubobject(ASTContext & Ctx,APValue::LValueBase Base,ArrayRef<APValue::LValuePathEntry> Path,uint64_t & ArraySize,QualType & Type,bool & IsArray,bool & FirstEntryIsUnsizedArray) findMostDerivedSubobject() argument
293 bool IsArray = false; SubobjectDesignator() local
316 bool IsArray = false; truncate() local
366 bool IsArray = MostDerivedPathLength == Entries.size() && validIndexAdjustments() local
460 bool IsArray = MostDerivedPathLength == Entries.size() && adjustIndex() local
4011 bool IsArray = A.MostDerivedIsArrayElement; AreElementsOfSameArray() local
[all...]
H A DDeclCXX.cpp3439 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { isValidStructGUID() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp101 QualType &Ty, bool &IsArray, unsigned Idx) { in makeElementRegion() argument
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp808 const TargetList &ActiveTargets, bool IsArray = true) { in serializeField() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2082 bool IsArray; // new[] ? global() variable
2117 bool IsArray; global() variable
2240 bool IsArray; global() variable
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5047 bool IsArray = Ty->isArrayTy(); parseFunctionBody() local
5094 bool IsArray = CurTy->isArrayTy(); parseFunctionBody() local
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1896 bool IsArray = Record.readInt(); VisitCXXNewExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2674 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.cpp16526 const bool IsArray = T->isArrayType(); DiagnoseAlwaysNonNullPointer() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1270 bool IsArray = getContext().getAsArrayType(Type) != nullptr; EmitOMPReductionClauseInit() local
H A DCGOpenMPRuntime.cpp9287 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( emitUDMapperArrayInitOrDel() local