Home
last modified time | relevance | path

Searched defs:Yes (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DstringEnumLiteralTypes3.js9 function f1(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
16 function f2(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
23 function f3(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
30 function f4(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
37 function f5(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
52 function f6(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
67 function f7(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
DenumLiteralTypes3.js9 function f1(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
16 function f2(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
23 function f3(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
30 function f4(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
37 function f5(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
52 function f6(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
67 function f7(a: Yes, b: YesNo, c: UnknownYesNo, d: Choice) {
DenumLiteralTypes1.js21 function f3(a: Choice.Yes, b: YesNo) {
43 function f4(a: Choice.Yes, b: YesNo) {
DenumLiteralTypes2.js21 function f3(a: Choice.Yes, b: UnknownYesNo) {
43 function f4(a: Choice.Yes, b: UnknownYesNo) {
DstringEnumLiteralTypes2.js21 function f3(a: Choice.Yes, b: YesNo) {
DstringEnumLiteralTypes1.js21 function f3(a: Choice.Yes, b: YesNo) {
/third_party/typescript/tests/cases/conformance/types/literal/
DstringEnumLiteralTypes3.ts1 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enumerator
3 type Yes = Choice.Yes; alias
DenumLiteralTypes3.ts1 const enum Choice { Unknown, Yes, No }; enumerator
3 type Yes = Choice.Yes; alias
DstringEnumLiteralTypes2.ts3 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enumerator
DstringEnumLiteralTypes1.ts1 const enum Choice { Unknown = "", Yes = "yes", No = "no" }; enumerator
DenumLiteralTypes2.ts3 const enum Choice { Unknown, Yes, No }; enumerator
DenumLiteralTypes1.ts1 const enum Choice { Unknown, Yes, No }; enumerator
/third_party/typescript/tests/cases/compiler/
DexportImportCanSubstituteConstEnumForValue.ts13 Yes, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h166 enum class PrevailingType { Yes, No, Unknown }; enumerator
/third_party/rust/crates/bindgen/bindgen/ir/
Dderive.rs98 Yes, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DConstantMerge.cpp104 enum class CanMerge { No, Yes }; enumerator
/third_party/rust/crates/termcolor/wincolor/src/
Dwin.rs172 Yes, enumerator
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDrawCallPerf.cpp91 Yes, // Record commands in a render bundle enumerator
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h168 Yes, // This reference can be replaced with an in-place item. enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h485 typedef char Yes[1]; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h258 enum class ReplaceMetadataUses { No, Yes }; enumerator
DMetadata.h503 using Yes = char[1]; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp169 enum class ForMemset { No, Yes }; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMetadata.cpp772 using Yes = char[1]; typedef
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_msl.hpp1013 Yes enumerator

12