| /netbsd-src/external/apache2/llvm/dist/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; 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 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 | 149 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 D | ComparisonCategories.h | 103 mutable llvm::SmallVector< 222 mutable llvm::DenseMap<char, ComparisonCategoryInfo> Data; 223 mutable NamespaceDecl *StdNS = nullptr;
|
| H A D | DeclBase.h | 336 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 D | SymbolCache.h | 40 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 D | CodeGenTarget.h | 51 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 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;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCSymbol.h | 82 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 D | MCSectionCOFF.h | 32 mutable unsigned Characteristics; 39 mutable unsigned WinCFISectionID = ~0U; 47 mutable int Selection;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | ToolChain.h | 139 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 D | pointer-query.h | 195 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 D | LazyMachineBlockFrequencyInfo.h | 40 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 D | SourceManager.h | 131 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 D | DWARFDebugAbbrev.h | 58 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 D | Darwin.h | 131 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 D | Myriad.h | 95 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 D | RegisterBankInfo.h | 395 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 D | PredIteratorCache.h | 29 mutable DenseMap<BasicBlock *, BasicBlock **> BlockToPredsMap; 30 mutable DenseMap<BasicBlock *, unsigned> BlockToPredCountMap;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/ |
| H A D | InstructionView.h | 33 mutable std::string InstructionString; 34 mutable raw_string_ostream InstrStream;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | RegisterAliasing.h | 100 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 D | AMDGPUDisassembler.h | 39 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 D | Arg.h | 53 mutable unsigned Claimed : 1; 56 mutable unsigned OwnsValues : 1;
|
| /netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| H A D | LDAPUrl.h | 170 mutable bool regenerate; 178 mutable std::string m_urlString;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| H A D | gmock-generated-function-mockers.h | 159 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 …]
|