Searched refs:Unused (Results 1 - 25 of 36) sorted by relevance

12

/openbsd-current/gnu/llvm/libunwind/src/
H A DFrameHeaderCache.hpp52 CacheEntry *Unused; member in class:FrameHeaderCache
57 Unused = &Entries[0];
125 if (Unused != nullptr) {
126 Current = Unused;
127 Unused = Unused->Next;
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp29 enum IVarState { Unused, Used }; enumerator in enum:IVarState
126 M[Ivar] = Unused;
138 if (I->second == Unused) {
156 if (I->second == Unused) {
165 BR.EmitBasicReport(D, Checker, "Unused instance variable", "Optimization",
/openbsd-current/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h100 uint16_t Unused; member in struct:llvm::dxbc::BitcodeHeader
116 uint8_t Unused; member in struct:llvm::dxbc::ProgramHeader
H A DMinidump.h53 Unused = 0, member in class:llvm::minidump::StreamType
/openbsd-current/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h42 bool Unused = CI->use_empty(); local
44 if (!Unused) {
55 if (Unused)
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dos_version_check.c235 static void compatibilityInitializeAvailabilityCheck(void *Unused) { argument
236 (void)Unused;
240 static void initializeAvailabilityCheck(void *Unused) { argument
241 (void)Unused;
/openbsd-current/gnu/llvm/llvm/tools/llvm-xray/
H A Dxray-fdr-dump.cpp36 static CommandRegistration Unused(&Dump, []() -> Error { variable
H A Dxray-extract.cpp77 static CommandRegistration Unused(&Extract, []() -> Error { variable
H A Dxray-converter.cpp370 static CommandRegistration Unused(&Convert, []() -> Error { member in namespace:llvm::xray
H A Dxray-stacks.cpp685 static CommandRegistration Unused(&Stack, []() -> Error { variable
H A Dxray-account.cpp450 static CommandRegistration Unused(&Account, []() -> Error { variable
/openbsd-current/gnu/usr.bin/perl/dist/Exporter/t/
H A DExporter.t187 package Testing::Unused::Vars;
192 Testing::Unused::Vars->import;
195 ::ok( !$warnings, 'Unused variables can be exported without warning' ) ||
/openbsd-current/gnu/llvm/llvm/lib/ObjectYAML/
H A DDXContainerEmitter.cpp135 Header.Unused = 0;
140 Header.Bitcode.Unused = 0;
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp230 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src2, Src1, local
232 SDValue CCReg = Unused.getValue(1);
233 Chain = Unused.getValue(2);
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DAMDGPUMetadata.cpp116 std::optional<ValueType> Unused; local
117 YIO.mapOptional(Kernel::Arg::Key::ValueType, Unused);
/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DMinidump.cpp139 if (Type == StreamType::Unused && Loc.DataSize == 0) {
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp214 SmallVector<Instruction *, 8> Unused; local
225 Unused.push_back(NewInst);
230 for (auto *Inst : reverse(Unused)) {
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp577 void *Unused; local
578 return C.pImpl->AttrsSet.FindNodeOrInsertPos(ID, Unused) == pImpl;
851 void *Unused; local
852 return C.pImpl->AttrsSetNodes.FindNodeOrInsertPos(ID, Unused) == SetNode;
1590 void *Unused; local
1591 return C.pImpl->AttrsLists.FindNodeOrInsertPos(ID, Unused) == pImpl;
/openbsd-current/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp515 static auto UNUSED Unused = __xray::basicLogDynamicInitializer(); variable
H A Dxray_profiling.cpp519 static auto UNUSED Unused = __xray::profilingDynamicInitializer(); variable
H A Dxray_fdr_logging.cpp756 static auto UNUSED Unused = __xray::fdrLogDynamicInitializer(); variable
/openbsd-current/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp235 const T *Unused; local
236 return hasBodyOrInit(D, Unused);
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DLinux.cpp807 std::string Unused; local
810 isFastMathRuntimeAvailable(DriverArgs, Unused))
/openbsd-current/gnu/llvm/llvm/lib/Support/Windows/
H A DProcess.inc290 DWORD Mode; // Unused
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp636 ENUM_TO_CSTR(Unused);

Completed in 939 milliseconds

12