/external/llvm/lib/Transforms/ObjCARC/ |
ObjCARC.h | 56 bool Unused = CI->use_empty(); 58 if (!Unused) { 69 if (Unused)
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ObjCUnusedIVarsChecker.cpp | 1 //==- ObjCUnusedIVarsChecker.cpp - Check for unused ivars --------*- C++ -*-==// 30 enum IVarState { Unused, Used }; 118 // (b) explicitly marked unused 127 M[Ivar] = Unused; 136 // Any potentially unused ivars? 139 if (I->second == Unused) { 147 // We found some potentially unused ivars. Scan the entire translation unit 155 // Find ivars that are unused. 157 if (I->second == Unused) { 166 BR.EmitBasicReport(D, Checker, "Unused instance variable", "Optimization" [all...] |
/external/clang/test/SemaCXX/ |
warn-unused-value.cpp | 14 box->i; // expected-warning {{expression result unused}} 15 box->j; // expected-warning {{expression result unused}} 29 NOP(f1 == f2); // expected-warning {{expression result unused}} 41 &x[0]; // expected-warning {{expression result unused}} 58 struct __attribute__((warn_unused)) Unused { 59 Unused(); 60 Unused(int); 61 Unused(int, int); 67 Unused(); // expected-warning {{expression result unused}} [all...] |
/external/llvm/tools/lli/ |
RemoteTargetExternal.cpp | 178 int Unused; 179 AppendRead(&Unused, 0);
|
/external/v8/src/compiler/ |
zone-pool.h | 76 typedef std::vector<Zone*> Unused; 80 Unused unused_;
|
/external/libchrome/base/ |
callback_unittest.cc | 160 callback_ = Bind(&CallbackOwner::Unused, this); 173 void Unused() {
|
/external/libweave/third_party/chromium/base/ |
callback_unittest.cc | 152 callback_ = Bind(&CallbackOwner::Unused, this); 165 void Unused() {
|
/external/llvm/lib/Target/SystemZ/ |
SystemZSelectionDAGInfo.cpp | 246 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src1, Src2, 248 Chain = Unused.getValue(1);
|
/external/gmock/include/gmock/ |
gmock-actions.h | 898 // An Unused object can be implicitly constructed from ANY value. 921 // // We can declare any uninteresting argument as Unused. 922 // double DistanceToOrigin(Unused, double x, double y) { 928 typedef internal::IgnoredValue Unused; [all...] |
/external/google-breakpad/src/testing/include/gmock/ |
gmock-actions.h | 898 // An Unused object can be implicitly constructed from ANY value. 921 // // We can declare any uninteresting argument as Unused. 922 // double DistanceToOrigin(Unused, double x, double y) { 928 typedef internal::IgnoredValue Unused; [all...] |
/external/llvm/lib/Target/WebAssembly/ |
WebAssemblyISelLowering.cpp | 454 SDValue Unused = DAG.getTargetConstant(0, DL, PtrVT); 455 Chain = DAG.getCALLSEQ_END(Chain, NB, Unused, SDValue(), DL);
|
/external/llvm/lib/Transforms/Scalar/ |
LoopDistribute.cpp | 157 SmallVector<Instruction *, 8> Unused; 168 Unused.push_back(NewInst); 173 for (auto *Inst : make_range(Unused.rbegin(), Unused.rend())) { 804 DEBUG(dbgs() << "\nAfter removing unused Instrs:\n");
|
/external/llvm/tools/llvm-readobj/ |
COFFDumper.cpp | 699 uint8_t Unused[12]; 700 DE.getU8(&Offset, Unused, 12); 702 DE.getU8(&Offset, Unused, 12); 707 DE.getU8(&Offset, Unused, 3); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ktmtypes.h | 144 ULONG Unused;
|
usbuser.h | 306 UCHAR Unused;
|
ndrtypes.h | 61 unsigned char Unused : 1; 76 unsigned short Unused : 2; 85 unsigned char Unused : 1; 111 unsigned char Unused : 3; 145 unsigned __LONG32 Unused : 30; 178 unsigned char Unused : 4;
|
ntddvdeo.h | 436 UCHAR Unused;
|
qossp.h | 29 USHORT Unused; 35 USHORT UnUsed; 41 UCHAR UnUsed;
|
rpcndr.h | 306 INT_PTR Unused; [all...] |
windns.h | 625 DWORD Unused : 3;
|
/sdk/find_lock/ |
find_lock.cpp | 92 Unused
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
tdikrnl.h | 925 USHORT Unused; [all...] |
/external/llvm/include/llvm/Object/ |
COFF.h | 451 uint8_t Unused;
|
/external/valgrind/massif/ |
ms_main.c | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | [all...] |