Home
last modified time | relevance | path

Searched defs:TB (Results 1 – 17 of 17) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/3.5/
Domit_helper_type.ts31 type TB = Omit<TA, "c">; alias
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/2.8/
Dfilter_union_types.ts27 type TB<T, U> = T extends U ? T : never; alias
DImproved_keyof_with_intersection_types_2.ts33 type TB<T> = keyof (T & myType2); alias
/third_party/typescript/tests/cases/compiler/
DnearbyIdenticalGenericLambdasAssignable.ts11 type TB = typeof fB; alias
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/namespaces/namespace_declarations/
Dnamespace_declarations_1.ts37 export interface TB { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp457 MachineBasicBlock *TB = nullptr, *FB = nullptr; in findInductionRegister() local
618 MachineBasicBlock *TB = nullptr, *FB = nullptr; in getLoopTripCount() local
1224 MachineBasicBlock *TB = nullptr, *FB = nullptr; in convertToHardwareLoop() local
1658 MachineBasicBlock *TB = nullptr, *FB = nullptr; in fixupInductionVariable() local
1878 MachineBasicBlock *TB = nullptr, *FB = nullptr; in createPreheaderForLoop() local
DHexagonEarlyIfConv.cpp246 MachineBasicBlock *TB = nullptr, *FB = nullptr; in matchFlowPattern() local
741 MachineBasicBlock *TB = MI->getOperand(0).getMBB(); in predicateInstr() local
DHexagonSplitDouble.cpp485 MachineBasicBlock *TB = nullptr, *FB = nullptr; in collectIndRegsForLoop() local
DBitTracker.cpp976 for (const MachineBasicBlock *TB : Targets) in visitBranchesFrom() local
DHexagonGenInsert.cpp790 const MachineBasicBlock *FB = FromI->getParent(), *TB = ToI->getParent(); in distance() local
DHexagonConstPropagation.cpp785 for (const MachineBasicBlock *TB : Targets) { in visitBranchesFrom() local
/third_party/ffmpeg/libavcodec/
Dprosumer.c205 #define TB(i) (1 + ((i) > 10) + ((i) > 49)) macro
/third_party/f2fs-tools/lib/
Dnls_utf8.c342 #define TB (0x11A7) macro
/third_party/mbedtls/library/
Dbignum.c1461 mbedtls_mpi TA, TB; in mbedtls_mpi_mul_mpi() local
2248 mbedtls_mpi TA, TB; in mbedtls_mpi_gcd() local
2491 mbedtls_mpi G, TA, TU, U1, U2, TB, TV, V1, V2; in mbedtls_mpi_inv_mod() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DTypeBasedAliasAnalysis.cpp499 TBAANode TB(B); in getLeastCommonType() local
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerLoop.cpp350 if (auto TB = MaxCoverage.CounterBitmapBits) in PrintStats() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86BaseInfo.h743 TB = 1 << OpMapShift, enumerator