HomeSort by: relevance | last modified time | path
    Searched refs:mutable (Results 1 - 25 of 270) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 40 mutable std::unique_ptr<MachineBlockFrequencyInfo> OwnedMBFI;
43 mutable std::unique_ptr<MachineLoopInfo> OwnedMLI;
46 mutable std::unique_ptr<MachineDominatorTree> OwnedMDT;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
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;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
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
    [all...]
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;
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...]
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
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;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugAbbrev.h 58 mutable DWARFAbbreviationDeclarationSetMap AbbrDeclSets;
59 mutable DWARFAbbreviationDeclarationSetMap::const_iterator PrevAbbrOffsetPos;
60 mutable Optional<DataExtractor> Data;
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSectionCOFF.h 27 // FIXME: The following fields should not be mutable, but are for now so the
32 mutable unsigned Characteristics;
37 /// the Microsoft incremental linker. This data is mutable because this ID is
39 mutable unsigned WinCFISectionID = ~0U;
47 mutable int Selection;
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;
MCSymbolCOFF.h 19 mutable uint16_t Type = 0;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
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...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PredIteratorCache.h 29 mutable DenseMap<BasicBlock *, BasicBlock **> BlockToPredsMap;
30 mutable DenseMap<BasicBlock *, unsigned> BlockToPredCountMap;
Mangler.h 30 mutable DenseMap<const GlobalValue*, unsigned> AnonGlobalIDs;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
RegisterAliasing.h 100 mutable std::unordered_map<unsigned, std::unique_ptr<RegisterAliasingTracker>>
102 mutable std::unordered_map<unsigned, std::unique_ptr<RegisterAliasingTracker>>
  /src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
InstructionView.h 33 mutable std::string InstructionString;
34 mutable raw_string_ostream InstrStream;
  /src/external/gpl3/gcc/dist/gcc/
pointer-query.h 198 mutable unsigned hits;
199 mutable unsigned misses;
200 mutable unsigned failures;
201 mutable unsigned depth;
202 mutable unsigned max_depth;
  /src/external/gpl3/gcc.old/dist/gcc/
pointer-query.h 195 mutable unsigned hits;
196 mutable unsigned misses;
197 mutable unsigned failures;
198 mutable unsigned depth;
199 mutable unsigned max_depth;
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/debug/
safe_base.h 85 * constant iterator, and false if it is a mutable iterator. Note
100 iterator, and false if it is mutable. */
194 * iterators, one for constant iterators and one for mutable
207 /// The list of mutable iterators that reference this container
208 mutable _Safe_iterator_base* _M_iterators;
211 mutable _Safe_iterator_base* _M_const_iterators;
214 mutable unsigned int _M_version;
  /src/external/apache2/llvm/dist/llvm/include/llvm/
PassRegistry.h 39 mutable sys::SmartRWMutex<true> Lock;
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonTargetMachine.h 27 mutable StringMap<std::unique_ptr<HexagonSubtarget>> SubtargetMap;
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kTargetMachine.h 33 mutable StringMap<std::unique_ptr<M68kSubtarget>> SubtargetMap;
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVTargetMachine.h 25 mutable StringMap<std::unique_ptr<RISCVSubtarget>> SubtargetMap;
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZTargetMachine.h 30 mutable StringMap<std::unique_ptr<SystemZSubtarget>> SubtargetMap;
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86TargetMachine.h 30 mutable StringMap<std::unique_ptr<X86Subtarget>> SubtargetMap;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
func-id-helper.h 31 mutable llvm::DenseMap<int32_t, std::string> CachedNames;

Completed in 62 milliseconds

1 2 3 4 5 6 7 8 91011