Home
last modified time | relevance | path

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

123456

/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/swiftshader/third_party/llvm-7.0/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/flatbuffers/tests/union_vector/
DCharacter.php12 const Unused = 6; define in Character
21 Character::Unused=>"Unused",
DCharacter.cs13 Unused = 6, enumerator
DCharacter.java11 public static final byte Unused = 6; field in Character
Dunion_vector.fbs22 Unused: string
/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/swiftshader/src/Device/
DVertex.hpp45 Unused, enumerator
46 VERTEX_OUTPUT_LAST = Unused,
DSetupProcessor.cpp90 state.pointSizeRegister = Unused; in update()
102 state.gradient[interpolant][component].attribute = Unused; in update()
/external/v8/tools/unittests/testdata/testroot1/test/sweet/
Dsweet.status15 # Unused rule.
27 # Unused rule.
/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.cc158 callback_ = Bind(&CallbackOwner::Unused, this); in CallbackOwner()
171 void Unused() { in Unused() function in base::__anon235cf3c80111::CallbackOwner
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_FusedBatchNormGrad.pbtxt61 Unused placeholder to match the mean input in FusedBatchNorm.
67 Unused placeholder to match the variance input
Dapi_def_FusedBatchNormGradV2.pbtxt61 Unused placeholder to match the mean input in FusedBatchNorm.
67 Unused placeholder to match the variance input
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DXRayFDRFormat.rst239 | reserved | ``13`` | Unused. |
261 | reserved | ``3`` | Unused. |
284 | reserved | ``5`` | Unused. |
305 | reserved | ``7`` | Unused. |
325 | reserved | ``7`` | Unused. |
349 | reserved | ``3`` | Unused. |
/external/flatbuffers/tests/include_test/sub/
Dinclude_test2.fbs8 struct Unused { a:int; }
/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.cc61 using testing::Unused;
112 int SumOfFirst2(int a, int b, Unused, Unused) { return a + b; } in SumOfFirst2() argument
190 int SumOfLast2(Unused, Unused, int a, int b) const { return a + b; } in SumOfLast2() argument
/external/deqp-deps/glslang/Test/
Dspv.RayGenShader.rgen4 layout(binding = 1, set = 0) uniform accelerationStructureNV accNV1; // Unused
Dhlsl.array.implicit-size.frag5 // Unused: array size from initializer
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalDCE/
D2002-08-17-FunctionDGE.ll6 ;; Unused, kills %foo
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/
D2002-08-17-FunctionDGE.ll7 ;; Unused, kills %foo

123456