Home
last modified time | relevance | path

Searched refs:Unused (Results 1 – 25 of 123) sorted by relevance

12345

/freebsd/contrib/llvm-project/libunwind/src/
H A DFrameHeaderCache.hpp52 CacheEntry *Unused; member in FrameHeaderCache
57 Unused = &Entries[0]; in resetCache()
125 if (Unused != nullptr) { in add()
126 Current = Unused; in add()
127 Unused = Unused->Next; in add()
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5422-odroid-core.dtsi634 /* Unused */
651 /* Unused */
669 /* Unused */
707 /* Unused */
714 /* Unused */
721 /* Unused */
739 /* Unused */
746 /* Unused */
786 /* Unused */
793 /* Unused */
[all …]
H A Dexynos5420-klimt-wifi.dts20 /* Unused */
57 /* Unused */
H A Dexynos5420-chagall-wifi.dts20 /* Unused */
39 /* Unused */
H A Dexynos5420-arndale-octa.dts475 /* Unused */
502 /* Unused */
549 /* Unused */
577 /* Unused */
613 /* Unused */
638 /* Unused */
651 /* Unused */
658 /* Unused */
H A Dexynos5420-galaxy-tab-common.dtsi281 /* Unused */
312 /* Unused */
416 /* Unused */
484 /* Unused */
584 /* Unused */
591 /* Unused */
H A Dexynos5422-samsung-k3g.dts362 /* Unused */
480 /* Unused */
545 /* Unused */
552 /* Unused */
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDXContainer.h108 uint16_t Unused; member
123 uint8_t Unused; member
159 uint8_t Unused[3]; member
183 uint8_t Unused[3]; member
197 uint8_t Unused[3]; member
209 uint8_t Unused[2]; member
340 uint8_t Unused : 1; member
498 uint16_t Unused; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp30 enum IVarState { Unused, Used }; enumerator
124 M[Ivar] = Unused; in checkObjCUnusedIvar()
136 if (State == Unused) { in checkObjCUnusedIvar()
154 if (State == Unused) { in checkObjCUnusedIvar()
/freebsd/contrib/netbsd-tests/sbin/gpt/
H A Dgpt.disklabel.show.normal5 34 29 Unused
10 2963 7245 Unused
H A Dgpt.empty.show.normal5 34 10174 Unused
H A Dgpt.removepart.show.normal5 34 1024 Unused
H A Dgpt.resizedisk.show.normal7 10208 10240 Unused
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h42 bool Unused = CI->use_empty(); in EraseInstruction() local
44 if (!Unused) { in EraseInstruction()
55 if (Unused) in EraseInstruction()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dos_version_check.c239 static void compatibilityInitializeAvailabilityCheck(void *Unused) { in compatibilityInitializeAvailabilityCheck() argument
240 (void)Unused; in compatibilityInitializeAvailabilityCheck()
244 static void initializeAvailabilityCheck(void *Unused) { in initializeAvailabilityCheck() argument
245 (void)Unused; in initializeAvailabilityCheck()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h222 bool Unused; in getFreelyInverted() local
223 return getFreelyInverted(V, WillInvertAllUses, Builder, Unused); in getFreelyInverted()
239 bool Unused; in isFreeToInvert() local
240 return isFreeToInvert(V, WillInvertAllUses, Unused); in isFreeToInvert()
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-vfs-fsync.m43 dnl # Unused 'struct dentry *' removed from vfs_fsync() prototype.
/freebsd/contrib/file/magic/Magdir/
H A Damanda9 >>>25 string >\ Unused %s
/freebsd/contrib/tcsh/nls/greek/
H A Dset293 91 Unused signal
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp230 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src2, Src1, in EmitTargetCodeForStrcmp() local
232 SDValue CCReg = Unused.getValue(1); in EmitTargetCodeForStrcmp()
233 Chain = Unused.getValue(2); in EmitTargetCodeForStrcmp()
/freebsd/stand/efi/loader/arch/arm64/
H A Darm64.ldscript73 /* Unused sections */
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-extract.cpp77 static CommandRegistration Unused(&Extract, []() -> Error { in __anon577b53910202() variable
H A Dxray-fdr-dump.cpp36 static CommandRegistration Unused(&Dump, []() -> Error { in __anonc19214950102() variable
/freebsd/stand/efi/loader/arch/riscv/
H A Driscv.ldscript72 /* Unused sections */
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp211 SmallVector<Instruction *, 8> Unused; in removeUnusedInsts() local
222 Unused.push_back(NewInst); in removeUnusedInsts()
227 for (auto *Inst : reverse(Unused)) { in removeUnusedInsts()

12345