/third_party/boost/libs/contract/test/old/ |
D | if_copyable.cpp | 25 boost::contract::old_ptr_if_copyable<T> old_x = in next() local 29 if(old_x) { in next() 30 BOOST_CONTRACT_ASSERT(x == *old_x + T(1)); in next() 49 boost::contract::old_ptr_if_copyable<T> old_x = in next() local 54 if(old_x) { in next() 55 BOOST_CONTRACT_ASSERT(x == *old_x + T(1)); in next() 67 boost::contract::old_ptr_if_copyable<T> old_x = BOOST_CONTRACT_OLDOF(x); in next() local 70 if(old_x) { in next() 71 BOOST_CONTRACT_ASSERT(x == *old_x + T(1)); in next()
|
D | if_copyable_macro.cpp | 26 old_x, in next() 39 if(old_x) { in next() 40 BOOST_CONTRACT_ASSERT(x == *old_x + T(1)); in next() 65 old_x, in next() 84 if(old_x) { in next() 85 BOOST_CONTRACT_ASSERT(x == *old_x + T(1)); in next() 101 old_x, in next() 109 if(old_x) { in next() 110 BOOST_CONTRACT_ASSERT(x == *old_x + T(1)); in next()
|
D | auto.cpp | 17 auto old_x = BOOST_CONTRACT_OLDOF(x); in main() local 19 BOOST_STATIC_ASSERT((boost::is_same<decltype(old_x), in main() 22 BOOST_TEST_EQ(*old_x, -123); in main()
|
D | if_copyable_error.cpp | 19 boost::contract::old_ptr<T> old_x = BOOST_CONTRACT_OLDOF(x); in next() local 23 BOOST_CONTRACT_ASSERT(x == *old_x + T(1)); in next()
|
/third_party/typescript/tests/baselines/reference/ |
D | useBeforeDeclaration_superClass.symbols | 13 old_x = this.x; 14 >old_x : Symbol(D.old_x, Decl(useBeforeDeclaration_superClass.ts, 3, 19)) 38 old_x = this.x; 39 >old_x : Symbol(Z.old_x, Decl(useBeforeDeclaration_superClass.ts, 14, 19)) 59 old_x = this.x; 60 >old_x : Symbol(J.old_x, Decl(useBeforeDeclaration_superClass.ts, 23, 22))
|
D | useBeforeDeclaration_superClass.types | 14 old_x = this.x; 15 >old_x : number 41 old_x = this.x; 42 >old_x : number 60 old_x = this.x; 61 >old_x : number
|
D | useBeforeDeclaration_superClass.js | 7 old_x = this.x; field in D 17 old_x = this.x; field in Z 26 old_x = this.x; field in J 58 _this.old_x = _this.x; 82 _this.old_x = _this.x; 90 this.old_x = this.x;
|
D | useBeforeDeclaration_superClass.errors.txt | 10 old_x = this.x; 20 old_x = this.x; 29 old_x = this.x;
|
/third_party/boost/libs/contract/example/features/ |
D | non_member.cpp | 16 boost::contract::old_ptr<int> old_x = BOOST_CONTRACT_OLDOF(x); in inc() local 22 BOOST_CONTRACT_ASSERT(x == *old_x + 1); in inc() 23 BOOST_CONTRACT_ASSERT(result == *old_x); in inc() 26 BOOST_CONTRACT_ASSERT(x == *old_x); in inc()
|
D | old_if_copyable.cpp | 16 boost::contract::old_ptr_if_copyable<T> old_x = BOOST_CONTRACT_OLDOF(x); in offset() local 20 if(old_x) BOOST_CONTRACT_ASSERT(x == *old_x + count); in offset()
|
D | if_constexpr.cpp | 17 boost::contract::old_ptr<T> old_x, old_y; in swap() local 19 old_x = BOOST_CONTRACT_OLDOF(x); in swap() 26 BOOST_CONTRACT_ASSERT(y == *old_x); in swap()
|
D | ifdef_macro.cpp | 17 BOOST_CONTRACT_OLD_PTR(int)(old_x, x); in inc() 23 BOOST_CONTRACT_ASSERT(x == *old_x + 1); in inc() 24 BOOST_CONTRACT_ASSERT(result == *old_x); in inc()
|
D | introduction.cpp | 14 boost::contract::old_ptr<int> old_x = BOOST_CONTRACT_OLDOF(x); // Old value. in inc() local 20 BOOST_CONTRACT_ASSERT(x == *old_x + 1); // Line 20. in inc()
|
D | ifdef.cpp | 21 boost::contract::old_ptr<int> old_x = BOOST_CONTRACT_OLDOF(x); in inc() local 32 BOOST_CONTRACT_ASSERT(x == *old_x + 1); in inc() 33 BOOST_CONTRACT_ASSERT(result == *old_x); in inc()
|
/third_party/boost/libs/contract/test/public_function/ |
D | old_virtual.cpp | 52 boost::contract::old_ptr<int> old_x; in f() local 57 old_x = BOOST_CONTRACT_OLDOF(v, i + 3); in f() 64 BOOST_CONTRACT_ASSERT(*old_x == n.value() + 3); in f() 86 boost::contract::old_ptr<int> old_x; in f() local 92 old_x = BOOST_CONTRACT_OLDOF(v, i + 3); in f() 99 BOOST_CONTRACT_ASSERT(*old_x == n.value() + 3); in f() 122 boost::contract::old_ptr<int> old_x; in f() local 128 old_x = BOOST_CONTRACT_OLDOF(v, i + 3); in f() 135 BOOST_CONTRACT_ASSERT(*old_x == n.value() + 3); in f()
|
D | ifdef.cpp | 35 boost::contract::old_ptr<int> old_x = BOOST_CONTRACT_OLDOF(v, x); in f() local 67 boost::contract::old_ptr<int> old_x = BOOST_CONTRACT_OLDOF(v, x); in f() local
|
D | smoke.hpp | 218 boost::contract::old_ptr<x_type> old_x = in f() local 233 BOOST_CONTRACT_ASSERT(x.value == old_x->value + old_s->value); in f() 234 BOOST_CONTRACT_ASSERT(s.value.find(old_x->value) != in f() 240 BOOST_CONTRACT_ASSERT(x.value == old_x->value); in f()
|
/third_party/typescript/tests/cases/compiler/ |
D | useBeforeDeclaration_superClass.ts | 6 old_x = this.x; property in D 16 old_x = this.x; property in Z 25 old_x = this.x; property in J
|
/third_party/weston/clients/ |
D | clickdot.c | 59 int32_t old_x, old_y; member 80 clickdot->line.old_x = -1; in draw_line() 111 if (clickdot->line.old_x != -1 && in draw_line() 119 clickdot->line.old_x, in draw_line() 128 clickdot->line.old_x = clickdot->line.x; in draw_line() 303 clickdot->line.old_x = -1; in clickdot_create()
|
D | confine.c | 60 int32_t old_x, old_y; member 87 confine->line.old_x = -1; in draw_line() 118 if (confine->line.old_x != -1 && in draw_line() 126 confine->line.old_x, in draw_line() 135 confine->line.old_x = confine->line.x; in draw_line() 446 confine->line.old_x = -1; in confine_create()
|
/third_party/boost/libs/contract/test/disable/ |
D | lib_a_inlined.hpp | 35 boost::contract::old_ptr<x_type> old_x = in f() local 43 BOOST_CONTRACT_ASSERT(x.value == -old_x->value); in f() 44 BOOST_CONTRACT_ASSERT(result == old_x->value); in f()
|
/third_party/boost/libs/contract/test/function/ |
D | smoke.cpp | 26 boost::contract::old_ptr<x_type> old_x = in swap() local 41 BOOST_CONTRACT_ASSERT(y.value == old_x->value); in swap() 42 BOOST_CONTRACT_ASSERT(result == (old_x->value != old_y->value)); in swap()
|
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/psp/ |
D | SDL_sysjoystick.c | 198 static unsigned char old_x = 0, old_y = 0; in SDL_SYS_JoystickUpdate() local 207 if(old_x != x) { in SDL_SYS_JoystickUpdate() 209 old_x = x; in SDL_SYS_JoystickUpdate()
|
/third_party/boost/libs/contract/test/constructor/ |
D | ifdef.cpp | 42 boost::contract::old_ptr<int> old_x = BOOST_CONTRACT_OLDOF(x); local 76 boost::contract::old_ptr<int> old_x = BOOST_CONTRACT_OLDOF(x); local
|
D | ifdef_macro.cpp | 45 old_x, 93 old_x,
|