Home
last modified time | relevance | path

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

12345678910>>...14

/freebsd/contrib/llvm-project/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{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 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.h175 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;
H A DComparisonCategories.h105 mutable llvm::SmallVector<
223 mutable llvm::DenseMap<char, ComparisonCategoryInfo> Data;
224 mutable NamespaceDecl *StdNS = nullptr;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.h61 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 unsigned NumPseudoInstructions = 0;
/freebsd/contrib/wireguard-tools/
H A Dconfig.c197 char *mutable = strdup(value); in parse_endpoint() local
206 if (!mutable) { in parse_endpoint()
211 free(mutable); in parse_endpoint()
215 if (mutable[0] == '[') { in parse_endpoint()
216 begin = &mutable[1]; in parse_endpoint()
217 end = strchr(mutable, ']'); in parse_endpoint()
219 free(mutable); in parse_endpoint()
225 free(mutable); in parse_endpoint()
230 begin = mutable; in parse_endpoint()
231 end = strrchr(mutable, ':'); in parse_endpoint()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DSymbolCache.h47 mutable std::vector<std::unique_ptr<NativeRawSymbol>> Cache;
51 mutable DenseMap<codeview::TypeIndex, SymIndexId> TypeIndexToSymbolId;
56 mutable DenseMap<std::pair<codeview::TypeIndex, uint32_t>, SymIndexId>
61 mutable std::vector<SymIndexId> Compilands;
64 mutable std::vector<std::unique_ptr<NativeSourceFile>> SourceFiles;
67 mutable DenseMap<uint32_t, SymIndexId> FileNameOffsetToId;
70 mutable DenseMap<uint32_t, SymIndexId> GlobalOffsetToSymbolId;
73 mutable DenseMap<std::pair<uint32_t, uint32_t>, SymIndexId> AddressToSymbolId;
75 mutable DenseMap<std::pair<uint32_t, uint32_t>, SymIndexId>
79 mutable DenseMap<std::pair<uint16_t, uint32_t>, SymIndexId>
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DManagedStatic.h53 mutable std::atomic<void *> Ptr{};
54 mutable void (*DeleterFn)(void *) = nullptr;
55 mutable const ManagedStaticBase *Next = nullptr;
59 mutable std::atomic<void *> Ptr;
60 mutable void (*DeleterFn)(void *);
61 mutable const ManagedStaticBase *Next;
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbol.h80 mutable MCFragment *Fragment = nullptr;
94 mutable unsigned IsRegistered : 1;
98 mutable unsigned IsExternal : 1;
101 mutable unsigned IsPrivateExtern : 1;
104 mutable unsigned IsWeakExternal : 1;
111 mutable unsigned IsUsedInReloc : 1;
136 mutable uint32_t Flags : NumFlagsBits;
139 mutable uint32_t Index = 0;
H A DMCSectionCOFF.h33 mutable unsigned Characteristics;
40 mutable unsigned WinCFISectionID = ~0U;
48 mutable int Selection;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h80 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;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericMemoryAccess.h98 Error Err, ReadUIntsResult<uint8_t> Result) mutable { in readUInt8sAsync()
114 Error Err, ReadUIntsResult<uint16_t> Result) mutable { in readUInt16sAsync()
130 Error Err, ReadUIntsResult<uint32_t> Result) mutable { in readUInt32sAsync()
146 Error Err, ReadUIntsResult<uint64_t> Result) mutable { in readUInt64sAsync()
162 Error Err, ReadPointersResult Result) mutable { in readPointersAsync()
179 ReadBuffersResult Result) mutable { in readBuffersAsync()
195 ReadStringsResult Result) mutable { in readStringsAsync()
/freebsd/contrib/llvm-project/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;
H A DRegisterBankInfo.h402 mutable DenseMap<hash_code, std::unique_ptr<const PartialMapping>>
407 mutable DenseMap<hash_code, std::unique_ptr<const ValueMapping>>
412 mutable DenseMap<hash_code, std::unique_ptr<ValueMapping[]>>
417 mutable DenseMap<hash_code, std::unique_ptr<const InstructionMapping>>
422 mutable DenseMap<MCRegister, const TargetRegisterClass *> PhysRegMinimalRCs;
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DToolChain.h160 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 bool SanitizerArgsChecked = false;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h63 mutable DWARFAbbreviationDeclarationSetMap AbbrDeclSets;
64 mutable DWARFAbbreviationDeclarationSetMap::const_iterator PrevAbbrOffsetPos;
65 mutable std::optional<DataExtractor> Data;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h134 mutable std::unique_ptr<llvm::MemoryBuffer> Buffer;
163 mutable LineOffsetMapping SourceLineCache;
185 mutable unsigned IsBufferInvalid : 1;
669 mutable llvm::BumpPtrAllocator ContentCacheAlloc;
771 mutable FileID LastFileIDLookup;
772 mutable SourceLocation::UIntTy LastLookupStartOffset;
773 mutable SourceLocation::UIntTy LastLookupEndOffset; // exclude
782 mutable FileID LastLineNoFileIDQuery;
783 mutable const SrcMgr::ContentCache *LastLineNoContentCache;
784 mutable unsigned LastLineNoFilePos;
[all …]
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h154 mutable std::unique_ptr<tools::darwin::Lipo> Lipo;
155 mutable std::unique_ptr<tools::darwin::Dsymutil> Dsymutil;
156 mutable std::unique_ptr<tools::darwin::VerifyDebug> VerifyDebug;
159 mutable std::optional<VersionTuple> LinkerVersion;
351 mutable bool TargetInitialized;
368 mutable DarwinPlatformKind TargetPlatform;
369 mutable DarwinEnvironmentKind TargetEnvironment;
372 mutable VersionTuple TargetVersion;
374 mutable VersionTuple OSTargetVersion;
377 mutable std::optional<DarwinSDKInfo> SDKInfo;
[all …]
/freebsd/contrib/less/
H A Dcvt.c53 public void cvt_text(mutable char *odst, constant char *osrc, mutable int *chpos, mutable size_t *l… in cvt_text()
H A Dfuncs.h39 public COLOR_TYPE parse_color(constant char *str, mutable int *p_fg, mutable int *p_bg, mutable CHA…
83 public void put_wchar(mutable char **pp, LWCHAR ch);
104 public LINENUM cmd_int(mutable long *frac);
129 public void cvt_text(mutable char *odst, constant char *osrc, mutable int *chpos, mutable size_t *l…
146 public void init_textlist(struct textlist *tlist, mutable char *str);
166 public void expand_evars(mutable char *buf, size_t len, struct xbuffer *xbuf);
346 public lbool getnumc(constant char **sp, constant char *printopt, lbool neg_ok, mutable int *p_num);
347 public lbool getnum(char **sp, constant char *printopt, lbool neg_ok, mutable int *p_num);
348 public lbool getfraction(constant char **sp, mutable long *p_frac);
H A Devar.c42 static struct replace * make_replaces(mutable char *buf, size_t len, size_t *pe, char term) in make_replaces()
138 static size_t add_evar(struct xbuffer *xbuf, mutable char *buf, size_t len, size_t e, constant char… in add_evar()
166 public void expand_evars(mutable char *buf, size_t len, struct xbuffer *xbuf) in expand_evars()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h83 mutable ArrayRef<uint8_t> Bytes;
84 mutable uint32_t Literal;
85 mutable uint64_t Literal64;
86 mutable bool HasLiteral;
87 mutable std::optional<bool> EnableWavefrontSize32;
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DFileIndexRecord.h30 mutable bool IsSorted = false;
31 mutable std::vector<DeclOccurrence> Decls;
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DInstructionView.h32 mutable std::string InstructionString;
33 mutable raw_string_ostream InstrStream;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h307 mutable std::unique_ptr<CallLowering> CallLoweringInfo;
308 mutable std::unique_ptr<InstructionSelector> InstSelector;
309 mutable std::unique_ptr<LegalizerInfo> Legalizer;
310 mutable std::unique_ptr<RISCVRegisterBankInfo> RegBankInfo;

12345678910>>...14