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

12

/external/r8/src/test/examplesAndroidO/multidex004/
H A DUnused.java7 public class Unused { class
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h55 bool Unused = CI->use_empty(); local
57 if (!Unused) {
68 if (Unused)
/external/r8/src/test/examples/shaking1/
H A DUnused.java6 public class Unused { class
19 return "Unused string";
/external/clang/test/SemaCXX/
H A Dwarn-unused-value.cpp63 struct __attribute__((warn_unused)) Unused { struct in namespace:test3
64 Unused();
65 Unused(int);
66 Unused(int, int);
72 Unused(); // expected-warning {{expression result unused}}
73 Unused(1); // expected-warning {{expression result unused}}
74 Unused(1, 1); // expected-warning {{expression result unused}}
/external/swiftshader/src/Renderer/
H A DVertex.hpp45 Unused, enumerator in enum:sw::Out
46 VERTEX_OUTPUT_LAST = Unused,
H A DSetupProcessor.cpp92 state.pointSizeRegister = Unused;
111 state.gradient[interpolant][component].attribute = Unused;
117 state.fog.attribute = Unused;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp30 enum IVarState { Unused, Used }; enumerator in enum:IVarState
127 M[Ivar] = Unused;
139 if (I->second == Unused) {
157 if (I->second == Unused) {
166 BR.EmitBasicReport(D, Checker, "Unused instance variable", "Optimization",
/external/libchrome/base/
H A Dcallback_unittest.cc137 callback_ = Bind(&CallbackOwner::Unused, this);
150 void Unused() { function in class:base::__anon9966::CallbackOwner
/external/libbrillo/brillo/http/
H A Dhttp_request_unittest.cc22 using testing::Unused;
153 [&resp_data](void* buffer, Unused, size_t* read, Unused) -> bool {
/external/swiftshader/src/Shader/
H A DVertexShader.cpp28 pointSizeRegister = Unused;
65 pointSizeRegister = Unused;
H A DSetupRoutine.cpp462 if(attribute != Unused)
/external/google-breakpad/src/testing/test/
H A Dgmock-more-actions_test.cc66 using testing::Unused;
118 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; }
196 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; }
326 // Tests using Invoke() with functions with parameters declared as Unused.
337 // Tests using Invoke() with methods with parameters declared as Unused.
/external/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc66 using testing::Unused;
118 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; }
196 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; }
328 // Tests using Invoke() with functions with parameters declared as Unused.
341 // Tests using Invoke() with methods with parameters declared as Unused.
/external/v8/testing/gmock/test/
H A Dgmock-more-actions_test.cc66 using testing::Unused;
118 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; }
196 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; }
326 // Tests using Invoke() with functions with parameters declared as Unused.
337 // Tests using Invoke() with methods with parameters declared as Unused.
/external/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp171 SmallVector<Instruction *, 8> Unused; local
182 Unused.push_back(NewInst);
187 for (auto *Inst : reverse(Unused)) {
/external/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp239 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src1, Src2, local
241 Chain = Unused.getValue(1);
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dattribute-3.s37 @CHECK-OBJ-NEXT: Description: Unused
/external/valgrind/massif/
H A Dms_main.c636 Unused enumerator in enum:__anon25160
656 if (Unused == snapshot->kind) {
685 tl_assert(snapshot->xt == NULL || snapshot->kind != Unused);
707 snapshot->kind = Unused;
736 case Unused: suffix = "u"; break;
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp230 Header.Unused = 0;
/external/libbrillo/brillo/dbus/
H A Dexported_property_set_unittest.cc27 using ::testing::Unused;
493 bool SetInvalidProperty(brillo::ErrorPtr* error, Unused) {
/external/llvm/include/llvm/ProfileData/
H A DInstrProf.h801 uint64_t Unused; // Becomes unused since version 4 member in struct:llvm::IndexedInstrProf::HashT::Header
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-actions.h898 // 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; typedef in namespace:testing
/external/googletest/googlemock/include/gmock/
H A Dgmock-actions.h1016 // An Unused object can be implicitly constructed from ANY value.
1039 // // We can declare any uninteresting argument as Unused.
1040 // double DistanceToOrigin(Unused, double x, double y) {
1046 typedef internal::IgnoredValue Unused; typedef in namespace:testing
/external/llvm/include/llvm/Object/
H A DCOFF.h495 uint8_t Unused; member in struct:llvm::object::coff_aux_section_definition
/external/v8/testing/gmock/include/gmock/
H A Dgmock-actions.h1016 // An Unused object can be implicitly constructed from ANY value.
1039 // // We can declare any uninteresting argument as Unused.
1040 // double DistanceToOrigin(Unused, double x, double y) {
1046 typedef internal::IgnoredValue Unused; typedef in namespace:testing

Completed in 881 milliseconds

12