/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.h | 113 const bool IsArray = false; global() member
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
H A D | LVScope.h | 37 IsArray, enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 237 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 D | ExprConstant.cpp | 195 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 D | DeclCXX.cpp | 3439 auto IsArray = [&Ctx](MatcherRef Elem, unsigned N) { isValidStructGUID() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineCXX.cpp | 101 QualType &Ty, bool &IsArray, unsigned Idx) { in makeElementRegion() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/TextAPI/ |
H A D | TextStubV5.cpp | 808 const TargetList &ActiveTargets, bool IsArray = true) { in serializeField() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2082 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 D | BitcodeReader.cpp | 5047 bool IsArray = Ty->isArrayTy(); parseFunctionBody() local 5094 bool IsArray = CurTy->isArrayTy(); parseFunctionBody() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1896 bool IsArray = Record.readInt(); VisitCXXNewExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 2674 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 | 16526 const bool IsArray = T->isArrayType(); DiagnoseAlwaysNonNullPointer() local
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1270 bool IsArray = getContext().getAsArrayType(Type) != nullptr; EmitOMPReductionClauseInit() local
|
H A D | CGOpenMPRuntime.cpp | 9287 llvm::Value *IsArray = MapperCGF.Builder.CreateICmpSGT( emitUDMapperArrayInitOrDel() local
|