Searched refs:Rank (Results 1 - 7 of 7) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | declarationEmitExportAliasVisibiilityMarking.js | 5 type Rank = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 'Jack' | 'Queen' | 'King'; 6 export { Suit, Rank }; 9 import { Suit, Rank } from './Types'; 10 export default (suit: Suit, rank: Rank) => ({suit, rank}); 14 export { Suit, Rank } from './Types'; 34 type Rank = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 'Jack' | 'Queen' | 'King';
35 export { Suit, Rank };
37 import { Suit, Rank } from './Types';
38 declare const _default: (suit: Suit, rank: Rank) => {
40 rank: Rank;
[all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | Reassociate.h | 47 unsigned Rank; member 50 ValueEntry(unsigned R, Value *O) : Rank(R), Op(O) {} in ValueEntry() 54 return LHS.Rank > RHS.Rank; // Sort so that highest rank goes to start. in operator <()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | CFGMST.h | 69 if (BB1G->Rank < BB2G->Rank) in unionGroups() 74 if (BB1G->Rank == BB2G->Rank) in unionGroups() 75 BB1G->Rank++; in unionGroups()
|
H A D | PGOInstrumentation.cpp | 503 uint32_t Rank = 0; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | Reassociate.cpp | 83 dbgs() << ", #" << Ops[i].Rank << "] "; in PrintOps() 168 unsigned Rank = 2; in BuildRankMap() local 172 ValueRankMap[&Arg] = ++Rank; in BuildRankMap() 173 LLVM_DEBUG(dbgs() << "Calculated Rank[" << Arg.getName() << "] = " << Rank in BuildRankMap() 179 unsigned BBRank = RankMap[BB] = ++Rank << 16; in BuildRankMap() 197 if (unsigned Rank = ValueRankMap[I]) in getRank() 198 return Rank; // Rank already known? in getRank() 204 unsigned Rank in getRank() local [all...] |
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 535 class Rank class 538 Rank (void) : m_value(0), m_bitsLeft(64) {} in Rank() function in tcu::lnx::x11::glx::Rank 548 void Rank::add (size_t bits, deUint32 value) in add() 555 void Rank::sub (size_t bits, deUint32 value) in sub() 569 Rank rank; in configRank()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | WinException.cpp | 1059 int Rank = 0; in getTryRank() local 1061 ++Rank; in getTryRank() 1064 return Rank; in getTryRank()
|
Completed in 9 milliseconds