Home
last modified time | relevance | path

Searched defs:assign1 (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtypeGuardFunctionErrors.js78 var assign1: (p1, p2) => p1 is A; variable
246 var assign1; variable
247 assign1 = function (p1, p2) { function
/third_party/mesa3d/src/compiler/glsl/tests/
Dlower_int64_test.cpp164 ir_assignment *const assign1 = ir->as_assignment(); in check_instructions() local
/third_party/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.h422 inline void assign1(const UChar* src,int32_t srcLen, UnicodeString s0) in assign1() function