|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
gen/lib/Target/X86/X86GenRegisterInfo.inc 19 enum {
gen/tools/clang/include/clang/AST/Attrs.inc 8737 enum MapTypeTy {
gen/unittests/TableGen/AutomataTables.inc 23 enum SymKind {
include/llvm/ADT/APFloat.h 176 enum cmpResult {
184 enum roundingMode {
210 enum fltCategory {
include/llvm/ADT/APInt.h 69 class LLVM_NODISCARD APInt {
include/llvm/ADT/APSInt.h 21 class LLVM_NODISCARD APSInt : public APInt {
include/llvm/ADT/Any.h 26 class Any {
include/llvm/ADT/DenseSet.h 105 class Iterator {
include/llvm/ADT/FoldingSet.h 305 class FoldingSetNodeID {
include/llvm/ADT/None.h 22 enum class NoneType { None = 1 };
include/llvm/ADT/StringRef.h 54 class StringRef {
include/llvm/Analysis/CGSCCPassManager.h 232 struct CGSCCUpdateResult {
include/llvm/Analysis/LazyCallGraph.h 112 class LazyCallGraph {
196 class iterator
227 class call_iterator
431 class SCC {
include/llvm/Analysis/LoopAnalysisManager.h 53 struct LoopStandardAnalysisResults {
include/llvm/Analysis/LoopInfo.h 509 class Loop : public LoopBase<BasicBlock, Loop> {
include/llvm/Analysis/LoopIterator.h 172 class LoopBlocksRPO {
include/llvm/Analysis/VectorUtils.h 24 enum class VFParamKind {
43 enum class VFISAKind {
79 struct VFShape {
include/llvm/BinaryFormat/Dwarf.h 70 enum DwarfFormat : uint8_t { DWARF32, DWARF64 };
82 enum Tag : uint16_t {
102 enum Attribute : uint16_t {
109 enum Form : uint16_t {
373 enum Index {
include/llvm/BinaryFormat/ELF.h 1049 enum {
include/llvm/BinaryFormat/MachO.h 23 enum : uint32_t {
include/llvm/BinaryFormat/XCOFF.h 28 enum StorageMappingClass : uint8_t {
include/llvm/Bitcode/BitcodeReader.h 57 class BitcodeModule {
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h 44 enum LegalizeAction : std::uint8_t {
include/llvm/CodeGen/ISDOpcodes.h 38 enum NodeType {
1020 enum CondCode {
include/llvm/CodeGen/Register.h 19 class Register {
include/llvm/CodeGen/SelectionDAGNodes.h 123 class SDValue {
include/llvm/CodeGen/SlotIndexes.h 83 class SlotIndex {
include/llvm/CodeGen/ValueTypes.h 33 struct EVT {
include/llvm/DebugInfo/CodeView/Formatters.h 27 class GuidAdapter final : public FormatAdapter<ArrayRef<uint8_t>> {
include/llvm/DebugInfo/CodeView/TypeHashing.h 32 struct LocallyHashedType {
77 struct GloballyHashedType {
include/llvm/DebugInfo/CodeView/TypeIndex.h 95 class TypeIndex {
include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h 19 enum class TiRefKind { TypeRef, IndexRef };
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h 253 struct AttributeEncoding {
include/llvm/DebugInfo/DWARF/DWARFDie.h 42 class DWARFDie {
include/llvm/DebugInfo/DWARF/DWARFFormValue.h 26 class DWARFFormValue {
include/llvm/DebugInfo/MSF/MSFCommon.h 51 struct MSFLayout {
include/llvm/DebugInfo/PDB/PDBTypes.h 241 enum class PDB_SymType {
include/llvm/Demangle/MicrosoftDemangleNodes.h 35 enum Qualifiers : uint8_t {
55 enum class PointerAffinity { None, Pointer, Reference, RValueReference };
include/llvm/ExecutionEngine/JITLink/MachO_arm64.h 23 enum MachOARM64RelocationKind : Edge::Kind {
include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h 23 enum MachOX86RelocationKind : Edge::Kind {
include/llvm/ExecutionEngine/Orc/OrcRemoteTargetRPCAPI.h 58 class DirectBufferWriter {
include/llvm/ExecutionEngine/Orc/SymbolStringPool.h 50 class SymbolStringPtr {
include/llvm/IR/CallSite.h 672 class CallSite : public CallSiteBase<Function, BasicBlock, Value, User, Use,
include/llvm/IR/Comdat.h 33 enum SelectionKind {
include/llvm/IR/DebugLoc.h 33 class DebugLoc {
include/llvm/IR/DerivedTypes.h 170 class FunctionCallee {
include/llvm/IR/Function.h 59 class Function : public GlobalObject, public ilist_node<Function> {
include/llvm/IR/InstrTypes.h 732 enum Predicate {
include/llvm/IR/Instruction.h 43 class Instruction : public User,
include/llvm/IR/Module.h 66 class Module {
include/llvm/IR/ModuleSummaryIndex.h 164 struct ValueInfo {
include/llvm/IR/PassManager.h 154 class PreservedAnalyses {
610 class Invalidator;
include/llvm/IR/User.h 245 struct value_op_iterator
include/llvm/IR/ValueHandle.h 181 class WeakTrackingVH : public ValueHandleBase {
include/llvm/MC/MCAsmMacro.h 23 enum TokenKind {
include/llvm/MC/MCInst.h 158 class MCInst {
include/llvm/MC/MCValue.h 39 class MCValue {
include/llvm/Object/ObjectFile.h 81 class SectionRef {
include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h 62 struct SourceLineEntry {
69 struct SourceColumnEntry {
include/llvm/Option/ArgList.h 368 class InputArgList final : public ArgList {
include/llvm/ProfileData/Coverage/CoverageMapping.h 91 enum CounterKind { Zero, CounterValueReference, Expression };
include/llvm/ProfileData/SampleProf.h 179 struct LineLocation {
include/llvm/Support/Alignment.h 40 struct Align {
include/llvm/Support/BinaryStreamReader.h 31 class BinaryStreamReader {
include/llvm/Support/BinaryStreamRef.h 200 struct BinarySubstreamRef {
include/llvm/Support/BinaryStreamWriter.h 31 class BinaryStreamWriter {
include/llvm/Support/BranchProbability.h 30 class BranchProbability {
include/llvm/Support/CodeGen.h 22 enum Model { Static, PIC_, DynamicNoPIC, ROPI, RWPI, ROPI_RWPI };
include/llvm/Support/ConvertUTF.h 126 typedef enum {
include/llvm/Support/Error.h 157 class LLVM_NODISCARD Error {
include/llvm/Support/FileCheck.h 67 class FileCheckType {
include/llvm/Support/FileSystem.h 86 enum perms {
134 class UniqueID {
include/llvm/Support/FormatAdapters.h 75 class ErrorAdapter : public FormatAdapter<Error> {
include/llvm/Support/FormatVariadic.h 46 struct ReplacementItem {
include/llvm/Support/LowLevelTypeImpl.h 39 class LLT {
include/llvm/Support/MachineValueType.h 30 class MVT {
32 enum SimpleValueType : uint8_t {
include/llvm/Support/SMLoc.h 23 class SMLoc {
include/llvm/Support/VersionTuple.h 26 class VersionTuple {
include/llvm/Testing/Support/Annotations.h 50 struct Range {
include/llvm/TextAPI/MachO/Architecture.h 24 enum Architecture : uint8_t {
include/llvm/TextAPI/MachO/Platform.h 22 enum class PlatformKind : unsigned {
include/llvm/TextAPI/MachO/Symbol.h 49 enum class SymbolKind : uint8_t {
include/llvm/Transforms/Scalar/ConstantHoisting.h 70 struct ConstantUser {
include/llvm/Transforms/Scalar/LoopPassManager.h 146 class LPMUpdater {
lib/CodeGen/LiveDebugValues.cpp 128 class DebugVariable {
181 struct VarLoc {
203 enum VarLocKind {
lib/CodeGen/MachineBlockPlacement.cpp 326 struct WeightedEdge {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldChecker.cpp 87 enum class BinOpToken : unsigned {
97 class EvalResult {
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h 191 class RelocationValueRef {
lib/MC/MCParser/AsmParser.cpp 160 struct CppHashInfoTy {
lib/Target/AArch64/Utils/AArch64BaseInfo.h 235 enum CondCode { // Meaning (integer) Meaning (floating-point)
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp 132 enum ImmTy {
lib/Target/AMDGPU/SIMachineScheduler.h 219 enum SISchedulerBlockCreatorVariant {
lib/Target/AMDGPU/SIMemoryLegalizer.cpp 70 enum class SIAtomicScope {
81 enum class SIAtomicAddrSpace {
lib/Target/Hexagon/HexagonBlockRanges.h 33 struct RegisterRef {
lib/Target/Hexagon/HexagonConstExtenders.cpp 55 struct OffsetRange {
lib/Target/Hexagon/MCTargetDesc/HexagonMCInstrInfo.h 295 class PredicateInfo {
lib/Target/X86/MCTargetDesc/X86BaseInfo.h 75 enum CondCode {
lib/Transforms/Scalar/LoopUnswitch.cpp 403 enum OperatorChain {
lib/Transforms/Scalar/MergeICmps.cpp 80 struct BCEAtom {
lib/Transforms/Vectorize/VPlan.h 568 class VPRecipeBase : public ilist_node_with_parent<VPRecipeBase, VPBasicBlock> {
986 class VPBasicBlock : public VPBlockBase {
tools/clang/include/clang/AST/APValue.h 58 class DynamicAllocLValue {
tools/clang/include/clang/AST/ASTTypeTraits.h 57 class ASTNodeKind {
230 class DynTypedNode {
tools/clang/include/clang/AST/CharUnits.h 38 class CharUnits {
tools/clang/include/clang/AST/DeclBase.h 74 enum AvailabilityResult {
tools/clang/include/clang/AST/DeclGroup.h 51 class DeclGroupRef {
tools/clang/include/clang/AST/DeclarationName.h 145 class DeclarationName {
tools/clang/include/clang/AST/LambdaCapture.h 25 class LambdaCapture {
tools/clang/include/clang/AST/NestedNameSpecifier.h 236 class NestedNameSpecifierLoc {
tools/clang/include/clang/AST/OperationKinds.h 25 enum BinaryOperatorKind {
tools/clang/include/clang/AST/Type.h 137 class Qualifiers {
643 class QualType {
tools/clang/include/clang/AST/TypeLoc.h 56 class TypeLoc {
tools/clang/include/clang/AST/VTableBuilder.h 474 struct MethodVFTableLocation {
tools/clang/include/clang/ASTMatchers/ASTMatchersInternal.h 211 class BoundNodesTreeBuilder {
tools/clang/include/clang/Analysis/ConstructionContext.h 30 enum ItemKind {
tools/clang/include/clang/Basic/ABI.h 41 struct ReturnAdjustment {
107 struct ThisAdjustment {
tools/clang/include/clang/Basic/Diagnostic.h 152 enum Level {
tools/clang/include/clang/Basic/IdentifierTable.h 672 class Selector {
tools/clang/include/clang/Basic/OpenMPKinds.h 93 enum OpenMPMapClauseKind {
tools/clang/include/clang/Basic/SourceLocation.h 38 class FileID {
86 class SourceLocation {
196 class SourceRange {
234 class CharSourceRange {
345 class FullSourceLoc : public SourceLocation {
tools/clang/include/clang/Basic/Specifiers.h 113 enum AccessSpecifier {
tools/clang/include/clang/Basic/TokenKinds.h 24 enum TokenKind : unsigned short {
tools/clang/include/clang/Basic/TypeTraits.h 96 enum UnaryExprOrTypeTrait {
tools/clang/include/clang/Driver/Compilation.h 83 struct TCArgsKey final {
tools/clang/include/clang/Edit/EditedSource.h 51 struct MacroArgUse {
tools/clang/include/clang/Edit/FileOffset.h 18 class FileOffset {
tools/clang/include/clang/Format/Format.h 1484 enum LanguageKind {
tools/clang/include/clang/Index/IndexSymbol.h 23 enum class SymbolKind : uint8_t {
96 enum class SymbolRole : uint32_t {
tools/clang/include/clang/Sema/Sema.h 1454 class PoppedFunctionScopeDeleter {
6586 enum AbstractDiagSelID {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h 75 class SVal {
tools/clang/include/clang/Tooling/ASTDiff/ASTDiffInternal.h 25 struct NodeId {
tools/clang/include/clang/Tooling/CompilationDatabase.h 43 struct CompileCommand {
tools/clang/include/clang/Tooling/Refactoring/AtomicChange.h 36 class AtomicChange {
tools/clang/lib/ASTMatchers/ASTMatchFinder.cpp 58 struct MatchKey {
tools/clang/lib/CodeGen/Address.h 24 class Address {
tools/clang/lib/CodeGen/CGValue.h 166 class LValue {
tools/clang/lib/CodeGen/CodeGenFunction.h 174 struct saved_type {
tools/clang/lib/Tooling/ASTDiff/ASTDiff.cpp 473 struct SNodeId {
tools/clang/tools/extra/clang-doc/Representation.h 37 enum class InfoType {
115 struct Reference {
tools/clang/tools/extra/clang-include-fixer/find-all-symbols/SymbolInfo.h 27 class SymbolInfo {
30 enum class SymbolKind {
53 struct Signals {
tools/clang/tools/extra/clang-tidy/ClangTidyDiagnosticConsumer.cpp 582 enum EventType {
tools/clang/tools/extra/clang-tidy/abseil/DurationRewriter.h 21 enum class DurationScale : std::uint8_t {
tools/clang/tools/extra/clangd/Context.h 69 class Context {
tools/clang/tools/extra/clangd/Diagnostics.h 71 struct Fix {
88 enum {
tools/clang/tools/extra/clangd/FindTarget.h 141 class DeclRelationSet {
tools/clang/tools/extra/clangd/Protocol.h 73 struct URIForFile {
127 struct Position {
156 struct Range {
202 struct TextEdit {
260 enum class CompletionItemKind {
300 enum class SymbolKind {
647 struct Diagnostic {
tools/clang/tools/extra/clangd/SemanticHighlighting.h 27 enum class HighlightingKind {
tools/clang/tools/extra/clangd/TUScheduler.h 64 enum State {
tools/clang/tools/extra/clangd/index/Ref.h 28 enum class RefKind : uint8_t {
52 struct Ref {
69 class RefSlab {
tools/clang/tools/extra/clangd/index/Relation.h 22 enum class RelationKind : uint8_t {
29 struct Relation {
45 class RelationSlab {
tools/clang/tools/extra/clangd/index/Symbol.h 177 class SymbolSlab {
tools/clang/tools/extra/clangd/index/SymbolID.h 31 class SymbolID {
tools/clang/tools/extra/clangd/index/SymbolLocation.h 19 struct SymbolLocation {
32 struct Position {
tools/clang/tools/extra/clangd/index/SymbolOrigin.h 21 enum class SymbolOrigin : uint8_t {
tools/clang/tools/extra/clangd/unittests/TweakTesting.h 45 enum CodeContext {
tools/clang/tools/extra/modularize/PreprocessorTracker.cpp 487 class PPItemKey {
tools/clang/unittests/AST/RecursiveASTVisitorTest.cpp 52 enum class VisitEvent {
tools/clang/unittests/Index/IndexTests.cpp 30 struct Position {
tools/clang/utils/TableGen/MveEmitter.cpp 1481 struct ComparableStringVector : std::vector<std::string> {
1505 struct MergeableGroup {
tools/dsymutil/CompileUnit.h 29 struct PatchLocation {
tools/dsymutil/LinkUtils.h 34 struct LinkOptions {
tools/lld/COFF/Writer.cpp 171 class PartialSectionKey {
tools/lld/ELF/Config.h 29 enum ELFKind {
38 enum class BuildIdKind { None, Fast, Md5, Sha1, Hexstring, Uuid };
tools/lld/include/lld/Core/DefinedAtom.h 106 enum ContentType {
tools/lldb/include/lldb/Core/Address.h 59 class Address {
tools/lldb/include/lldb/Core/Disassembler.h 180 struct Operand {
tools/lldb/include/lldb/Expression/IRMemoryMap.h 39 enum AllocationPolicy : uint8_t {
tools/lldb/include/lldb/Host/Debug.h 33 class ResumeActionList {
tools/lldb/include/lldb/Target/MemoryRegionInfo.h 18 class MemoryRegionInfo {
127 class MemoryRegionInfos : public std::vector<lldb_private::MemoryRegionInfo> {
tools/lldb/include/lldb/Utility/ConstString.h 39 class ConstString {
tools/lldb/include/lldb/Utility/FileSpec.h 55 class FileSpec {
tools/lldb/include/lldb/Utility/StringExtractorGDBRemote.h 51 enum ServerPacketType {
tools/lldb/include/lldb/lldb-enumerations.h 73 enum StateType {
223 enum RegisterKind {
286 enum ConnectionStatus {
427 enum LanguageType {
476 enum InstrumentationRuntimeType {
633 enum SectionType {
tools/lldb/source/Plugins/Process/Linux/ProcessorTrace.h 44 class munmap_delete {
tools/lldb/unittests/Core/UniqueCStringMapTest.cpp 15 struct NoDefault {
tools/llvm-cfi-verify/lib/GraphBuilder.h 67 struct GraphResult {
tools/llvm-cov/CoverageViewOptions.h 19 struct CoverageViewOptions {
tools/llvm-exegesis/lib/BenchmarkResult.h 43 struct BenchmarkMeasure {
58 struct InstructionBenchmark {
96 class PerInstructionStats {
tools/llvm-exegesis/lib/Clustering.cpp 241 struct OpcodeAndConfig {
tools/llvm-exegesis/lib/Clustering.h 37 class ClusterId {
tools/llvm-pdbutil/LinePrinter.cpp 130 struct Run {
tools/llvm-profdata/llvm-profdata.cpp 177 struct WeightedFile {
tools/llvm-xray/xray-account.cpp 224 struct ResultRow {
tools/llvm-xray/xray-stacks.cpp 115 struct format_xray_record : public FormatAdapter<XRayRecord> {
tools/polly/include/polly/ScopInfo.h 473 enum ReductionType {
tools/polly/lib/External/isl/include/isl/isl-noexceptions.h 778 class basic_set {
1219 class map {
3040 class union_map {
tools/sancov/sancov.cpp 899 struct FileFn {
unittests/ADT/DenseMapTest.cpp 34 class CtorTester {
unittests/ADT/TwineTest.cpp 104 struct formatter : FormatAdapter<int> {
unittests/IR/CFGBuilder.h 65 enum class ActionKind { Insert, Delete };
unittests/Support/FormatVariadicTest.cpp 18 struct Format : public FormatAdapter<int> {
595 class Negative : public FormatAdapter<int> {
usr/include/c++/7.4.0/bits/std_mutex.h 86 class mutex : private __mutex_base
usr/include/c++/7.4.0/bits/stl_bvector.h 300 struct _Bit_const_iterator : public _Bit_iterator_base
usr/include/c++/7.4.0/mutex 93 class recursive_mutex : private __recursive_mutex_base
usr/include/c++/7.4.0/tuple 119 template<std::size_t _Idx, typename _Head>
1616 struct _Swallow_assign
utils/TableGen/CodeGenDAGPatterns.h 55 struct MachineValueTypeSet {
utils/TableGen/FastISelEmitter.cpp 87 struct OperandsSignature {
utils/TableGen/GlobalISelEmitter.cpp 99 class LLTCodeGen {
1061 enum PredicateKind {
utils/TableGen/InfoByHwMode.h 168 struct RegSizeInfoByHwMode : public InfoByHwMode<RegSizeInfo> {