Home
last modified time | relevance | path

Searched defs:UB (Results 1 – 25 of 32) sorted by relevance

12

/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.runtime.pass.cpp53 using UB = std::unique_ptr<B[]>; in test_sfinae() typedef
58 using UB = std::unique_ptr<B[], GenericConvertingDeleter<1> >; in test_sfinae() typedef
Dpointer.pass.cpp136 using UB = std::unique_ptr<B[]>; in test_sfinae_runtime() typedef
Dmove_convert.single.pass.cpp99 using UB = std::unique_ptr<B>; in test_sfinae() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
Dmove_convert.runtime.pass.cpp53 using UB = std::unique_ptr<B[]>; in test_sfinae() typedef
58 using UB = std::unique_ptr<B[], GenericConvertingDeleter<1> >; in test_sfinae() typedef
Dpointer.pass.cpp160 using UB = std::unique_ptr<B[]>; in test_sfinae_runtime() typedef
Dmove_convert.single.pass.cpp102 using UB = std::unique_ptr<B>; in test_sfinae() typedef
/external/skia/include/private/
DSkSLDefines.h56 UL = 12, UT = 13, UR = 14, UB = 15, enumerator
/external/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp58 const Value *UB = GetUnderlyingObjCPtr(SB, DL); in alias() local
DDependenceAnalysis.cpp860 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); in checkSrcSubscript() local
885 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); in checkDstSubscript() local
992 const SCEV *UB = SE->getBackedgeTakenCount(L); in collectUpperBound() local
1003 if (const SCEV *UB = collectUpperBound(L, T)) in collectConstantUpperBound() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp58 const Value *UB = GetUnderlyingObjCPtr(SB, DL); in alias() local
DDependenceAnalysis.cpp894 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); in checkSubscript() local
1069 const SCEV *UB = SE->getBackedgeTakenCount(L); in collectUpperBound() local
1080 if (const SCEV *UB = collectUpperBound(L, T)) in collectConstantUpperBound() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp327 uint32_t UB = ScoreUBs[T] - getWaitCountMax(EXP_CNT); in setScoreUB() local
670 uint32_t UB = getScoreUB(T); in print() local
731 const uint32_t UB = getScoreUB(T); in simplifyWaitcnt() local
744 const uint32_t UB = getScoreUB(T); in determineWait() local
775 const uint32_t UB = getScoreUB(T); in applyWaitcnt() local
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.single.pass.cpp78 using UB = std::unique_ptr<B>; in test_sfinae() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
Dmove_convert.single.pass.cpp81 using UB = std::unique_ptr<B>; in test_sfinae() typedef
/external/clang/test/CodeGen/
Dxcore-stringtype.c164 union UB{int:4; int:2; int N4:4; int N2:2; unsigned int:4; signed int:4; union
/external/libyuv/files/source/
Drow_common.cc1437 #define YUVCONSTANTSBODY(YG, YB, UB, UG, VG, VR) \ argument
1442 #define YUVCONSTANTSBODY(YG, YB, UB, UG, VG, VR) \ argument
1455 #define MAKEYUVCONSTANTS(name, YG, YB, UB, UG, VG, VR) \ argument
1471 #define UB 129 /* round(2.018 * 64) */ macro
1473 #define UB 128 /* max(128, round(2.018 * 64)) */ macro
1483 MAKEYUVCONSTANTS(I601, YG, YB, UB, UG, VG, VR) in MAKEYUVCONSTANTS() argument
1499 #define UB 113 /* round(1.77200 * 64) */ in MAKEYUVCONSTANTS() macro
1525 #define UB 135 /* round(2.112 * 64) */ in MAKEYUVCONSTANTS() macro
1553 #define UB 119 /* round(1.8556 * 64) */ in MAKEYUVCONSTANTS() macro
1579 #define UB 137 /* round(2.142 * 64) */ in MAKEYUVCONSTANTS() macro
[all …]
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp341 if (MachOUniversalBinary *UB = dyn_cast_or_null<MachOUniversalBinary>(Bin)) { in getOrCreateObject() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRangeCalc.cpp313 LiveRange::iterator UB = std::upper_bound(LR.begin(), LR.end(), in isDefOnEntry() local
/external/pdfium/third_party/libopenjpeg/
Dmct.c227 const __m128 UB = _mm_set1_ps(0.5f); in opj_mct_encode_real() local
/external/mesa3d/src/mesa/main/
Dmacros.h152 #define UNCLAMPED_FLOAT_TO_UBYTE(UB, FLT) \ argument
165 #define CLAMPED_FLOAT_TO_UBYTE(UB, FLT) \ argument
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1673 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) { in EmitOMPOuterLoop()
1765 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) { in EmitOMPForOuterLoop()
1847 Address LB, Address UB, Address ST, Address IL, llvm::Value *Chunk) { in EmitOMPDistributeOuterLoop()
1988 LValue UB = in EmitOMPWorksharingLoop() local
2166 LValue UB = in EmitSections() local
2662 LValue UB = in EmitOMPDistributeLoop() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp479 if (MachOUniversalBinary *UB = dyn_cast_or_null<MachOUniversalBinary>(Bin)) { in getOrCreateObject() local
/external/clang/lib/Analysis/
DReachableCode.cpp303 const CFGBlock *UB = I->getPossiblyUnreachableBlock(); in scanFromBlock() local
/external/llvm/tools/llvm-size/
Dllvm-size.cpp557 } else if (MachOUniversalBinary *UB = in printFileSectionSizes() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp121 Optional<uint64_t> UB; in dumpArrayType() local

12