Searched refs:Optional (Results 251 - 275 of 1145) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumTypes.cpp27 Optional<TypeIndex> TI = Types.getFirst();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.h21 #include "llvm/ADT/Optional.h"
52 Optional<unsigned> InRangeIndex,
H A DPassManager.cpp56 Optional<PreservedAnalyses> FunctionPA;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
H A DRegistry.h22 #include "llvm/ADT/Optional.h"
72 /// constructor, or Optional<MatcherCtor>() if not found.
73 static llvm::Optional<MatcherCtor> lookupMatcherCtor(StringRef MatcherName);
H A DVariantValue.h22 #include "llvm/ADT/Optional.h"
109 llvm::Optional<DynTypedMatcher>
126 virtual llvm::Optional<DynTypedMatcher> getSingleMatcher() const = 0;
128 virtual llvm::Optional<DynTypedMatcher>
162 /// \returns the matcher, if there is only one matcher. An empty Optional, if
165 llvm::Optional<DynTypedMatcher> getSingleMatcher() const;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Core/
H A DReplacement.h23 #include "llvm/ADT/Optional.h"
176 const llvm::Optional<Replacement> &getNewReplacement() const {
180 const llvm::Optional<Replacement> &getExistingReplacement() const {
194 llvm::Optional<Replacement> NewReplacement;
197 llvm::Optional<Replacement> ExistingReplacement;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DAMDGPUMetadataVerifier.h41 Optional<size_t> Size = None);
/freebsd-11-stable/contrib/llvm-project/clang/lib/DirectoryWatcher/
H A DDirectoryScanner.cpp17 Optional<sys::fs::file_status> getFileStatus(StringRef Path) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DAVR.h36 llvm::Optional<std::string> findAVRLibcInstallation() const;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DStandaloneExecution.h86 llvm::Optional<CommonOptionsParser> OptionsParser;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DNativeProcessELF.cpp15 llvm::Optional<uint64_t>
47 llvm::Optional<uint64_t> maybe_phdr_addr =
49 llvm::Optional<uint64_t> maybe_phdr_entry_size =
51 llvm::Optional<uint64_t> maybe_phdr_num_entries =
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h37 Optional<StringRef> Source;
124 Optional<int64_t> FrameOffset;
125 Optional<uint64_t> Size;
126 Optional<uint64_t> TagOffset;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangPersistentVariables.h62 llvm::Optional<CompilerType>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculateAnalyses.h33 using ResultTy = Optional<DenseMap<StringRef, DenseSet<StringRef>>>;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFContext.h14 #include "llvm/ADT/Optional.h"
48 llvm::Optional<lldb::SectionType> dwo_section_type,
H A DSymbolFileDWARFDwo.h49 llvm::Optional<uint32_t> GetDwoNum() override { return GetID() >> 32; }
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.h60 mutable Optional<DataExtractor> Data;
H A DDWARFDataExtractor.h56 Optional<uint64_t> getEncodedPointer(uint64_t *Offset, uint8_t Encoding,
H A DDWARFListTable.h119 Optional<uint64_t> getOffsetEntry(uint32_t Index) const {
173 llvm::function_ref<Optional<object::SectionedAddress>(uint32_t)>
178 Optional<uint64_t> getOffsetEntry(uint32_t Index) const {
244 llvm::function_ref<Optional<object::SectionedAddress>(uint32_t)>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DConstantFoldingMIRBuilder.h30 Optional<unsigned> Flags = None) override {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMIRFormatter.h38 Optional<unsigned> OpIdx, int64_t Imm) const {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DInlineInfo.h12 #include "llvm/ADT/Optional.h"
137 llvm::Optional<InlineArray> getInlineStack(uint64_t Addr) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h48 Optional<MCFixupKind> getFixupKind(StringRef Name) const override;
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTStructuralEquivalence.h20 #include "llvm/ADT/Optional.h"
110 static llvm::Optional<unsigned>
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DYaml.h27 llvm::Optional<T> getConfiguration(CheckerManager &Mgr, Checker *Chk,

Completed in 145 milliseconds

<<11121314151617181920>>