Home
last modified time | relevance | path

Searched refs:newC1 (Results 1 – 7 of 7) sorted by relevance

/third_party/unity/extras/fixture/test/
Dunity_fixture_Test.c53 char newC1; in TEST() local
59 UT_PTR_SET(p1, &newC1); in TEST()
61 TEST_ASSERT_POINTERS_EQUAL(&newC1, p1); in TEST()
/third_party/typescript/tests/baselines/reference/
DimplicitAnyFunctionInvocationWithAnyArguements.js34 var newC1 = new C([], arg0); variable
70 var newC1 = new C([], arg0); variable
DimplicitAnyFunctionInvocationWithAnyArguements.symbols109 var newC1 = new C([], arg0);
110 >newC1 : Symbol(newC1, Decl(implicitAnyFunctionInvocationWithAnyArguements.ts, 32, 3))
DimplicitAnyFunctionInvocationWithAnyArguements.types134 var newC1 = new C([], arg0);
135 >newC1 : C
DimplicitAnyFunctionInvocationWithAnyArguements.errors.txt54 var newC1 = new C([], arg0);
/third_party/cJSON/tests/unity/extras/fixture/test/
Dunity_fixture_Test.c119 char newC1; in TEST() local
125 UT_PTR_SET(p1, &newC1); in TEST()
127 TEST_ASSERT_POINTERS_EQUAL(&newC1, p1); in TEST()
/third_party/typescript/tests/cases/compiler/
DimplicitAnyFunctionInvocationWithAnyArguements.ts34 var newC1 = new C([], arg0); variable