Searched defs:ptr3 (Results 1 – 11 of 11) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | typeof-mods.c | 12 typeof(*ptr) *ptr3 = ptr; in test_spec() local 26 typeof(*ptr) *ptr3 = ptr; in test_const() local 38 typeof(*ptr) *ptr3 = ptr; in test_volatile() local 52 typeof(*ptr) *ptr3 = ptr; in test_restrict() local 66 typeof(*ptr) *ptr3 = ptr; in test_atomic() local 81 typeof(*ptr) *ptr3 = ptr; in test_bitwise() local 95 typeof(*ptr) *ptr3 = ptr; in test_static() local 109 typeof(*ptr) *ptr3 = ptr; in test_tls() local 123 typeof(*ptr) *ptr3 = ptr; in test_nocast() local
|
D | typeof-noderef.c | 7 typeof(*ptr) *ptr3 = ptr; in test_noderef() local
|
D | typeof-addresspace.c | 9 typeof(*ptr) *ptr3 = ptr; /* check-should-pass */ in test_as() local
|
D | typeof-safe.c | 9 typeof(ptr) ptr3 = ptr; in test_safe() local
|
/third_party/json/docs/examples/ |
D | json_pointer__parent_pointer.cpp | 11 json::json_pointer ptr3("/foo/0"); in main() local
|
D | json_pointer__empty.cpp | 12 json::json_pointer ptr3("/foo/0"); in main() local
|
D | json_pointer__to_string.cpp | 11 json::json_pointer ptr3("/foo/0"); in main() local
|
/third_party/lwip/test/unit/core/ |
D | test_mem.c | 144 u8_t *ptr1b, *ptr1, *ptr2, *ptr3; in START_TEST() local
|
/third_party/cups-filters/backend/ |
D | implicitclass.c | 90 char *ptr2,*ptr3,*ptr4; in main() local
|
/third_party/node/deps/v8/src/execution/ |
D | isolate.cc | 642 void Isolate::PushStackTraceAndDie(void* ptr1, void* ptr2, void* ptr3, in PushStackTraceAndDie() 651 void Isolate::PushParamsAndDie(void* ptr1, void* ptr2, void* ptr3, void* ptr4, in PushParamsAndDie() 671 void* ptr2, void* ptr3, void* ptr4, void* ptr5, void* ptr6) { in StackTraceFailureMessage()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | measfmttest.cpp | 3465 MeasureUnit *ptr3 = MeasureUnit::createMeter(status); in TestBasic() local
|