/external/clang/test/SemaCXX/ |
D | warn-unused-value.cpp | 63 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/ |
D | ObjCARC.h | 55 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/ |
D | ObjCARC.h | 55 bool Unused = CI->use_empty(); in EraseInstruction() local 57 if (!Unused) { in EraseInstruction() 68 if (Unused) in EraseInstruction()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCUnusedIVarsChecker.cpp | 30 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/ |
D | Character.php | 12 const Unused = 6; define in Character 21 Character::Unused=>"Unused",
|
D | Character.cs | 13 Unused = 6, enumerator
|
D | Character.java | 11 public static final byte Unused = 6; field in Character
|
D | union_vector.fbs | 22 Unused: string
|
/external/swiftshader/src/Renderer/ |
D | Vertex.hpp | 45 Unused, enumerator 46 VERTEX_OUTPUT_LAST = Unused,
|
D | SetupProcessor.cpp | 92 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/ |
D | Vertex.hpp | 45 Unused, enumerator 46 VERTEX_OUTPUT_LAST = Unused,
|
D | SetupProcessor.cpp | 90 state.pointSizeRegister = Unused; in update() 102 state.gradient[interpolant][component].attribute = Unused; in update()
|
/external/v8/tools/unittests/testdata/testroot1/test/sweet/ |
D | sweet.status | 15 # Unused rule. 27 # Unused rule.
|
/external/libbrillo/brillo/http/ |
D | http_request_unittest.cc | 22 using testing::Unused; 153 [&resp_data](void* buffer, Unused, size_t* read, Unused) -> bool { in TEST_F() argument
|
/external/libchrome/base/ |
D | callback_unittest.cc | 158 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/ |
D | api_def_FusedBatchNormGrad.pbtxt | 61 Unused placeholder to match the mean input in FusedBatchNorm. 67 Unused placeholder to match the variance input
|
D | api_def_FusedBatchNormGradV2.pbtxt | 61 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/ |
D | XRayFDRFormat.rst | 239 | 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/ |
D | include_test2.fbs | 8 struct Unused { a:int; }
|
/external/google-breakpad/src/testing/test/ |
D | gmock-more-actions_test.cc | 66 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/ |
D | gmock-more-actions_test.cc | 61 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/ |
D | spv.RayGenShader.rgen | 4 layout(binding = 1, set = 0) uniform accelerationStructureNV accNV1; // Unused
|
D | hlsl.array.implicit-size.frag | 5 // Unused: array size from initializer
|
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalDCE/ |
D | 2002-08-17-FunctionDGE.ll | 6 ;; Unused, kills %foo
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalDCE/ |
D | 2002-08-17-FunctionDGE.ll | 7 ;; Unused, kills %foo
|