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

12

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h54 bool Unused = CI->use_empty(); local
56 if (!Unused) {
67 if (Unused)
/freebsd-11-stable/contrib/llvm-project/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",
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c76 static void parseSystemVersionPList(void *Unused) { argument
77 (void)Unused;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp71 static CommandRegistration Unused(&Extract, []() -> Error { variable
H A Dxray-fdr-dump.cpp36 static CommandRegistration Unused(&Dump, []() -> Error { variable
H A Dxray-converter.cpp363 static CommandRegistration Unused(&Convert, []() -> Error { member in namespace:llvm::xray
H A Dxray-account.cpp403 static CommandRegistration Unused(&Account, []() -> Error { variable
H A Dxray-stacks.cpp685 static CommandRegistration Unused(&Stack, []() -> Error { variable
H A Dxray-graph.cpp481 static CommandRegistration Unused(&GraphC, []() -> Error { variable
H A Dxray-graph-diff.cpp414 static CommandRegistration Unused(&GraphDiff, []() -> Error { variable
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp236 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src2, Src1, local
238 SDValue CCReg = Unused.getValue(1);
239 Chain = Unused.getValue(2);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMinidump.cpp138 if (Type == StreamType::Unused && Loc.DataSize == 0) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMinidump.h53 Unused = 0, member in class:llvm::minidump::StreamType
/freebsd-11-stable/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp186 const T *Unused; local
187 return hasBodyOrInit(D, Unused);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp217 SmallVector<Instruction *, 8> Unused; local
228 Unused.push_back(NewInst);
233 for (auto *Inst : reverse(Unused)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFrameLowering.cpp53 bool Unused = false) {
59 if (Unused) {
76 if (!Unused)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profiling.cpp519 static auto UNUSED Unused = __xray::profilingDynamicInitializer(); variable
H A Dxray_basic_logging.cpp515 static auto UNUSED Unused = __xray::basicLogDynamicInitializer(); variable
H A Dxray_fdr_logging.cpp757 static auto UNUSED Unused = __xray::fdrLogDynamicInitializer(); variable
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp551 ENUM_TO_CSTR(Unused);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp311 Header.Unused = 0;
/freebsd-11-stable/sys/dev/aacraid/
H A Daacraid_reg.h78 u_int8_t Unused; member in struct:aac_fib_header
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProf.h991 uint64_t Unused; // Becomes unused since version 4 member in struct:llvm::IndexedInstrProf::HashT::Header
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2778 LLT Unused;
2779 if (!extractParts(SrcReg, PhiTy, NarrowTy, Unused, PartRegs,
3652 LLT Unused;
3653 if (!extractParts(MI.getOperand(2).getReg(), DstTy, NarrowTy, Unused,
3699 LLT Unused;
3700 if (!extractParts(MI.getOperand(3).getReg(), DstTy, NarrowTy, Unused,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h518 uint8_t Unused; member in struct:llvm::object::coff_aux_section_definition

Completed in 409 milliseconds

12