Home
last modified time | relevance | path

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

/third_party/unity/extras/fixture/test/
Dunity_fixture_Test.c54 char newC2; in TEST() local
60 UT_PTR_SET(p2, &newC2); in TEST()
62 TEST_ASSERT_POINTERS_EQUAL(&newC2, p2); in TEST()
/third_party/typescript/tests/baselines/reference/
DimplicitAnyFunctionInvocationWithAnyArguements.js35 var newC2 = new C(<any>[], null) variable
71 var newC2 = new C([], null); variable
DimplicitAnyFunctionInvocationWithAnyArguements.symbols114 var newC2 = new C(<any>[], null)
115 >newC2 : Symbol(newC2, Decl(implicitAnyFunctionInvocationWithAnyArguements.ts, 33, 3))
DimplicitAnyFunctionInvocationWithAnyArguements.types141 var newC2 = new C(<any>[], null)
142 >newC2 : C
DimplicitAnyFunctionInvocationWithAnyArguements.errors.txt55 var newC2 = new C(<any>[], null)
/third_party/cJSON/tests/unity/extras/fixture/test/
Dunity_fixture_Test.c120 char newC2; in TEST() local
126 UT_PTR_SET(p2, &newC2); in TEST()
128 TEST_ASSERT_POINTERS_EQUAL(&newC2, p2); in TEST()
/third_party/typescript/tests/cases/compiler/
DimplicitAnyFunctionInvocationWithAnyArguements.ts35 var newC2 = new C(<any>[], null) variable