/external/llvm/lib/Transforms/ObjCARC/ |
H A D | ObjCARC.h | 56 bool Unused = CI->use_empty(); local 58 if (!Unused) { 69 if (Unused)
|
/external/clang/test/SemaCXX/ |
H A D | warn-unused-value.cpp | 58 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 D | Linker.h | 36 * 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 D | ObjCUnusedIVarsChecker.cpp | 30 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 D | zone-pool.h | 76 typedef std::vector<Zone*> Unused; typedef in class:v8::internal::compiler::final 80 Unused unused_;
|
/external/libweave/third_party/chromium/base/ |
H A D | callback_unittest.cc | 152 callback_ = Bind(&CallbackOwner::Unused, this); 165 void Unused() { function in class:base::__anon11690::CallbackOwner
|
/external/libchrome/base/ |
H A D | callback_unittest.cc | 160 callback_ = Bind(&CallbackOwner::Unused, this); 173 void Unused() { function in class:base::__anon9144::CallbackOwner
|
/external/libbrillo/brillo/http/ |
H A D | http_request_unittest.cc | 22 using testing::Unused; 153 [&resp_data](void* buffer, Unused, size_t* read, Unused) -> bool {
|
/external/llvm/tools/lli/ |
H A D | RemoteTargetExternal.cpp | 178 int Unused; local 179 AppendRead(&Unused, 0);
|
/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 157 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 D | gmock-more-actions_test.cc | 66 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 D | gmock-more-actions_test.cc | 66 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 D | SystemZSelectionDAGInfo.cpp | 246 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 D | attribute-3.s | 37 @CHECK-OBJ-NEXT: Description: Unused
|
/external/llvm/lib/Support/Windows/ |
H A D | Process.inc | 272 DWORD Mode; // Unused
|
/external/llvm/tools/llvm-readobj/ |
H A D | COFFDumper.cpp | 699 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 D | ms_main.c | 1013 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 D | exported_property_set_unittest.cc | 27 using ::testing::Unused; 493 bool SetInvalidProperty(brillo::ErrorPtr* error, Unused) {
|
/external/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 454 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 D | closurizednamespacesinfo_test.py | 595 '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 D | LinkModules.cpp | 812 LLVMLinkerMode Unused, char **OutMessages) { 811 LLVMLinkModules(LLVMModuleRef Dest, LLVMModuleRef Src, LLVMLinkerMode Unused, char **OutMessages) argument
|
/external/libvorbis/doc/ |
H A D | 02-bitpacking.tex | 218 Unused space in the last byte of a bytestream is always zeroed during
|
/external/gmock/include/gmock/ |
H A D | gmock-actions.h | 898 // 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 D | gmock-actions.h | 898 // 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 D | COFF.h | 451 uint8_t Unused; member in struct:llvm::object::coff_aux_section_definition
|