/third_party/typescript/tests/cases/conformance/expressions/unaryOperators/negateOperator/ |
D | negateOperatorInvalidOperations.ts | 4 var NUMBER1 = var NUMBER-; //expect error variable 12 var NUMBER =-; variable
|
/third_party/typescript/tests/baselines/reference/ |
D | negateOperatorInvalidOperations.js | 13 var NUMBER =-; variable 19 var NUMBER; variable
|
D | commaOperatorWithoutOperand.js | 4 var NUMBER: number; variable 29 var NUMBER; variable
|
D | commaOperatorInvalidAssignmentType.js | 3 var NUMBER: number; variable 23 var NUMBER; variable
|
D | commaOperatorsMultipleOperators.js | 4 var NUMBER: number; variable 32 var NUMBER; variable
|
D | incrementOperatorWithNumberType.js | 3 var NUMBER: number; variable 44 var NUMBER; variable
|
D | decrementOperatorWithNumberType.js | 3 var NUMBER: number; variable 44 var NUMBER; variable
|
D | commaOperatorWithSecondOperandNumberType.js | 4 var NUMBER: number; variable 41 var NUMBER; variable
|
D | commaOperatorWithSecondOperandBooleanType.js | 4 var NUMBER: number; variable 41 var NUMBER; variable
|
D | commaOperatorWithSecondOperandStringType.js | 4 var NUMBER: number; variable 43 var NUMBER; variable
|
D | commaOperatorWithSecondOperandObjectType.js | 4 var NUMBER: number; variable 45 var NUMBER; variable
|
D | commaOperatorWithSecondOperandAnyType.js | 4 var NUMBER: number; variable 43 var NUMBER; variable
|
D | plusOperatorWithNumberType.js | 3 var NUMBER: number; variable 46 var NUMBER; variable
|
D | negateOperatorWithNumberType.js | 3 var NUMBER: number; variable 46 var NUMBER; variable
|
D | logicalNotOperatorWithNumberType.js | 3 var NUMBER: number; variable 50 var NUMBER; variable
|
D | voidOperatorWithNumberType.js | 3 var NUMBER: number; variable 50 var NUMBER; variable
|
D | bitwiseNotOperatorWithNumberType.js | 3 var NUMBER: number; variable 49 var NUMBER; variable
|
D | deleteOperatorWithNumberType.js | 3 var NUMBER: number; variable 50 var NUMBER; variable
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | sorted_items.rs | 23 pub const NUMBER: root::number = 42; constant 110 pub const NUMBER: root::ns::number = 42; constant
|
D | sort-items.rs | 23 pub const NUMBER: root::number = 42; constant 110 pub const NUMBER: root::ns::number = 42; constant
|
D | unsorted-items.rs | 82 pub const NUMBER: number = 42; constant
|
/third_party/typescript/tests/cases/conformance/expressions/unaryOperators/voidOperator/ |
D | voidOperatorWithNumberType.ts | 2 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/ |
D | deleteOperatorWithNumberType.ts | 2 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/ |
D | decrementOperatorWithNumberType.ts | 2 var NUMBER: number; variable 15 var ResultIsNumber1 = --NUMBER; variable
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | sorted_items.hpp | 17 const number NUMBER = 42; variable 34 const number NUMBER = 42; variable
|