Home
last modified time | relevance | path

Searched refs:mutable (Results 1 – 25 of 336) sorted by relevance

12345678910>>...14

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h191 mutable SmallVector<Type *, 0> Types;
192 mutable llvm::FoldingSet<ExtQuals> ExtQualNodes;
193 mutable llvm::FoldingSet<ComplexType> ComplexTypes;
194 mutable llvm::FoldingSet<PointerType> PointerTypes;
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 llvm::ContextualFoldingSet<ConstantArrayType, ASTContext &>
[all …]
H A DNSAPI.h240 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 DRawCommentList.h149 mutable StringRef RawText;
150 mutable const char *BriefText;
152 mutable bool RawTextValid : 1; ///< True if RawText is valid
153 mutable bool BriefTextValid : 1; ///< True if BriefText is valid
201 mutable llvm::DenseMap<RawComment *, unsigned> CommentBeginLine;
202 mutable llvm::DenseMap<RawComment *, unsigned> CommentEndOffset;
H A DComparisonCategories.h103 mutable llvm::SmallVector<
222 mutable llvm::DenseMap<char, ComparisonCategoryInfo> Data;
223 mutable NamespaceDecl *StdNS = nullptr;
H A DDeclBase.h336 mutable unsigned CacheValidAndLinkage : 3;
1373 mutable uint64_t ExternalLexicalStorage : 1;
1378 mutable uint64_t ExternalVisibleStorage : 1;
1384 mutable uint64_t NeedToReconcileExternalVisibleStorage : 1;
1388 mutable uint64_t HasLazyLocalLexicalLookups : 1;
1392 mutable uint64_t HasLazyExternalLexicalLookups : 1;
1397 mutable uint64_t UseQualifiedLookup : 1;
1512 mutable uint64_t LoadedFieldsFromExternalStorage : 1;
1662 mutable uint64_t Family : ObjCMethodFamilyBitWidth;
1681 mutable uint64_t HasRedeclaration : 1;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h40 mutable std::vector<std::unique_ptr<NativeRawSymbol>> Cache;
44 mutable DenseMap<codeview::TypeIndex, SymIndexId> TypeIndexToSymbolId;
49 mutable DenseMap<std::pair<codeview::TypeIndex, uint32_t>, SymIndexId>
54 mutable std::vector<SymIndexId> Compilands;
57 mutable std::vector<std::unique_ptr<NativeSourceFile>> SourceFiles;
60 mutable DenseMap<uint32_t, SymIndexId> FileNameOffsetToId;
63 mutable DenseMap<uint32_t, SymIndexId> GlobalOffsetToSymbolId;
66 mutable DenseMap<std::pair<uint32_t, uint32_t>, SymIndexId> AddressToSymbolId;
68 mutable DenseMap<std::pair<uint32_t, uint32_t>, SymIndexId>
72 mutable DenseMap<std::pair<uint16_t, uint32_t>, SymIndexId>
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.h51 mutable DenseMap<const Record*,
53 mutable std::unique_ptr<CodeGenRegBank> RegBank;
54 mutable std::vector<Record*> RegAltNameIndices;
55 mutable SmallVector<ValueTypeByHwMode, 8> LegalValueTypes;
61 mutable std::unique_ptr<CodeGenSchedModels> SchedModels;
63 mutable StringRef InstNamespace;
64 mutable std::vector<const CodeGenInstruction*> InstrsByEnum;
65 mutable unsigned NumPseudoInstructions = 0;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DManagedStatic.h52 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;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCSymbol.h82 mutable PointerIntPair<MCFragment *, 1> FragmentAndHasName;
93 mutable unsigned IsUsed : 1;
95 mutable unsigned IsRegistered : 1;
99 mutable unsigned IsExternal : 1;
102 mutable unsigned IsPrivateExtern : 1;
109 mutable unsigned IsUsedInReloc : 1;
126 mutable uint32_t Flags : NumFlagsBits;
129 mutable uint32_t Index = 0;
H A DMCSectionCOFF.h32 mutable unsigned Characteristics;
39 mutable unsigned WinCFISectionID = ~0U;
47 mutable int Selection;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DToolChain.h139 mutable std::unique_ptr<Tool> Clang;
140 mutable std::unique_ptr<Tool> Flang;
141 mutable std::unique_ptr<Tool> Assemble;
142 mutable std::unique_ptr<Tool> Link;
143 mutable std::unique_ptr<Tool> StaticLibTool;
144 mutable std::unique_ptr<Tool> IfsMerge;
145 mutable std::unique_ptr<Tool> OffloadBundler;
146 mutable std::unique_ptr<Tool> OffloadWrapper;
158 mutable std::unique_ptr<SanitizerArgs> SanitizerArguments;
159 mutable std::unique_ptr<XRayArgs> XRayArguments;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dpointer-query.h195 mutable unsigned hits;
196 mutable unsigned misses;
197 mutable unsigned failures;
198 mutable unsigned depth;
199 mutable unsigned max_depth;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLazyMachineBlockFrequencyInfo.h40 mutable std::unique_ptr<MachineBlockFrequencyInfo> OwnedMBFI;
43 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI;
46 mutable std::unique_ptr<MachineDominatorTree> OwnedMDT;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h131 mutable std::unique_ptr<llvm::MemoryBuffer> Buffer;
159 mutable LineOffsetMapping SourceLineCache;
177 mutable unsigned IsBufferInvalid : 1;
630 mutable llvm::BumpPtrAllocator ContentCacheAlloc;
718 mutable FileID LastFileIDLookup;
727 mutable FileID LastLineNoFileIDQuery;
728 mutable const SrcMgr::ContentCache *LastLineNoContentCache;
729 mutable unsigned LastLineNoFilePos;
730 mutable unsigned LastLineNoResult;
739 mutable unsigned NumLinearScans = 0;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h58 mutable DWARFAbbreviationDeclarationSetMap AbbrDeclSets;
59 mutable DWARFAbbreviationDeclarationSetMap::const_iterator PrevAbbrOffsetPos;
60 mutable Optional<DataExtractor> Data;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.h131 mutable std::unique_ptr<tools::darwin::Lipo> Lipo;
132 mutable std::unique_ptr<tools::darwin::Dsymutil> Dsymutil;
133 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug;
275 mutable bool TargetInitialized;
289 mutable DarwinPlatformKind TargetPlatform;
290 mutable DarwinEnvironmentKind TargetEnvironment;
293 mutable VersionTuple TargetVersion;
296 mutable Optional<DarwinSDKInfo> SDKInfo;
H A DMyriad.h95 mutable std::unique_ptr<Tool> Compiler;
96 mutable std::unique_ptr<Tool> Assembler;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DRegisterBankInfo.h395 mutable DenseMap<unsigned, std::unique_ptr<const PartialMapping>>
400 mutable DenseMap<unsigned, std::unique_ptr<const ValueMapping>>
405 mutable DenseMap<unsigned, std::unique_ptr<ValueMapping[]>>
410 mutable DenseMap<unsigned, std::unique_ptr<const InstructionMapping>>
415 mutable DenseMap<unsigned, const TargetRegisterClass *> PhysRegMinimalRCs;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DPredIteratorCache.h29 mutable DenseMap<BasicBlock *, BasicBlock **> BlockToPredsMap;
30 mutable DenseMap<BasicBlock *, unsigned> BlockToPredCountMap;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DInstructionView.h33 mutable std::string InstructionString;
34 mutable raw_string_ostream InstrStream;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DRegisterAliasing.h100 mutable std::unordered_map<unsigned, std::unique_ptr<RegisterAliasingTracker>>
102 mutable std::unordered_map<unsigned, std::unique_ptr<RegisterAliasingTracker>>
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h39 mutable ArrayRef<uint8_t> Bytes;
40 mutable uint32_t Literal;
41 mutable bool HasLiteral;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Option/
H A DArg.h53 mutable unsigned Claimed : 1;
56 mutable unsigned OwnsValues : 1;
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPUrl.h170 mutable bool regenerate;
178 mutable std::string m_urlString;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-generated-function-mockers.h159 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(0, constness, \
185 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(1, constness, \
215 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(2, constness, \
250 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(3, constness, \
288 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(4, constness, \
330 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(5, constness, \
376 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(6, constness, \
425 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(7, constness, \
478 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(8, constness, \
536 mutable ::testing::FunctionMocker<__VA_ARGS__> GMOCK_MOCKER_(9, constness, \
[all …]

12345678910>>...14