Defined in 39 files as a member:
- contrib/llvm-project/clang/include/clang/AST/Comment.h, line 1092 (as a member)
- contrib/llvm-project/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h, line 74 (as a member)
- contrib/llvm-project/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h, line 1776 (as a member)
- contrib/llvm-project/clang/include/clang/Analysis/CFG.h, line 1440 (as a member)
- contrib/llvm-project/clang/include/clang/Sema/ScopeInfo.h, line 210 (as a member)
- contrib/llvm-project/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp, line 132 (as a member)
- contrib/llvm-project/clang/lib/Frontend/Rewrite/RewriteObjC.cpp, line 123 (as a member)
- contrib/llvm-project/llvm/include/llvm/ADT/PostOrderIterator.h, line 291 (as a member)
- contrib/llvm-project/llvm/include/llvm/Analysis/LoopInfo.h, line 79 (as a member)
- contrib/llvm-project/llvm/include/llvm/CodeGen/EdgeBundles.h, line 33 (as a member)
- contrib/llvm-project/llvm/include/llvm/CodeGen/MIRYamlMapping.h, line 453 (as a member)
- contrib/llvm-project/llvm/include/llvm/CodeGen/RDFGraph.h, line 407 (as a member)
- contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h, line 143 (as a member)
- contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/MSFCommon.h, line 80 (as a member)
- contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h, line 613 (as a member)
- contrib/llvm-project/llvm/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h, line 95 (as a member)
- contrib/llvm-project/llvm/include/llvm/ProfileData/GCOV.h, line 260 (as a member)
- contrib/llvm-project/llvm/include/llvm/ProfileData/GCOV.h, line 361 (as a member)
- contrib/llvm-project/llvm/include/llvm/Transforms/Utils/CodeExtractor.h, line 99 (as a member)
- contrib/llvm-project/llvm/include/llvm/XRay/Profile.h, line 125 (as a member)
- contrib/llvm-project/llvm/lib/CodeGen/InterferenceCache.h, line 95 (as a member)
- contrib/llvm-project/llvm/lib/CodeGen/MachineBlockPlacement.cpp, line 223 (as a member)
- contrib/llvm-project/llvm/lib/CodeGen/MachineTraceMetrics.cpp, line 428 (as a member)
- contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineScheduler.h, line 214 (as a member)
- contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineScheduler.h, line 230 (as a member)
- contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineScheduler.h, line 324 (as a member)
- contrib/llvm-project/llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp, line 158 (as a member)
- contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.h, line 47 (as a member)
- contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp, line 125 (as a member)
- contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp, line 204 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/IPO/HotColdSplitting.cpp, line 370 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp, line 438 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/Scalar/GVNSink.cpp, line 120 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/Scalar/GVNSink.cpp, line 201 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/Scalar/GVNSink.cpp, line 232 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp, line 517 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/Utils/SimplifyCFG.cpp, line 1693 (as a member)
- contrib/llvm-project/llvm/tools/llvm-diff/DifferenceEngine.cpp, line 120 (as a member)
- contrib/llvm-project/llvm/tools/llvm-pdbutil/PdbYaml.h, line 47 (as a member)
Defined in 2 files as a enumerator:
Referenced in 116 files:
- contrib/llvm-project/clang/include/clang/AST/Comment.h, 10 times
- contrib/llvm-project/clang/include/clang/AST/CommentSema.h, line 182
- contrib/llvm-project/clang/include/clang/Analysis/Analyses/PostOrderCFGView.h, 4 times
- contrib/llvm-project/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h, 14 times
- contrib/llvm-project/clang/include/clang/Analysis/CFG.h, 15 times
- contrib/llvm-project/clang/include/clang/Sema/ScopeInfo.h, line 452
- contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/FunctionSummary.h, 4 times
- contrib/llvm-project/clang/lib/AST/CommentParser.cpp, 3 times
- contrib/llvm-project/clang/lib/AST/CommentSema.cpp, 2 times
- contrib/llvm-project/clang/lib/Analysis/CFG.cpp, 3 times
- contrib/llvm-project/clang/lib/Analysis/PostOrderCFGView.cpp, 3 times
- contrib/llvm-project/clang/lib/Analysis/ThreadSafetyTIL.cpp, 22 times
- contrib/llvm-project/clang/lib/Basic/Module.cpp, line 105
- contrib/llvm-project/clang/lib/Frontend/CompilerInvocation.cpp, line 2855
- contrib/llvm-project/clang/lib/Frontend/InitPreprocessor.cpp, line 733
- contrib/llvm-project/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp, 11 times
- contrib/llvm-project/clang/lib/Frontend/Rewrite/RewriteObjC.cpp, 10 times
- contrib/llvm-project/clang/lib/Sema/ScopeInfo.cpp, line 56
- contrib/llvm-project/clang/lib/Sema/Sema.cpp, line 1871
- contrib/llvm-project/clang/lib/Sema/SemaExpr.cpp, line 15126
- contrib/llvm-project/clang/lib/Sema/SemaLambda.cpp, line 1804
- contrib/llvm-project/clang/lib/Sema/SemaType.cpp, line 4683
- contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp, 3 times
- contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp, line 526
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp, line 580
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp, line 555
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp, line 319
- contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp, line 176
- contrib/llvm-project/llvm/include/llvm/ADT/PostOrderIterator.h, 5 times
- contrib/llvm-project/llvm/include/llvm/Analysis/LoopInfo.h, 18 times
- contrib/llvm-project/llvm/include/llvm/Analysis/LoopInfoImpl.h, 3 times
- contrib/llvm-project/llvm/include/llvm/Analysis/VectorUtils.h, line 433
- contrib/llvm-project/llvm/include/llvm/CodeGen/EdgeBundles.h, line 47
- contrib/llvm-project/llvm/include/llvm/CodeGen/MIRYamlMapping.h, 3 times
- contrib/llvm-project/llvm/include/llvm/CodeGen/MachinePostDominators.h, line 85
- contrib/llvm-project/llvm/include/llvm/CodeGen/RDFGraph.h, line 387
- contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/MSFBuilder.h, 2 times
- contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h, line 75
- contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h, 12 times
- contrib/llvm-project/llvm/include/llvm/ProfileData/GCOV.h, 7 times
- contrib/llvm-project/llvm/include/llvm/Support/GenericIteratedDominanceFrontier.h, 4 times
- contrib/llvm-project/llvm/include/llvm/Transforms/Utils/Cloning.h, 2 times
- contrib/llvm-project/llvm/include/llvm/XRay/Profile.h, 9 times
- contrib/llvm-project/llvm/lib/Analysis/InlineSizeEstimatorAnalysis.cpp, line 218
- contrib/llvm-project/llvm/lib/Analysis/VectorUtils.cpp, 2 times
- contrib/llvm-project/llvm/lib/AsmParser/LLParser.cpp, 7 times
- contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp, 4 times
- contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h, 2 times
- contrib/llvm-project/llvm/lib/CodeGen/CodeGenPrepare.cpp, 6 times
- contrib/llvm-project/llvm/lib/CodeGen/EdgeBundles.cpp, 4 times
- contrib/llvm-project/llvm/lib/CodeGen/InterferenceCache.cpp, 3 times
- contrib/llvm-project/llvm/lib/CodeGen/InterferenceCache.h, 2 times
- contrib/llvm-project/llvm/lib/CodeGen/MIRParser/MIRParser.cpp, 4 times
- contrib/llvm-project/llvm/lib/CodeGen/MIRPrinter.cpp, line 539
- contrib/llvm-project/llvm/lib/CodeGen/MachineBlockPlacement.cpp, 9 times
- contrib/llvm-project/llvm/lib/CodeGen/MachinePostDominators.cpp, 4 times
- contrib/llvm-project/llvm/lib/CodeGen/MachineTraceMetrics.cpp, 2 times
- contrib/llvm-project/llvm/lib/CodeGen/ModuloSchedule.cpp, 6 times
- contrib/llvm-project/llvm/lib/CodeGen/RDFGraph.cpp, 14 times
- contrib/llvm-project/llvm/lib/CodeGen/RDFLiveness.cpp, 5 times
- contrib/llvm-project/llvm/lib/CodeGen/RegAllocGreedy.cpp, 9 times
- contrib/llvm-project/llvm/lib/CodeGen/SpillPlacement.cpp, 3 times
- contrib/llvm-project/llvm/lib/CodeGen/SpillPlacement.h, line 121
- contrib/llvm-project/llvm/lib/CodeGen/TypePromotion.cpp, 3 times
- contrib/llvm-project/llvm/lib/DebugInfo/CodeView/DebugLinesSubsection.cpp, 5 times
- contrib/llvm-project/llvm/lib/DebugInfo/MSF/MSFBuilder.cpp, 9 times
- contrib/llvm-project/llvm/lib/DebugInfo/MSF/MSFCommon.cpp, line 72
- contrib/llvm-project/llvm/lib/DebugInfo/MSF/MappedBlockStream.cpp, 12 times
- contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/PDBFile.cpp, 8 times
- contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/BasicGOTAndStubsBuilder.h, 2 times
- contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/JITLink.cpp, line 149
- contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/JITLinkMemoryManager.cpp, 3 times
- contrib/llvm-project/llvm/lib/Frontend/OpenMP/OMPIRBuilder.cpp, 9 times
- contrib/llvm-project/llvm/lib/ObjectYAML/CodeViewYAMLDebugSections.cpp, 3 times
- contrib/llvm-project/llvm/lib/ProfileData/GCOV.cpp, 35 times
- contrib/llvm-project/llvm/lib/Target/AMDGPU/SILowerI1Copies.cpp, 7 times
- contrib/llvm-project/llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp, 25 times
- contrib/llvm-project/llvm/lib/Target/AMDGPU/SIOptimizeExecMaskingPreRA.cpp, 4 times
- contrib/llvm-project/llvm/lib/Target/AMDGPU/SIWholeQuadMode.cpp, 10 times
- contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonCommonGEP.cpp, 8 times
- contrib/llvm-project/llvm/lib/Target/Hexagon/HexagonConstExtenders.cpp, 4 times
- contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyExceptionInfo.h, 7 times
- contrib/llvm-project/llvm/lib/Target/WebAssembly/WebAssemblyFixIrreducibleControlFlow.cpp, 18 times
- contrib/llvm-project/llvm/lib/Target/X86/X86CmovConversion.cpp, 9 times
- contrib/llvm-project/llvm/lib/Target/X86/X86FlagsCopyLowering.cpp, 5 times
- contrib/llvm-project/llvm/lib/Target/X86/X86SpeculativeLoadHardening.cpp, 3 times
- contrib/llvm-project/llvm/lib/Transforms/IPO/HotColdSplitting.cpp, 5 times
- contrib/llvm-project/llvm/lib/Transforms/Instrumentation/GCOVProfiling.cpp, 8 times
- contrib/llvm-project/llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp, 7 times
- contrib/llvm-project/llvm/lib/Transforms/Scalar/FlattenCFGPass.cpp, 4 times
- contrib/llvm-project/llvm/lib/Transforms/Scalar/GVNSink.cpp, 25 times
- contrib/llvm-project/llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp, 5 times
- contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopFuse.cpp, 4 times
- contrib/llvm-project/llvm/lib/Transforms/Scalar/LoopSimplifyCFG.cpp, 2 times
- contrib/llvm-project/llvm/lib/Transforms/Scalar/MergeICmps.cpp, 12 times
- contrib/llvm-project/llvm/lib/Transforms/Scalar/SimpleLoopUnswitch.cpp, 9 times
- contrib/llvm-project/llvm/lib/Transforms/Utils/CloneFunction.cpp, 5 times
- contrib/llvm-project/llvm/lib/Transforms/Utils/CodeExtractor.cpp, 58 times
- contrib/llvm-project/llvm/lib/Transforms/Utils/FixIrreducible.cpp, 15 times
- contrib/llvm-project/llvm/lib/Transforms/Utils/LoopSimplify.cpp, 2 times
- contrib/llvm-project/llvm/lib/Transforms/Utils/LoopUnroll.cpp, 2 times
- contrib/llvm-project/llvm/lib/Transforms/Utils/LoopUnrollAndJam.cpp, 5 times
- contrib/llvm-project/llvm/lib/Transforms/Utils/SimplifyCFG.cpp, 7 times
- contrib/llvm-project/llvm/lib/Transforms/Vectorize/VPlan.cpp, 3 times
- contrib/llvm-project/llvm/lib/XRay/Profile.cpp, 3 times
- contrib/llvm-project/llvm/lib/XRay/Trace.cpp, 5 times
- contrib/llvm-project/llvm/tools/bugpoint/CrashDebugger.cpp, 39 times
- contrib/llvm-project/llvm/tools/bugpoint/Miscompilation.cpp, 7 times
- contrib/llvm-project/llvm/tools/llvm-diff/DifferenceEngine.cpp, 4 times
- contrib/llvm-project/llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp, 3 times
- contrib/llvm-project/llvm/tools/llvm-pdbutil/ExplainOutputStyle.cpp, line 250
- contrib/llvm-project/llvm/tools/llvm-pdbutil/LinePrinter.cpp, 16 times
- contrib/llvm-project/llvm/tools/llvm-pdbutil/PdbYaml.cpp, line 139
- contrib/llvm-project/llvm/tools/llvm-pdbutil/YAMLOutputStyle.cpp, 4 times
- contrib/llvm-project/llvm/tools/llvm-xray/xray-fdr-dump.cpp, 2 times
- stand/i386/boot2/boot1.S, line 323