/llvm-project/lldb/test/API/functionalities/data-formatter/nssetsynth/ |
H A D | main.m | 9 NSMutableSet* mutable = [NSMutableSet setWithCapacity:5]; 10 [mutable addObject:@1]; 11 [mutable addObject:@2]; 12 [mutable addObject:@3]; 13 [mutable addObject:@4]; 14 [mutable addObject:@5]; 15 [mutable addObject:[NSURL URLWithString:@"www.apple.com"]]; 16 [mutable addObject:@[@1,@2,@3]]; 17 [mutable unionSet:set]; 18 [mutable removeAllObjects]; // Set break point at this line. [all …]
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 191 mutable SmallVector<Type *, 0> Types; 192 mutable llvm::FoldingSet<ExtQuals> ExtQualNodes; 193 mutable llvm::FoldingSet<ComplexType> ComplexTypes; 194 mutable llvm::FoldingSet<PointerType> PointerTypes{GeneralTypesLog2InitSize}; 195 mutable llvm::FoldingSet<AdjustedType> AdjustedTypes; 196 mutable llvm::FoldingSet<BlockPointerType> BlockPointerTypes; 197 mutable llvm::FoldingSet<LValueReferenceType> LValueReferenceTypes; 198 mutable llvm::FoldingSet<RValueReferenceType> RValueReferenceTypes; 199 mutable llvm::FoldingSet<MemberPointerType> MemberPointerTypes; 200 mutable llv [all...] |
H A D | NSAPI.h | 240 mutable IdentifierInfo *ClassIds[NumClassIds]; 242 mutable Selector NSStringSelectors[NumNSStringMethods]; 245 mutable Selector NSArraySelectors[NumNSArrayMethods]; 248 mutable Selector NSDictionarySelectors[NumNSDictionaryMethods]; 251 mutable Selector NSSetSelectors[NumNSSetMethods]; 254 mutable Selector NSNumberClassSelectors[NumNSNumberLiteralMethods]; 255 mutable Selector NSNumberInstanceSelectors[NumNSNumberLiteralMethods]; 257 mutable Selector objectForKeyedSubscriptSel, objectAtIndexedSubscriptSel, 261 mutable IdentifierInfo *BOOLId, *NSIntegerId, *NSUIntegerId; 262 mutable IdentifierInfo *NSASCIIStringEncodingId, *NSUTF8StringEncodingId;
|
H A D | RawCommentList.h | 175 mutable StringRef RawText; 176 mutable const char *BriefText = nullptr; 179 mutable unsigned RawTextValid : 1; 181 mutable unsigned BriefTextValid : 1; 233 mutable llvm::DenseMap<RawComment *, unsigned> CommentBeginLine; 234 mutable llvm::DenseMap<RawComment *, unsigned> CommentEndOffset;
|
/llvm-project/mlir/include/mlir/Interfaces/ |
H A D | DataLayoutInterfaces.h | 271 mutable DenseMap<Type, llvm::TypeSize> sizes; 272 mutable DenseMap<Type, llvm::TypeSize> bitsizes; 273 mutable DenseMap<Type, uint64_t> abiAlignments; 274 mutable DenseMap<Type, uint64_t> preferredAlignments; 275 mutable DenseMap<Type, std::optional<uint64_t>> indexBitwidths; 278 mutable std::optional<Attribute> endianness; 280 mutable std::optional<Attribute> allocaMemorySpace; 281 mutable std::optional<Attribute> programMemorySpace; 282 mutable std::optional<Attribute> globalMemorySpace; 285 mutable st [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | SymbolCache.h | 46 mutable std::vector<std::unique_ptr<NativeRawSymbol>> Cache; 50 mutable DenseMap<codeview::TypeIndex, SymIndexId> TypeIndexToSymbolId; 55 mutable DenseMap<std::pair<codeview::TypeIndex, uint32_t>, SymIndexId> 60 mutable std::vector<SymIndexId> Compilands; 63 mutable std::vector<std::unique_ptr<NativeSourceFile>> SourceFiles; 66 mutable DenseMap<uint32_t, SymIndexId> FileNameOffsetToId; 69 mutable DenseMap<uint32_t, SymIndexId> GlobalOffsetToSymbolId; 72 mutable DenseMap<std::pair<uint32_t, uint32_t>, SymIndexId> AddressToSymbolId; 74 mutable DenseMap<std::pair<uint32_t, uint32_t>, SymIndexId> 78 mutable DenseMap<std::pair<uint16_t, uint32_t>, SymIndexId> [all …]
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenTarget.h | 61 mutable DenseMap<const Record *, std::unique_ptr<CodeGenInstruction>> 63 mutable std::unique_ptr<CodeGenRegBank> RegBank; 64 mutable ArrayRef<const Record *> RegAltNameIndices; 65 mutable SmallVector<ValueTypeByHwMode, 8> LegalValueTypes; 68 mutable bool HasVariableLengthEncodings = false; 73 mutable std::unique_ptr<CodeGenSchedModels> SchedModels; 75 mutable StringRef InstNamespace; 76 mutable std::vector<const CodeGenInstruction *> InstrsByEnum; 77 mutable CodeGenIntrinsicMap Intrinsics; 79 mutable unsigne [all...] |
/llvm-project/llvm/include/llvm/Support/ |
H A D | ManagedStatic.h | 52 mutable std::atomic<void *> Ptr{}; 53 mutable void (*DeleterFn)(void *) = nullptr; 54 mutable const ManagedStaticBase *Next = nullptr; 58 mutable std::atomic<void *> Ptr; 59 mutable void (*DeleterFn)(void *); 60 mutable const ManagedStaticBase *Next;
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCSymbol.h | 79 mutable MCFragment *Fragment = nullptr; 94 mutable unsigned IsUsed : 1; 96 mutable unsigned IsRegistered : 1; 100 mutable unsigned IsExternal : 1; 103 mutable unsigned IsPrivateExtern : 1; 106 mutable unsigned IsWeakExternal : 1; 113 mutable unsigned IsUsedInReloc : 1; 135 mutable uint32_t Flags : NumFlagsBits; 138 mutable uint32_t Index = 0;
|
H A D | MCSectionCOFF.h | 33 mutable unsigned Characteristics; 40 mutable unsigned WinCFISectionID = ~0U; 48 mutable int Selection;
|
/llvm-project/clang-tools-extra/clangd/support/ |
H A D | FileCache.h | 69 mutable std::mutex Mu; 71 mutable std::chrono::steady_clock::time_point ValidTime; 73 mutable llvm::sys::TimePoint<> ModifiedTime; 74 mutable uint64_t Size;
|
H A D | Threading.h | 101 mutable std::condition_variable CV; 102 mutable std::mutex Mu; 119 mutable std::mutex Mutex; 120 mutable std::condition_variable TasksReachedZero; 148 mutable Container Cache;
|
/llvm-project/clang/include/clang/Driver/ |
H A D | ToolChain.h | 160 mutable std::unique_ptr<Tool> Clang; 161 mutable std::unique_ptr<Tool> Flang; 162 mutable std::unique_ptr<Tool> Assemble; 163 mutable std::unique_ptr<Tool> Link; 164 mutable std::unique_ptr<Tool> StaticLibTool; 165 mutable std::unique_ptr<Tool> IfsMerge; 166 mutable std::unique_ptr<Tool> OffloadBundler; 167 mutable std::unique_ptr<Tool> OffloadPackager; 168 mutable std::unique_ptr<Tool> LinkerWrapper; 181 mutable boo [all...] |
/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | TraceCursorIntelPT.h | 80 std::optional<DecodedThread::TSCRange> mutable m_tsc_range; 81 bool mutable m_tsc_range_calculated = false; 85 std::optional<DecodedThread::NanosecondsRange> mutable m_nanoseconds_range; 86 bool mutable m_nanoseconds_range_calculated = false;
|
/llvm-project/llvm/test/CodeGen/WebAssembly/ |
H A D | mutable-globals.ll | 1 ; RUN: llc < %s -mcpu=mvp -mattr=+mutable-globals | FileCheck %s 3 ; Test that mutable globals is properly emitted into the target features section 15 ; CHECK-NEXT: .ascii "mutable-globals"
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LazyMachineBlockFrequencyInfo.h | 40 mutable std::unique_ptr<MachineBlockFrequencyInfo> OwnedMBFI; 43 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI; 46 mutable std::unique_ptr<MachineDominatorTree> OwnedMDT;
|
/llvm-project/clang/test/Analysis/ |
H A D | ObjCPropertiesSyntaxChecks.m | 11 @property(copy) NSMutableString *mutableStr; // expected-warning{{Property of mutable type 'NSMutab… 12 @property(copy) NSMutableString *mutableExplicitStr; // expected-warning{{Property of mutable type … 22 @property(copy) NSMutableString *mutableStrInCategory; // expected-warning{{Property of mutable typ… 23 …mutableReadonlyStrOverriddenInCategory; // expected-warning{{Property of mutable type 'NSMutableSt… 51 …g *mutableReadonlyStrOverriddenInChild; // expected-warning{{Property of mutable type 'NSMutableSt…
|
/llvm-project/lldb/tools/debugserver/source/ |
H A D | PThreadEvent.h | 50 mutable PThreadMutex m_mutex; 51 mutable PThreadCondition m_set_condition; 52 mutable PThreadCondition m_reset_condition;
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | Darwin.h | 149 mutable std::unique_ptr<tools::darwin::Lipo> Lipo; 150 mutable std::unique_ptr<tools::darwin::Dsymutil> Dsymutil; 151 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug; 154 mutable std::optional<VersionTuple> LinkerVersion; 346 mutable bool TargetInitialized; 363 mutable DarwinPlatformKind TargetPlatform; 364 mutable DarwinEnvironmentKind TargetEnvironment; 367 mutable VersionTuple TargetVersion; in setTarget() 369 mutable VersionTuple OSTargetVersion; in setTarget() 372 mutable st in setTarget() [all...] |
/llvm-project/mlir/test/Dialect/MLProgram/ |
H A D | invalid.mlir | 47 ml_program.global private mutable @var : i32 49 // expected-error @+1 {{op cannot load as const from mutable global @var}} 70 ml_program.global private mutable @var(42 : i64) : i64 85 ml_program.global private mutable @var(42 : i64) : i64 102 ml_program.global private mutable @global_mutable_undef : tensor<?xi32>
|
H A D | pipeline-globals.mlir | 4 ml_program.global private mutable @global_variable(dense<4> : tensor<4xi32>) : tensor<4xi32> 24 ml_program.global private mutable @global_variable(dense<4> : tensor<4xi32>) : tensor<4xi32> 45 ml_program.global private mutable @global_variable(dense<4> : tensor<4xi32>) : tensor<4xi32> 67 ml_program.global private mutable @global_variable(dense<4> : tensor<4xi32>) : tensor<4xi32> 103 ml_program.global private mutable @global_variable(dense<4> : tensor<4xi32>) : tensor<4xi32> 140 ml_program.global private mutable @global_variable(dense<4> : tensor<4xi32>) : tensor<4xi32> 183 ml_program.global private mutable @global_variable(dense<4> : tensor<4xi32>) : tensor<4xi32> 223 ml_program.global private mutable @global_variable(dense<4> : tensor<4xi32>) : tensor<4xi32>
|
H A D | ops.mlir | 26 // CHECK: ml_program.global private mutable @global_mutable_undef : tensor<?xi32> 27 ml_program.global private mutable @global_mutable_undef : tensor<?xi32> 29 // CHECK: ml_program.global private mutable @global_extern(#extern) : tensor<?xi32> 30 ml_program.global private mutable @global_extern(#ml_program.extern : tensor<4xi32>) : tensor<?xi32>
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugAbbrev.h | 62 mutable DWARFAbbreviationDeclarationSetMap AbbrDeclSets; 63 mutable DWARFAbbreviationDeclarationSetMap::const_iterator PrevAbbrOffsetPos; 64 mutable std::optional<DataExtractor> Data;
|
/llvm-project/lld/test/wasm/ |
H A D | mutable-global-exports.s | 3 # Should fail without mutable globals feature enabled. 7 # RUN: wasm-ld --extra-features=mutable-globals --export=foo_global %t.o -o %t.wasm 11 # RUN: wasm-ld --extra-features=mutable-globals --export=__stack_pointer %t.o -o %t.wasm 14 # RUN: wasm-ld --extra-features=mutable-globals --export-all %t.o -o %t.wasm 35 # CHECK-ERR: mutable global exported but 'mutable-globals' feature not present in inputs: `foo_glob… 111 # CHECK-ALL-NEXT: Name: mutable-globals
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | IncludeFixer.h | 83 mutable unsigned IndexRequestCount = 0; 94 mutable llvm::StringMap<SymbolSlab> FuzzyFindCache; 95 mutable llvm::DenseMap<SymbolID, SymbolSlab> LookupCache;
|