/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/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/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/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 | 137 callback_ = Bind(&CallbackOwner::Unused, this); in CallbackOwner() 150 void Unused() { in Unused() function in base::__anonce89a57e0111::CallbackOwner
|
/external/r8/src/test/examplesAndroidO/multidex004/ |
D | Unused.java | 7 public class Unused { class
|
/external/r8/src/test/examples/shaking1/ |
D | Unused.java | 6 public class Unused { class
|
/external/flatbuffers/tests/ |
D | include_test2.fbs | 7 struct Unused {}
|
/external/v8/testing/gmock/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/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 | 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/swiftshader/third_party/LLVM/test/Transforms/GlobalDCE/ |
D | 2002-08-17-FunctionDGE.ll | 6 ;; Unused, kills %foo
|
/external/llvm/test/Transforms/GlobalDCE/ |
D | 2002-08-17-FunctionDGE.ll | 7 ;; Unused, kills %foo
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 39 // Unused queue warning fix
|
/external/googletest/googlemock/scripts/generator/ |
D | README.cppclean | 5 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/ |
D | README.cppclean | 5 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/ |
D | VertexShader.cpp | 28 pointSizeRegister = Unused; in VertexShader() 65 pointSizeRegister = Unused; in VertexShader()
|
/external/google-breakpad/src/testing/scripts/generator/ |
D | README.cppclean | 5 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/ |
D | variadic.ll | 3 ; Unused arguments from variadic functions cannot be eliminated as that changes
|
/external/bison/tests/ |
D | input.at | 282 ## 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/ |
D | LoopDistribute.cpp | 171 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/ |
D | unused-ivars.m | 99 // <rdar://problem/8481311> Unused bitfield ivars trigger cause weird
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 239 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src1, Src2, in EmitTargetCodeForStrcmp() local 241 Chain = Unused.getValue(1); in EmitTargetCodeForStrcmp()
|