Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
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) {
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) {
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/
DenumLiteralTypes3.ts1 const enum Choice { Unknown, Yes, No }; enumerator
3 type Yes = Choice.Yes; alias
DstringEnumLiteralTypes3.ts1 const enum Choice { Unknown = "", Yes = "yes", No = "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
DenumLiteralTypes1.ts1 const enum Choice { Unknown, Yes, No }; enumerator
DenumLiteralTypes2.ts3 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/node/src/
Denv.h88 enum class Exists { Yes, No }; enumerator
89 enum class IsValid { Yes, No }; enumerator
90 enum class HasMain { Yes, No }; enumerator
91 enum class HasName { Yes, No }; 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/skia/third_party/externals/dawn/src/tests/perf_tests/
DDrawCallPerf.cpp91 Yes, // Record commands in a render bundle enumerator
/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-subzero/include/llvm/IR/
DMetadata.h485 typedef char Yes[1]; typedef
/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h123 enum class Cache : unsigned char { Yes, No, Unknown, }; enumerator