Searched refs:Optional (Results 501 - 525 of 1145) sorted by relevance

<<21222324252627282930>>

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h651 Optional<BehaviorSummary> canEval(const CallExpr *CE, const FunctionDecl *FD,
689 Optional<RetEffect> getRetEffectFromAnnotations(QualType RetTy,
726 Optional<ObjKind> hasAnyEnabledAttrOf(const Decl *D, QualType QT);
729 Optional<ObjKind> hasAnyEnabledAttrOf(const Decl *D, QualType QT);
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DLinkage.h21 #include "llvm/ADT/Optional.h"
93 llvm::Optional<LinkageInfo> lookup(const NamedDecl *ND,
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGTestChecker.cpp261 Optional<Loc> FieldLoc =
H A DVLASizeChecker.cpp142 if (Optional<DefinedSVal> LessThanZeroDVal =
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp29 if (Optional<Loc> LV = Cond.getAs<Loc>()) {
H A DProgramState.cpp565 if (Optional<loc::MemRegionVal> X = val.getAs<loc::MemRegionVal>())
568 if (Optional<nonloc::LazyCompoundVal> X =
572 if (Optional<nonloc::LocAsInteger> X = val.getAs<nonloc::LocAsInteger>())
581 if (Optional<nonloc::CompoundVal> X = val.getAs<nonloc::CompoundVal>())
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86DiscriminateMemOps.cpp145 Optional<unsigned> EncodedDiscriminator = DILocation::encodeDiscriminator(
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DReachableCode.cpp76 if (Optional<CFGStmt> CS = B->back().getAs<CFGStmt>()) {
93 if (Optional<CFGStmt> CS = I->getAs<CFGStmt>()) {
337 Optional<bool> TreatAllSuccessorsAsReachable;
459 if (Optional<CFGStmt> CS = I->getAs<CFGStmt>()) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h20 #include "llvm/ADT/Optional.h"
198 llvm::Optional<Function*> remangleIntrinsicFunction(Function *F);
H A DDIBuilder.h20 #include "llvm/ADT/Optional.h"
153 /// \param Checksum Optional checksum kind (e.g. CSK_MD5, CSK_SHA1, etc.)
155 /// \param Source Optional source text.
158 Optional<DIFile::ChecksumInfo<StringRef>> Checksum = None,
159 Optional<StringRef> Source = None);
193 /// \param Flags Optional DWARF attributes, e.g., DW_AT_endianity.
212 Optional<unsigned> DWARFAddressSpace =
231 Optional<unsigned> DWARFAddressSpace =
392 /// \param RunTimeLang Optional parameter, Objective-C runtime version.
409 /// \param RunTimeLang Optional paramete
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ABI/SysV-s390x/
H A DABISysV_s390x.cpp371 llvm::Optional<uint64_t> bit_size = compiler_type.GetBitSize(&thread);
441 llvm::Optional<uint64_t> bit_width =
508 llvm::Optional<uint64_t> byte_size =
555 llvm::Optional<uint64_t> byte_size =
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxVariant.cpp12 #include "llvm/ADT/Optional.h"
84 llvm::Optional<uint64_t> LibcxxVariantIndexValue(ValueObjectSP &impl_sp) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOptimizationRemarkEmitter.h197 Optional<uint64_t> computeHotness(const MachineBasicBlock &MBB);
H A DFunctionLoweringInfo.h20 #include "llvm/ADT/Optional.h"
101 using SlotMapTy = DenseMap<const Value *, Optional<int>>;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.h220 llvm::Optional<size_t> m_user_expression_start_pos;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptExpressionOpts.cpp97 llvm::Optional<llvm::Reloc::Model> reloc_model = llvm::None;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DInstructionSelector.h19 #include "llvm/ADT/Optional.h"
417 Optional<SmallVector<std::function<void(MachineInstrBuilder &)>, 4>>;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DUnwindTable.cpp86 llvm::Optional<AddressRange> UnwindTable::GetAddressRange(const Address &addr,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h13 #include "llvm/ADT/Optional.h"
549 Optional<MD5::MD5Result> Checksum,
550 Optional<StringRef> Source, unsigned CUID);
586 Optional<MD5::MD5Result> Checksum,
587 Optional<StringRef> Source) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComparisonCategories.h60 Optional<ComparisonCategoryType> getComparisonCategoryForBuiltinCmp(QualType T);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h453 Optional<bugreporter::TrackingKind>
456 Optional<bugreporter::TrackingKind>
459 Optional<bugreporter::TrackingKind> getInterestingnessKind(SVal V) const;
741 Optional<std::string> generateMessage(BugReporterContext &BRC,
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h25 #include "llvm/ADT/Optional.h"
277 llvm::Optional<unsigned> getCallArgIndex();
/freebsd-11-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp195 llvm::Optional<std::string>
221 llvm::Optional<std::string> ResultLookupName = getLookupName(ResultDecl);
237 const llvm::Optional<std::string> LookupName = getLookupName(D);
569 llvm::Optional<std::pair<SourceLocation, ASTUnit *>>
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp32 Optional<FileEntryRef> File =
/freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp71 Optional<std::string> DeclName) {

Completed in 156 milliseconds

<<21222324252627282930>>