Home
last modified time | relevance | path

Searched refs:assign2 (Results 1 - 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DtypeGuardFunctionErrors.js84 var assign2: (p1, p2) => p1 is A; variable
85 assign2 = function(p1, p2): p2 is A {
251 var assign2; function
252 assign2 = function (p1, p2) {
/third_party/mesa3d/src/compiler/glsl/tests/
H A Dlower_int64_test.cpp179 ir_assignment *const assign2 = ir->as_assignment(); in check_instructions() local
181 ASSERT_NE((void *)0, assign2); in check_instructions()
182 EXPECT_EQ(tmp2, assign2->lhs->variable_referenced()); in check_instructions()
183 ir_expression *unpack = assign2->rhs->as_expression(); in check_instructions()
/third_party/icu/icu4c/source/test/perf/ustrperf/
H A Dstringperf.cpp220 return new StringPerfFunction(assign2, filelines_, numLines, uselen); in TestAssign2()
222 return new StringPerfFunction(assign2, StrBuffer, StrBufferLen, uselen); in TestAssign2()
H A Dstringperf.h427 inline void assign2(const UChar* src,int32_t srcLen, UnicodeString s0) in assign2() function

Completed in 3 milliseconds