HomeSort by relevance Sort by last modified time
    Searched defs:Unused (Results 1 - 16 of 16) sorted by null

  /external/jmonkeyengine/engine/src/core/checkers/quals/
Unused.java 22 * private @Unused(when=LocalToThread.class) final Lock lock;
37 public @interface Unused {
39 * The field that is annotated with @Unused may not be accessed via a
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCUnusedIVarsChecker.cpp 1 //==- ObjCUnusedIVarsChecker.cpp - Check for unused ivars --------*- C++ -*-==//
30 enum IVarState { Unused, Used };
127 // (b) explicitly marked unused
136 M[ID] = Unused;
145 // Any potentially unused ivars?
148 if (I->second == Unused) {
156 // We found some potentially unused ivars. Scan the entire translation unit
164 // Find ivars that are unused.
166 if (I->second == Unused) {
175 BR.EmitBasicReport(D, "Unused instance variable", "Optimization"
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
common.h 42 #ifndef UNUSED
43 #define UNUSED(x) Unused(static_cast<const void *>(&x))
44 #define UNUSED2(x,y) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y))
45 #define UNUSED3(x,y,z) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z))
46 #define UNUSED4(x,y,z,a) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z)); Unused(static_cast<const vo (…)
    [all...]
basictypes.h 107 #ifndef UNUSED
108 #define UNUSED(x) Unused(static_cast<const void *>(&x))
109 #define UNUSED2(x,y) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y))
110 #define UNUSED3(x,y,z) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z))
111 #define UNUSED4(x,y,z,a) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z)); Unused(static_cast<const vo (…)
    [all...]
  /external/webkit/Source/WebCore/storage/
IDBTransactionBackendImpl.h 61 Unused, // Created, but no tasks yet.
  /external/llvm/include/llvm/Object/
COFF.h 91 char Unused[3];
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARC.h 279 bool Unused = CI->use_empty();
281 if (!Unused) {
290 if (Unused)
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 896 // An Unused object can be implicitly constructed from ANY value.
919 // // We can declare any uninteresting argument as Unused.
920 // double DistanceToOrigin(Unused, double x, double y) {
926 typedef internal::IgnoredValue Unused;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/gapi/
SDL_gapivideo.c 156 char Unused[0x84-7*4];
    [all...]
  /sdk/find_lock/
find_lock.cpp 92 Unused
  /external/valgrind/main/massif/
ms_main.c     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 349 s32 Unused:8;
405 interface is the awful hack of using the unused bits in a
531 only, and are unused by the current user-level library.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
wavefront.h 349 s32 Unused:8;
405 interface is the awful hack of using the unused bits in a
531 only, and are unused by the current user-level library.
  /external/ceres-solver/internal/ceres/gmock/
gmock.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 757 milliseconds