Defined in 1 files as a variable:
Defined in 2 files as a prototype:
Defined in 30 files as a member:
- contrib/llvm-project/clang/include/clang/Analysis/PathDiagnostic.h, line 80 (as a member)
- contrib/llvm-project/clang/include/clang/Analysis/Support/BumpVector.h, line 33 (as a member)
- contrib/llvm-project/clang/include/clang/Driver/Driver.h, line 225 (as a member)
- contrib/llvm-project/clang/include/clang/Sema/ParsedAttr.h, line 660 (as a member)
- contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h, line 1345 (as a member)
- contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h, line 490 (as a member)
- contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cpp, line 22 (as a member)
- contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h, line 181 (as a member)
- contrib/llvm-project/compiler-rt/lib/xray/xray_segmented_array.h, line 164 (as a member)
- contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp, line 275 (as a member)
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp, line 1683 (as a member)
- contrib/llvm-project/llvm/include/llvm/ADT/CoalescingBitVector.h, line 437 (as a member)
- contrib/llvm-project/llvm/include/llvm/Bitcode/BitcodeWriter.h, line 40 (as a member)
- contrib/llvm-project/llvm/include/llvm/CodeGen/DIE.h, line 138 (as a member)
- contrib/llvm-project/llvm/include/llvm/CodeGen/LiveRangeCalc.h, line 51 (as a member)
- contrib/llvm-project/llvm/include/llvm/CodeGen/SelectionDAG.h, line 150 (as a member)
- contrib/llvm-project/llvm/include/llvm/IR/ModuleSummaryIndex.h, line 1070 (as a member)
- contrib/llvm-project/llvm/include/llvm/Support/InitLLVM.h, line 45 (as a member)
- contrib/llvm-project/llvm/include/llvm/Support/StringSaver.h, line 22 (as a member)
- contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues.cpp, line 274 (as a member)
- contrib/llvm-project/llvm/lib/Demangle/ItaniumDemangle.cpp, line 304 (as a member)
- contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.h, line 118 (as a member)
- contrib/llvm-project/llvm/lib/IR/LLVMContextImpl.h, line 1364 (as a member)
- contrib/llvm-project/llvm/lib/Object/COFFImportFile.cpp, line 141 (as a member)
- contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNILPSched.cpp, line 30 (as a member)
- contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNIterativeScheduler.h, line 79 (as a member)
- contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNMinRegStrategy.cpp, line 45 (as a member)
- contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroInternal.h, line 129 (as a member)
- contrib/llvm-project/llvm/tools/llvm-objcopy/CopyConfig.h, line 253 (as a member)
- contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/Object.h, line 322 (as a member)
Defined in 6 files as a function:
Defined in 1 files as a enumerator:
Referenced in 93 files:
- contrib/llvm-project/clang/include/clang/Analysis/Analyses/ThreadSafetyTIL.h, line 1017
- contrib/llvm-project/clang/include/clang/Analysis/Analyses/ThreadSafetyTraverse.h
- contrib/llvm-project/clang/include/clang/Analysis/Support/BumpVector.h
- contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h
- contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BlockCounter.h, line 43
- contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/CallEvent.h
- contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h, line 528
- contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
- contrib/llvm-project/clang/lib/AST/ExprConstant.cpp
- contrib/llvm-project/clang/lib/AST/Interp/Program.h
- contrib/llvm-project/clang/lib/Analysis/PathDiagnostic.cpp
- contrib/llvm-project/clang/lib/Basic/SourceManager.cpp
- contrib/llvm-project/clang/lib/Driver/Driver.cpp, line 133
- contrib/llvm-project/clang/lib/Lex/HeaderSearch.cpp
- contrib/llvm-project/clang/lib/Sema/ParsedAttr.cpp, line 76
- contrib/llvm-project/clang/lib/Sema/SemaCodeComplete.cpp
- contrib/llvm-project/clang/lib/Sema/SemaExprCXX.cpp
- contrib/llvm-project/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp
- contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
- contrib/llvm-project/clang/lib/Tooling/ExpandResponseFilesCompilationDatabase.cpp
- contrib/llvm-project/clang/lib/Tooling/JSONCompilationDatabase.cpp
- contrib/llvm-project/clang/tools/driver/cc1_main.cpp
- contrib/llvm-project/compiler-rt/lib/msan/msan.cpp, line 138
- contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.cpp
- contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flag_parser.h, line 196
- contrib/llvm-project/compiler-rt/lib/sanitizer_common/sanitizer_flags.cpp
- contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_clock.cpp
- contrib/llvm-project/compiler-rt/lib/tsan/rtl/tsan_sync.cpp
- contrib/llvm-project/compiler-rt/lib/xray/xray_allocator.h, line 277
- contrib/llvm-project/compiler-rt/lib/xray/xray_segmented_array.h
- contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
- contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
- contrib/llvm-project/llvm/include/llvm/ADT/CoalescingBitVector.h
- contrib/llvm-project/llvm/include/llvm/ADT/ImmutableList.h
- contrib/llvm-project/llvm/include/llvm/ADT/ImmutableMap.h
- contrib/llvm-project/llvm/include/llvm/ADT/ImmutableSet.h
- contrib/llvm-project/llvm/include/llvm/CodeGen/DIE.h
- contrib/llvm-project/llvm/include/llvm/CodeGen/LiveRangeCalc.h, line 171
- contrib/llvm-project/llvm/include/llvm/CodeGen/SelectionDAG.h
- contrib/llvm-project/llvm/include/llvm/Demangle/ItaniumDemangle.h
- contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h, line 156
- contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetClient.h
- contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
- contrib/llvm-project/llvm/include/llvm/IR/ModuleSummaryIndex.h, line 1088
- contrib/llvm-project/llvm/include/llvm/Object/IRSymtab.h, line 162
- contrib/llvm-project/llvm/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h, line 51
- contrib/llvm-project/llvm/include/llvm/ObjectYAML/CodeViewYAMLTypes.h, line 55
- contrib/llvm-project/llvm/include/llvm/Support/StringSaver.h
- contrib/llvm-project/llvm/include/llvm/Support/Windows/WindowsSupport.h, line 238
- contrib/llvm-project/llvm/include/llvm/Support/YAMLParser.h
- contrib/llvm-project/llvm/lib/Bitcode/Writer/BitcodeWriter.cpp, line 4450
- contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/DIE.cpp, line 160
- contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
- contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues.cpp
- contrib/llvm-project/llvm/lib/CodeGen/LiveIntervalCalc.cpp
- contrib/llvm-project/llvm/lib/CodeGen/LiveIntervalUnion.cpp
- contrib/llvm-project/llvm/lib/CodeGen/LiveRangeCalc.cpp
- contrib/llvm-project/llvm/lib/CodeGen/LiveRangeEdit.cpp
- contrib/llvm-project/llvm/lib/CodeGen/RegisterCoalescer.cpp
- contrib/llvm-project/llvm/lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
- contrib/llvm-project/llvm/lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp
- contrib/llvm-project/llvm/lib/DebugInfo/MSF/MappedBlockStream.cpp
- contrib/llvm-project/llvm/lib/Demangle/ItaniumDemangle.cpp
- contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp
- contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.h, line 110
- contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ObjectLinkingLayer.cpp
- contrib/llvm-project/llvm/lib/IR/Attributes.cpp
- contrib/llvm-project/llvm/lib/IR/LLVMContextImpl.h, line 1365
- contrib/llvm-project/llvm/lib/IR/Type.cpp
- contrib/llvm-project/llvm/lib/MC/MCParser/COFFAsmParser.cpp
- contrib/llvm-project/llvm/lib/MC/MCStreamer.cpp, line 860
- contrib/llvm-project/llvm/lib/Object/COFFImportFile.cpp
- contrib/llvm-project/llvm/lib/Object/IRSymtab.cpp
- contrib/llvm-project/llvm/lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp
- contrib/llvm-project/llvm/lib/ObjectYAML/CodeViewYAMLTypes.cpp
- contrib/llvm-project/llvm/lib/Support/InitLLVM.cpp, line 45
- contrib/llvm-project/llvm/lib/Support/ItaniumManglingCanonicalizer.cpp
- contrib/llvm-project/llvm/lib/Support/MemoryBuffer.cpp
- contrib/llvm-project/llvm/lib/Support/StringSaver.cpp, line 14
- contrib/llvm-project/llvm/lib/Target/AMDGPU/AMDGPULibCalls.cpp
- contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNILPSched.cpp
- contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNIterativeScheduler.cpp, line 311
- contrib/llvm-project/llvm/lib/Target/AMDGPU/GCNMinRegStrategy.cpp
- contrib/llvm-project/llvm/lib/Target/X86/X86FrameLowering.cpp
- contrib/llvm-project/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
- contrib/llvm-project/llvm/lib/Transforms/Coroutines/CoroFrame.cpp
- contrib/llvm-project/llvm/lib/Transforms/Coroutines/Coroutines.cpp
- contrib/llvm-project/llvm/lib/Transforms/IPO/GlobalOpt.cpp
- contrib/llvm-project/llvm/lib/Transforms/IPO/LowerTypeTests.cpp
- contrib/llvm-project/llvm/tools/llvm-ar/llvm-ar.cpp
- contrib/llvm-project/llvm/tools/llvm-objcopy/CopyConfig.cpp
- contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/Object.h, line 325
- contrib/llvm-project/llvm/tools/llvm-rtdyld/llvm-rtdyld.cpp