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

12

/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.h56 bool Unused = CI->use_empty(); local
58 if (!Unused) {
69 if (Unused)
/external/clang/test/SemaCXX/
H A Dwarn-unused-value.cpp58 struct __attribute__((warn_unused)) Unused { struct in namespace:test3
59 Unused();
60 Unused(int);
61 Unused(int, int);
67 Unused(); // expected-warning {{expression result unused}}
68 Unused(1); // expected-warning {{expression result unused}}
69 Unused(1, 1); // expected-warning {{expression result unused}}
/external/llvm/include/llvm-c/
H A DLinker.h36 * Note that the linker mode parameter \p Unused is no longer used, and has
42 LLVMLinkerMode Unused, char **OutMessage);
/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/v8/src/compiler/
H A Dzone-pool.h76 typedef std::vector<Zone*> Unused; typedef in class:v8::internal::compiler::final
80 Unused unused_;
/external/libweave/third_party/chromium/base/
H A Dcallback_unittest.cc152 callback_ = Bind(&CallbackOwner::Unused, this);
165 void Unused() { function in class:base::__anon11690::CallbackOwner
/external/libchrome/base/
H A Dcallback_unittest.cc160 callback_ = Bind(&CallbackOwner::Unused, this);
173 void Unused() { function in class:base::__anon9144::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/llvm/tools/lli/
H A DRemoteTargetExternal.cpp178 int Unused; local
179 AppendRead(&Unused, 0);
/external/llvm/lib/Transforms/Scalar/
H A DLoopDistribute.cpp157 SmallVector<Instruction *, 8> Unused; local
168 Unused.push_back(NewInst);
173 for (auto *Inst : make_range(Unused.rbegin(), Unused.rend())) {
/external/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/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/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp246 SDValue Unused = DAG.getNode(SystemZISD::STRCMP, DL, VTs, Chain, Src1, Src2, local
248 Chain = Unused.getValue(1);
/external/llvm/test/tools/llvm-readobj/ARM/
H A Dattribute-3.s37 @CHECK-OBJ-NEXT: Description: Unused
/external/llvm/lib/Support/Windows/
H A DProcess.inc272 DWORD Mode; // Unused
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp699 uint8_t Unused[12]; local
700 DE.getU8(&Offset, Unused, 12);
702 DE.getU8(&Offset, Unused, 12);
707 DE.getU8(&Offset, Unused, 3);
/external/valgrind/massif/
H A Dms_main.c1013 Unused enumerator in enum:__anon20583
1033 if (Unused == snapshot->kind) {
1085 snapshot->kind = Unused;
1114 case Unused: suffix = "u"; break;
/external/libbrillo/brillo/dbus/
H A Dexported_property_set_unittest.cc27 using ::testing::Unused;
493 bool SetInvalidProperty(brillo::ErrorPtr* error, Unused) {
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp454 SDValue Unused = DAG.getTargetConstant(0, DL, PtrVT); local
455 Chain = DAG.getCALLSEQ_END(Chain, NB, Unused, SDValue(), DL);
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
H A Dclosurizednamespacesinfo_test.py595 'var Unused = goog.require(\'goog.Unused\');',
604 unusedToken = self._GetRequireTokens('goog.Unused')
606 'Unused should be marked as not used')
/external/llvm/lib/Linker/
H A DLinkModules.cpp812 LLVMLinkerMode Unused, char **OutMessages) {
811 LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src, LLVMLinkerMode Unused, char **OutMessages) argument
/external/libvorbis/doc/
H A D02-bitpacking.tex218 Unused space in the last byte of a bytestream is always zeroed during
/external/gmock/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/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/llvm/include/llvm/Object/
H A DCOFF.h451 uint8_t Unused; member in struct:llvm::object::coff_aux_section_definition

Completed in 787 milliseconds

12