Home
last modified time | relevance | path

Searched defs:NUMBER (Results 1 – 25 of 61) sorted by relevance

123

/third_party/typescript/tests/cases/conformance/expressions/unaryOperators/negateOperator/
DnegateOperatorInvalidOperations.ts4 var NUMBER1 = var NUMBER-; //expect error variable
12 var NUMBER =-; variable
/third_party/typescript/tests/baselines/reference/
DnegateOperatorInvalidOperations.js13 var NUMBER =-; variable
19 var NUMBER; variable
DcommaOperatorWithoutOperand.js4 var NUMBER: number; variable
29 var NUMBER; variable
DcommaOperatorInvalidAssignmentType.js3 var NUMBER: number; variable
23 var NUMBER; variable
DcommaOperatorsMultipleOperators.js4 var NUMBER: number; variable
32 var NUMBER; variable
DincrementOperatorWithNumberType.js3 var NUMBER: number; variable
44 var NUMBER; variable
DdecrementOperatorWithNumberType.js3 var NUMBER: number; variable
44 var NUMBER; variable
DcommaOperatorWithSecondOperandNumberType.js4 var NUMBER: number; variable
41 var NUMBER; variable
DcommaOperatorWithSecondOperandBooleanType.js4 var NUMBER: number; variable
41 var NUMBER; variable
DcommaOperatorWithSecondOperandStringType.js4 var NUMBER: number; variable
43 var NUMBER; variable
DcommaOperatorWithSecondOperandObjectType.js4 var NUMBER: number; variable
45 var NUMBER; variable
DcommaOperatorWithSecondOperandAnyType.js4 var NUMBER: number; variable
43 var NUMBER; variable
DplusOperatorWithNumberType.js3 var NUMBER: number; variable
46 var NUMBER; variable
DnegateOperatorWithNumberType.js3 var NUMBER: number; variable
46 var NUMBER; variable
DlogicalNotOperatorWithNumberType.js3 var NUMBER: number; variable
50 var NUMBER; variable
DvoidOperatorWithNumberType.js3 var NUMBER: number; variable
50 var NUMBER; variable
DbitwiseNotOperatorWithNumberType.js3 var NUMBER: number; variable
49 var NUMBER; variable
DdeleteOperatorWithNumberType.js3 var NUMBER: number; variable
50 var NUMBER; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dsorted_items.rs23 pub const NUMBER: root::number = 42; constant
110 pub const NUMBER: root::ns::number = 42; constant
Dsort-items.rs23 pub const NUMBER: root::number = 42; constant
110 pub const NUMBER: root::ns::number = 42; constant
Dunsorted-items.rs82 pub const NUMBER: number = 42; constant
/third_party/typescript/tests/cases/conformance/expressions/unaryOperators/voidOperator/
DvoidOperatorWithNumberType.ts2 var NUMBER: number; variable
18 var ResultIsAny1 = void NUMBER; variable
35 var ResultIsAny12 = void void NUMBER; variable
/third_party/typescript/tests/cases/conformance/expressions/unaryOperators/deleteOperator/
DdeleteOperatorWithNumberType.ts2 var NUMBER: number; variable
18 var ResultIsBoolean1 = delete NUMBER; variable
35 var ResultIsBoolean12 = delete delete NUMBER; variable
/third_party/typescript/tests/cases/conformance/expressions/unaryOperators/decrementOperator/
DdecrementOperatorWithNumberType.ts2 var NUMBER: number; variable
15 var ResultIsNumber1 = --NUMBER; variable
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dsorted_items.hpp17 const number NUMBER = 42; variable
34 const number NUMBER = 42; variable

123