/third_party/typescript/tests/cases/conformance/types/unknown/ |
D | unknownType2.ts | 3 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/ |
D | unknownType2.js | 2 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 …]
|
D | unknownType2.errors.txt | 6 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 …]
|
D | unknownType2.symbols | 2 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 …]
|
D | unknownType2.types | 2 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/ |
D | SCCP.cpp | 110 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 …]
|
D | RewriteStatepointsForGC.cpp | 678 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/ |
D | BranchProbability.h | 47 bool isUnknown() const { return N == UnknownN; } in isUnknown() function 213 if (!BP.isUnknown()) in normalizeProbabilities() 229 [](const BranchProbability &BP) { return BP.isUnknown(); }, in normalizeProbabilities()
|
D | KnownBits.h | 62 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/ |
D | BranchProbability.cpp | 25 if (isUnknown()) in print()
|
/third_party/flutter/skia/src/gpu/ |
D | GrProcessorAnalysis.h | 42 bool isUnknown() const { return SkToBool(fFlags == 0); } in isUnknown() function
|
/third_party/skia/src/gpu/ |
D | GrProcessorAnalysis.h | 42 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/ |
D | MemDepPrinter.cpp | 69 assert(dep.isUnknown() && "unexpected dependence type"); in getInstTypePair()
|
D | MemoryDependenceAnalysis.cpp | 351 assert(InvariantGroupDependency.isUnknown() && in getPointerDependencyFrom()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | FunctionLoweringInfo.h | 242 if (NumSignBits == 1 && Known.isUnknown()) in AddLiveOutRegInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAnnotateUniformValues.cpp | 112 if (Q.isClobber() || Q.isUnknown()) in isClobberedInFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CondBrFolding.cpp | 353 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/ |
D | MachineBasicBlock.cpp | 750 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/ |
D | MemoryDependenceAnalysis.h | 171 bool isUnknown() const { in isUnknown() function
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
D | JSON.java | 132 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/ |
D | GISelKnownBits.cpp | 261 if (Known.isUnknown()) in computeKnownBitsImpl()
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrFillRectOp.cpp | 129 if (quadColors.isUnknown()) { in finalize()
|
/third_party/skia/src/gpu/ops/ |
D | FillRectOp.cpp | 133 if (quadColors.isUnknown()) { in finalize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCReduceCRLogicals.cpp | 208 if (!ProbOrigTarget.isUnknown()) { in splitMBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 2558 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()
|