Home
last modified time | relevance | path

Searched defs:if1 (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/tests/jerry/
Dif_parser.js24 var if1= variable
/third_party/typescript/tests/cases/compiler/
DincompatibleTypes.ts37 function if1(i: IFoo1): void; function
/third_party/typescript/tests/baselines/reference/
DincompatibleTypes.js40 function if1(a: any) { } function
/third_party/mbedtls/library/
Dconstant_time.c310 unsigned if1, in mbedtls_ct_uint_if()
334 int if1, in mbedtls_ct_cond_select_sign()
/third_party/python/Lib/test/
Dtest_compile.py831 def if1(x): function