/third_party/typescript/tests/baselines/reference/ |
H A D | ramdaToolsNoInfinite2.js | 154 type PickIfEntry<O extends object, LN extends List, I extends Iteration> = Key<I> extends keyof O ? _Append<LN, O[Cast<Key<I>, keyof O>]> : LN; 156 type __ListOf<O extends object, K, LN extends List = [], I extends Iteration = IterationOf<'0'>> = { 157 0: __ListOf<O, Exclude<K, Key<I>>, PickIfEntry<O, LN, I>, Next<I>>; 158 1: LN; 318 type DropBack<L extends List, N extends Iteration, I extends Iteration = Prev<N>, LN extends List = []> = { 319 0: DropBack<L, N, Prev<I>, Prepend<LN, L[Pos<I>]>>; 320 1: LN; 552 type GapOf<L1 extends List, L2 extends List, LN extend [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SmallSet.h | 259 template <typename T, unsigned LN, unsigned RN, typename C> 260 bool operator==(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) { in operator ==() 271 template <typename T, unsigned LN, unsigned RN, typename C> 272 bool operator!=(const SmallSet<T, LN, C> &LHS, const SmallSet<T, RN, C> &RHS) { in operator !=()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGAddressAnalysis.cpp | 274 if (const auto *LN = dyn_cast<LifetimeSDNode>(N)) { in match() 275 if (LN->hasOffset()) in match() 276 return BaseIndexOffset(LN->getOperand(1), SDValue(), LN->getOffset(), in match() 278 return BaseIndexOffset(LN->getOperand(1), SDValue(), false); in match()
|
H A D | SelectionDAGDumper.cpp | 748 } else if (const LifetimeSDNode *LN = dyn_cast<LifetimeSDNode>(this)) { 749 if (LN->hasOffset()) 750 OS << "<" << LN->getOffset() << " to " << LN->getOffset() + LN->getSize() << ">";
|
H A D | DAGCombiner.cpp | 1435 for (SDNode *LN : UpdatedNodes) in Run() 1436 AddToWorklistWithUsers(LN); in Run() 20830 if (const auto *LN = cast<LifetimeSDNode>(N)) in isAlias() 20831 return {false /*isVolatile*/, /*isAtomic*/ false, LN->getOperand(1), in isAlias() 20832 (LN->hasOffset()) ? LN->getOffset() : 0, in isAlias() 20833 (LN->hasOffset()) ? Optional<int64_t>(LN->getSize()) in isAlias()
|
/third_party/selinux/libsepol/src/ |
H A D | Makefile | 40 LN=ln macro 45 LN=gln macro 94 $(LN) -sf --relative $(DESTDIR)$(SHLIBDIR)/$(LIBSO) $(DESTDIR)$(LIBDIR)/$(TARGET)
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | e_powl.c | 96 static const long double LN[] = variable 331 u = LN[0] + s2 * (LN[1] + s2 * (LN[2] + s2 * (LN[3] + s2 * LN[4]))); in powl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/ |
H A D | ItaniumDemangle.cpp | 460 auto *LN = static_cast<const LocalName *>(Name); in getFunctionDeclContextName() local 461 LN->Encoding->print(S); in getFunctionDeclContextName() 463 Name = LN->Entity; in getFunctionDeclContextName()
|
/third_party/ltp/testcases/kernel/mce-test/lib/ |
H A D | apei-inject.sh | 103 page-types -p `pidof simple_process` -LN -b ano > $RDIR/$this_case/page
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLowering.cpp | 2690 LoadSDNode *LN = cast<LoadSDNode>(Op.getNode()); in LowerLoad() local 2691 unsigned ClaimAlign = LN->getAlignment(); in LowerLoad() 2692 validateConstPtrAlignment(LN->getBasePtr(), SDLoc(Op), ClaimAlign); in LowerLoad() 2716 LoadSDNode *LN = cast<LoadSDNode>(Op.getNode()); in LowerUnalignedLoad() local 2719 unsigned HaveAlign = LN->getAlignment(); in LowerUnalignedLoad() 2731 if (!LN->isUnindexed()) in LowerUnalignedLoad() 2735 if (allowsMemoryAccessForAlignment(Ctx, DL, LN->getMemoryVT(), in LowerUnalignedLoad() 2736 *LN->getMemOperand())) in LowerUnalignedLoad() 2745 allowsMemoryAccessForAlignment(Ctx, DL, PartTy, *LN->getMemOperand()); in LowerUnalignedLoad() 2748 std::pair<SDValue, SDValue> P = expandUnalignedLoad(LN, DA in LowerUnalignedLoad() [all...] |
H A D | HexagonConstPropagation.cpp | 2526 unsigned LN = LSL.size(), HN = LSH.size(); in evaluateHexRSEQ32() local 2527 SmallVector<APInt,4> LoVs(LN), HiVs(HN); in evaluateHexRSEQ32() 2528 for (unsigned i = 0; i < LN; ++i) { in evaluateHexRSEQ32()
|
/third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
H A D | host_run.sh | 308 ./page-types -p $QEMU_PID -LN -b anon | grep $HOST_VIRT > $host_tmp
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLDebugSections.cpp | 603 for (const auto &LN : L.LineNumbers) { in fromCodeViewSubsection() 605 LineInfo LI(LN.Flags); in fromCodeViewSubsection() 606 SLE.Offset = LN.Offset; in fromCodeViewSubsection()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.cpp | 2879 LoadSDNode *LN = cast<LoadSDNode>(N); in performLoadCombine() 2880 if (LN->isVolatile() || !ISD::isNormalLoad(LN) || hasVolatileUser(LN)) in performLoadCombine() 2885 EVT VT = LN->getMemoryVT(); in performLoadCombine() 2888 unsigned Align = LN->getAlignment(); in performLoadCombine() 2891 unsigned AS = LN->getAddressSpace(); in performLoadCombine() 2897 VT, AS, Align, LN->getMemOperand()->getFlags(), &IsFast)) { in performLoadCombine() 2901 std::tie(Ops[0], Ops[1]) = scalarizeVectorLoad(LN, DAG); in performLoadCombine() 2903 std::tie(Ops[0], Ops[1]) = expandUnalignedLoad(LN, DA in performLoadCombine() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 10034 LoadSDNode *LN = cast<LoadSDNode>(Op.getNode()); in LowerVectorLoad() local 10035 SDValue LoadChain = LN->getChain(); in LowerVectorLoad() 10036 SDValue BasePtr = LN->getBasePtr(); in LowerVectorLoad() 10040 EVT MemVT = LN->getMemoryVT(); in LowerVectorLoad() 10041 unsigned Alignment = LN->getAlignment(); in LowerVectorLoad() 10055 Load = DAG.getExtLoad(LN->getExtensionType(), dl, ScalarVT, LoadChain, in LowerVectorLoad() 10057 LN->getPointerInfo().getWithOffset(Idx * Stride), in LowerVectorLoad() 10059 LN->getMemOperand()->getFlags(), LN->getAAInfo()); in LowerVectorLoad() 10062 LN in LowerVectorLoad() [all...] |
/third_party/libwebsockets/test-apps/android/app/src/main/jni/ |
H A D | NativeLibs.mk | 542 LN := ln macro 665 $(CD) .. && $(LN) -s libs jniLibs
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelDAGToDAG.cpp | 2666 else if (LoadSDNode *LN = dyn_cast<LoadSDNode>(N)) { in SelectCVTFixedPosOperand() 2668 if (LN->getOperand(1).getOpcode() != AArch64ISD::ADDlow || in SelectCVTFixedPosOperand() 2669 !isa<ConstantPoolSDNode>(LN->getOperand(1)->getOperand(1))) in SelectCVTFixedPosOperand() 2673 dyn_cast<ConstantPoolSDNode>(LN->getOperand(1)->getOperand(1)); in SelectCVTFixedPosOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | [all...] |
/third_party/python/ |
H A D | configure | 907 LN 8062 if test -z "$LN" ; then 8064 CYGWIN*) LN="ln -s";; 8065 *) LN=ln;;
|