Home
last modified time | relevance | path

Searched defs:ptr3 (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
Dtypeof-mods.c12 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
Dtypeof-noderef.c7 typeof(*ptr) *ptr3 = ptr; in test_noderef() local
Dtypeof-addresspace.c9 typeof(*ptr) *ptr3 = ptr; /* check-should-pass */ in test_as() local
Dtypeof-safe.c9 typeof(ptr) ptr3 = ptr; in test_safe() local
/third_party/json/docs/examples/
Djson_pointer__parent_pointer.cpp11 json::json_pointer ptr3("/foo/0"); in main() local
Djson_pointer__empty.cpp12 json::json_pointer ptr3("/foo/0"); in main() local
Djson_pointer__to_string.cpp11 json::json_pointer ptr3("/foo/0"); in main() local
/third_party/lwip/test/unit/core/
Dtest_mem.c144 u8_t *ptr1b, *ptr1, *ptr2, *ptr3; in START_TEST() local
/third_party/cups-filters/backend/
Dimplicitclass.c90 char *ptr2,*ptr3,*ptr4; in main() local
/third_party/node/deps/v8/src/execution/
Disolate.cc642 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/
Dmeasfmttest.cpp3465 MeasureUnit *ptr3 = MeasureUnit::createMeter(status); in TestBasic() local