Home
last modified time | relevance | path

Searched refs:isUnknown (Results 1 – 25 of 30) sorted by relevance

12

/third_party/typescript/tests/cases/conformance/types/unknown/
DunknownType2.ts3 type isUnknown<T> = unknown extends T ? true : false; alias
35 type A = isTrue<isUnknown<typeof u>>
39 type B = isTrue<isUnknown<typeof u>>
43 type C = isTrue<isUnknown<typeof u>>
47 type D = isTrue<isUnknown<typeof u>>
51 type E = isTrue<isUnknown<typeof u>>
84 type unionDoesNotNarrow = isTrue<isUnknown<typeof u>>
88 type intersectionDoesNotNarrow = isTrue<isUnknown<typeof u>>
131 type End = isTrue<isUnknown<typeof x>>
145 type End = isTrue<isUnknown<typeof x>>
[all …]
/third_party/typescript/tests/baselines/reference/
DunknownType2.js2 type isUnknown<T> = unknown extends T ? true : false;
34 type A = isTrue<isUnknown<typeof u>>
38 type B = isTrue<isUnknown<typeof u>>
42 type C = isTrue<isUnknown<typeof u>>
46 type D = isTrue<isUnknown<typeof u>>
50 type E = isTrue<isUnknown<typeof u>>
83 type unionDoesNotNarrow = isTrue<isUnknown<typeof u>>
87 type intersectionDoesNotNarrow = isTrue<isUnknown<typeof u>>
130 type End = isTrue<isUnknown<typeof x>>
144 type End = isTrue<isUnknown<typeof x>>
[all …]
DunknownType2.errors.txt6 type isUnknown<T> = unknown extends T ? true : false;
38 type A = isTrue<isUnknown<typeof u>>
42 type B = isTrue<isUnknown<typeof u>>
46 type C = isTrue<isUnknown<typeof u>>
50 type D = isTrue<isUnknown<typeof u>>
54 type E = isTrue<isUnknown<typeof u>>
87 type unionDoesNotNarrow = isTrue<isUnknown<typeof u>>
91 type intersectionDoesNotNarrow = isTrue<isUnknown<typeof u>>
134 type End = isTrue<isUnknown<typeof x>>
148 type End = isTrue<isUnknown<typeof x>>
[all …]
DunknownType2.symbols2 type isUnknown<T> = unknown extends T ? true : false;
3 >isUnknown : Symbol(isUnknown, Decl(unknownType2.ts, 0, 0))
83 type A = isTrue<isUnknown<typeof u>>
86 >isUnknown : Symbol(isUnknown, Decl(unknownType2.ts, 0, 0))
93 type B = isTrue<isUnknown<typeof u>>
96 >isUnknown : Symbol(isUnknown, Decl(unknownType2.ts, 0, 0))
103 type C = isTrue<isUnknown<typeof u>>
106 >isUnknown : Symbol(isUnknown, Decl(unknownType2.ts, 0, 0))
113 type D = isTrue<isUnknown<typeof u>>
116 >isUnknown : Symbol(isUnknown, Decl(unknownType2.ts, 0, 0))
[all …]
DunknownType2.types2 type isUnknown<T> = unknown extends T ? true : false;
3 >isUnknown : isUnknown<T>
108 type A = isTrue<isUnknown<typeof u>>
118 type B = isTrue<isUnknown<typeof u>>
128 type C = isTrue<isUnknown<typeof u>>
138 type D = isTrue<isUnknown<typeof u>>
148 type E = isTrue<isUnknown<typeof u>>
237 type unionDoesNotNarrow = isTrue<isUnknown<typeof u>>
247 type intersectionDoesNotNarrow = isTrue<isUnknown<typeof u>>
372 type End = isTrue<isUnknown<typeof x>>
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSCCP.cpp110 bool isUnknown() const { return getLatticeValue() == unknown; } in isUnknown() function in __anon4cc15ec80111::LatticeVal
139 if (isUnknown()) { in markConstant()
174 assert(isUnknown() && "Can't force a defined value!"); in markForcedConstant()
470 if (IV.isOverdefined() || MergeWithV.isUnknown()) in mergeInValue()
474 if (IV.isUnknown()) in mergeInValue()
681 if (!BCValue.isUnknown()) in getFeasibleSuccessors()
707 if (!SCValue.isUnknown()) in getFeasibleSuccessors()
724 if (!IBRValue.isUnknown()) in getFeasibleSuccessors()
804 if (IV.isUnknown()) continue; // Doesn't influence PHI node. in visitPHINode()
949 if (CondValue.isUnknown()) in visitSelectInst()
[all …]
DRewriteStatepointsForGC.cpp678 bool isUnknown() const { return getStatus() == Unknown; } in isUnknown() function in __anon50918f900411::BDVState
730 if (RHS.isUnknown()) in meetBDVStateImpl()
935 assert(!State.isUnknown() && "Optimistic algorithm didn't complete!"); in findBasePointer()
1033 assert(!State.isUnknown() && "Optimistic algorithm didn't complete!"); in findBasePointer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DBranchProbability.h47 bool isUnknown() const { return N == UnknownN; } in isUnknown() function
213 if (!BP.isUnknown()) in normalizeProbabilities()
229 [](const BranchProbability &BP) { return BP.isUnknown(); }, in normalizeProbabilities()
DKnownBits.h62 bool isUnknown() const { return Zero.isNullValue() && One.isNullValue(); } in isUnknown() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DBranchProbability.cpp25 if (isUnknown()) in print()
/third_party/flutter/skia/src/gpu/
DGrProcessorAnalysis.h42 bool isUnknown() const { return SkToBool(fFlags == 0); } in isUnknown() function
/third_party/skia/src/gpu/
DGrProcessorAnalysis.h42 bool isUnknown() const { return SkToBool(fFlags == 0); } in isUnknown() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemDepPrinter.cpp69 assert(dep.isUnknown() && "unexpected dependence type"); in getInstTypePair()
DMemoryDependenceAnalysis.cpp351 assert(InvariantGroupDependency.isUnknown() && in getPointerDependencyFrom()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h242 if (NumSignBits == 1 && Known.isUnknown()) in AddLiveOutRegInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAnnotateUniformValues.cpp112 if (Q.isClobber() || Q.isUnknown()) in isClobberedInFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CondBrFolding.cpp353 if (Prob.isUnknown()) in optimizeCondBr()
368 if (CC != X86::COND_E && !TargetProb.isUnknown()) in optimizeCondBr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineBasicBlock.cpp750 if (!ProbIter->isUnknown()) in replaceSuccessor()
1334 if (Prob.isUnknown()) { in getSuccProbability()
1340 if (!P.isUnknown()) { in getSuccProbability()
1353 assert(!Prob.isUnknown()); in setSuccProbability()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h171 bool isUnknown() const { in isUnknown() function
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/
DJSON.java132 public boolean isUnknown() { in isUnknown() method in JSON
286 if (pp.isEmpty() || obj.isUnknown()) { in traverse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DGISelKnownBits.cpp261 if (Known.isUnknown()) in computeKnownBitsImpl()
/third_party/flutter/skia/src/gpu/ops/
DGrFillRectOp.cpp129 if (quadColors.isUnknown()) { in finalize()
/third_party/skia/src/gpu/ops/
DFillRectOp.cpp133 if (quadColors.isUnknown()) { in finalize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp208 if (!ProbOrigTarget.isUnknown()) { in splitMBB()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2558 if (Known.isUnknown()) in computeKnownBits()
2596 if (Known.isUnknown()) in computeKnownBits()
2622 if (Known.isUnknown()) in computeKnownBits()
2641 if (Known.isUnknown()) in computeKnownBits()
2653 if (Known.isUnknown()) in computeKnownBits()
2752 if (Known.isUnknown()) in computeKnownBits()
2826 if (Known.isUnknown()) in computeKnownBits()
2837 if (Known.isUnknown()) in computeKnownBits()
3397 if (Known.isUnknown()) break; // Early-out in computeKnownBits()

12