Home
last modified time | relevance | path

Searched defs:literal2 (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
Dsfn_value_test.cpp135 LiteralConstant literal2(2); in TEST_F() local
/third_party/typescript/tests/cases/compiler/
DinferFromGenericFunctionReturnTypes3.ts32 const literal2 = wrapBar(value2); // Error constant
/third_party/typescript/tests/baselines/reference/
DinferFromGenericFunctionReturnTypes3.js29 const literal2 = wrapBar(value2); // Error constant
/third_party/mesa3d/src/amd/compiler/tests/
Dtest_optimizer.cpp1074 Temp literal2 = bld.copy(bld.def(v1), Operand::c32(0x12345679u)); variable
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-expr.c1176 uint16_t literal2 = 0; in parser_parse_function_expression() local
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c1378 ecma_string_t *literal2) /**< second literal */ in jerry_save_literals_compare()