Home
last modified time | relevance | path

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

1234

/external/clang/test/SemaCXX/
Dwarn-unused-value.cpp63 struct __attribute__((warn_unused)) Unused { struct
64 Unused();
65 Unused(int);
66 Unused(int, int);
72 Unused(); // expected-warning {{expression result unused}} in f()
73 Unused(1); // expected-warning {{expression result unused}} in f()
74 Unused(1, 1); // expected-warning {{expression result unused}} in f()
/external/llvm/lib/Transforms/ObjCARC/
DObjCARC.h55 bool Unused = CI->use_empty(); in EraseInstruction() local
57 if (!Unused) { in EraseInstruction()
68 if (Unused) in EraseInstruction()
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCUnusedIVarsChecker.cpp30 enum IVarState { Unused, Used }; enumerator
127 M[Ivar] = Unused; in checkObjCUnusedIvar()
139 if (I->second == Unused) { in checkObjCUnusedIvar()
157 if (I->second == Unused) { in checkObjCUnusedIvar()
/external/swiftshader/src/Renderer/
DVertex.hpp45 Unused, enumerator
46 VERTEX_OUTPUT_LAST = Unused,
DSetupProcessor.cpp92 state.pointSizeRegister = Unused; in update()
111 state.gradient[interpolant][component].attribute = Unused; in update()
117 state.fog.attribute = Unused; in update()
/external/libbrillo/brillo/http/
Dhttp_request_unittest.cc22 using testing::Unused;
153 [&resp_data](void* buffer, Unused, size_t* read, Unused) -> bool { in TEST_F() argument
/external/libchrome/base/
Dcallback_unittest.cc137 callback_ = Bind(&CallbackOwner::Unused, this); in CallbackOwner()
150 void Unused() { in Unused() function in base::__anonce89a57e0111::CallbackOwner
/external/r8/src/test/examplesAndroidO/multidex004/
DUnused.java7 public class Unused { class
/external/r8/src/test/examples/shaking1/
DUnused.java6 public class Unused { class
/external/flatbuffers/tests/
Dinclude_test2.fbs7 struct Unused {}
/external/v8/testing/gmock/test/
Dgmock-more-actions_test.cc66 using testing::Unused;
118 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; } in SumOfFirst2() argument
196 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; } in SumOfLast2() argument
/external/google-breakpad/src/testing/test/
Dgmock-more-actions_test.cc66 using testing::Unused;
118 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; } in SumOfFirst2() argument
196 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; } in SumOfLast2() argument
/external/googletest/googlemock/test/
Dgmock-more-actions_test.cc66 using testing::Unused;
118 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; } in SumOfFirst2() argument
196 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; } in SumOfLast2() argument
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalDCE/
D2002-08-17-FunctionDGE.ll6 ;; Unused, kills %foo
/external/llvm/test/Transforms/GlobalDCE/
D2002-08-17-FunctionDGE.ll7 ;; Unused, kills %foo
/external/skia/src/gpu/mtl/
DGrMtlGpu.mm39 // Unused queue warning fix
/external/googletest/googlemock/scripts/generator/
DREADME.cppclean5 Unused code can be unused functions, methods, data members, types, etc
25 * (planned) Unused members (private, protected, & public) methods and data
/external/v8/testing/gmock/scripts/generator/
DREADME.cppclean5 Unused code can be unused functions, methods, data members, types, etc
25 * (planned) Unused members (private, protected, & public) methods and data
/external/swiftshader/src/Shader/
DVertexShader.cpp28 pointSizeRegister = Unused; in VertexShader()
65 pointSizeRegister = Unused; in VertexShader()
/external/google-breakpad/src/testing/scripts/generator/
DREADME.cppclean5 Unused code can be unused functions, methods, data members, types, etc
25 * (planned) Unused members (private, protected, & public) methods and data
/external/llvm/test/Transforms/ArgumentPromotion/
Dvariadic.ll3 ; Unused arguments from variadic functions cannot be eliminated as that changes
/external/bison/tests/
Dinput.at282 ## Unused values. ##
285 AT_SETUP([Unused values])
292 ## Unused values before symbol declarations. ##
295 AT_SETUP([Unused values before symbol declarations])
405 ## Unused values with default %destructor. ##
408 AT_SETUP([Unused values with default %destructor])
447 ## Unused values with per-type %destructor. ##
450 AT_SETUP([Unused values with per-type %destructor])
1254 ## Unused %define api.pure. ##
1257 AT_SETUP([[Unused %define api.pure]])
/external/llvm/lib/Transforms/Scalar/
DLoopDistribute.cpp171 SmallVector<Instruction *, 8> Unused; in removeUnusedInsts() local
182 Unused.push_back(NewInst); in removeUnusedInsts()
187 for (auto *Inst : reverse(Unused)) { in removeUnusedInsts()
/external/clang/test/Analysis/
Dunused-ivars.m99 // <rdar://problem/8481311> Unused bitfield ivars trigger cause weird
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp239 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src1, Src2, in EmitTargetCodeForStrcmp() local
241 Chain = Unused.getValue(1); in EmitTargetCodeForStrcmp()

1234