Searched defs:None (Results 1 - 25 of 121) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DNone.h22 enum class NoneType { None = 1 }; member in class:llvm::NoneType
23 const NoneType None = NoneType::None; member in class:llvm::NoneType
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DIPO.h228 None, ///< Do nothing. member in class:llvm::PassSummaryAction
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Linker/
H A DLinker.h29 None = 0, enumerator in enum:llvm::Linker::Flags
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.h22 enum class PointerType { None, Pointer, Reference }; member in class:llvm::pdb::FunctionDumper::PointerType
H A DPrettyCompilandDumper.h22 enum Flags { None = 0x0, Children = 0x1, Symbols = 0x2, Lines = 0x4 }; enumerator in enum:llvm::pdb::CompilandDumper::Flags
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBRawSymbol.h29 None = 0, member in class:llvm::pdb::PdbSymbolIdField
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingOptions.h21 None, member in class:clang::index::IndexingOptions::SystemSymbolFilterKind
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DRichManglingContext.h70 enum InfoProvider { None, ItaniumPartialDemangler, PluginCxxLanguage }; enumerator in enum:lldb_private::RichManglingContext::InfoProvider
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DXRayInstr.h37 constexpr XRayInstrMask None = 0; member in namespace:clang::XRayInstrKind
H A DSyncScope.h65 enum class AtomicScopeModelKind { None, OpenCL }; member in class:clang::SyncScope::AtomicScopeModelKind
H A DDiagnosticOptions.h33 None = 0, member in class:clang::DiagnosticLevelMask
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h18 enum class ShowIncludesDestination { None, Stdout, Stderr }; member in class:clang::ShowIncludesDestination
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h18 None, ///< No exception support member in class:llvm::ExceptionHandling
27 None, ///< No compression member in class:llvm::DebugCompressionType
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DASTSelection.h26 None, member in class:clang::tooling::SourceSelectionKind
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h42 None, enumerator in enum:llvm::FunctionImporter::ImportFailureReason
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Remarks/
H A DBitstreamRemarkSerializer.h172 BitstreamMetaSerializer(raw_ostream &OS, BitstreamRemarkContainerType ContainerType, Optional<const StringTable *> StrTab = None, Optional<StringRef> ExternalFilename = None) argument
183 BitstreamMetaSerializer(raw_ostream &OS, BitstreamRemarkSerializerHelper &Helper, Optional<const StringTable *> StrTab = None, Optional<StringRef> ExternalFilename = None) argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DPredicate.h158 llvm::None; member in class:lldb_private::Predicate::llvm
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp125 defaultDump(outs(), 0, PdbSymbolIdField::All, PdbSymbolIdField::None); member in class:PdbSymbolIdField
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawConstants.h102 None = 0, member in class:llvm::pdb::PdbRaw_SrcHeaderBlockVer::OMFSegDescFlags
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DSymbol.h27 None = 0, member in class:llvm::MachO::SymbolFlags
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DStatistic.cpp211 assert(yaml::needsQuotes(Stat->getDebugType()) == yaml::QuotingType::None && member in class:yaml::QuotingType
213 assert(yaml::needsQuotes(Stat->getName()) == yaml::QuotingType::None && member in class:yaml::QuotingType
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp36 enum Kind { DumpFull, Dump, Print, None }; enumerator in enum:__anon494::ASTPrinter::Kind
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkParser.cpp115 CParser(Format ParserFormat, StringRef Buf, Optional<ParsedStringTable> StrTab = None) argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DVFABIDemangling.cpp21 None, // Not found. member in class:__anon1658::ParseRet
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h53 None = 0, // -O0 enumerator in enum:llvm::CodeGenOpt::Level
71 enum FP {All, NonLeaf, None}; enumerator in enum:llvm::FramePointer::FP

Completed in 162 milliseconds

12345