Home
last modified time | relevance | path

Searched defs:UB (Results 1 – 25 of 33) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DObjCARCAliasAnalysis.cpp58 const Value *UB = GetUnderlyingObjCPtr(SB, DL); in alias() local
DDependenceAnalysis.cpp875 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); in checkSrcSubscript() local
900 const SCEV *UB = SE->getBackedgeTakenCount(AddRec->getLoop()); in checkDstSubscript() local
1058 const SCEV *UB = SE->getBackedgeTakenCount(L); in collectUpperBound() local
1069 if (const SCEV *UB = collectUpperBound(L, T)) in collectConstantUpperBound() local
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInsertWaitcnts.cpp175 int32_t UB = (int)(ScoreUBs[T] - getWaitCountMax(EXP_CNT)); in setScoreUB() local
679 int UB = getScoreUB(T); in print() local
741 const int32_t UB = getScoreUB(T); in updateByWait() local
/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp349 if (MachOUniversalBinary *UB = dyn_cast_or_null<MachOUniversalBinary>(Bin)) { in getOrCreateObject() local
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp341 if (MachOUniversalBinary *UB = dyn_cast_or_null<MachOUniversalBinary>(Bin)) { in getOrCreateObject() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveRangeCalc.cpp313 LiveRange::iterator UB = std::upper_bound(LR.begin(), LR.end(), in isDefOnEntry() local
/external/mesa3d/src/mesa/main/
Dmacros.h150 #define UNCLAMPED_FLOAT_TO_UBYTE(UB, FLT) \ argument
163 #define CLAMPED_FLOAT_TO_UBYTE(UB, FLT) \ argument
/external/clang/lib/Analysis/
DReachableCode.cpp303 const CFGBlock *UB = I->getPossiblyUnreachableBlock(); in scanFromBlock() local
/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
DCGOpenMPRuntime.cpp2452 bool Ordered, llvm::Value *UB, in emitForDispatchInit()
2486 unsigned IVSize, bool Ordered, Address IL, Address LB, Address UB, in emitForStaticInitCall()
2534 Address UB, Address ST, in emitForStaticInit()
2549 bool Ordered, Address IL, Address LB, Address UB, Address ST, in emitDistributeStaticInit()
2585 Address LB, Address UB, in emitForNext()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
Dllvm-size.cpp570 } else if (MachOUniversalBinary *UB = in printFileSectionSizes() local
/external/llvm/tools/llvm-size/
Dllvm-size.cpp557 } else if (MachOUniversalBinary *UB = in printFileSectionSizes() local
/external/clang/include/clang/AST/
DStmtOpenMP.h448 void setUpperBoundVariable(Expr *UB) { in setUpperBoundVariable()
535 Expr *UB; member
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp1140 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) { in dumpSymbolNamesFromFile() local
/external/libyuv/files/source/
Drow_common.cc990 #define UB -128 /* max(-128, round(-2.018 * 64)) */ macro
1071 #define UB -113 /* round(-1.77200 * 64) */ macro
1154 #define UB -128 /* max(-128, round(-2.112 * 64)) */ macro
/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc1074 #define UB -128 /* max(-128, round(-2.018 * 64)) */ macro
1155 #define UB -113 /* round(-1.77200 * 64) */ macro
1238 #define UB -128 /* max(-128, round(-2.112 * 64)) */ macro
/external/libaom/libaom/third_party/libyuv/source/
Drow_neon.cc143 #define UB -128 /* -min(128, round(2.018 * 64)) */ macro
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp1794 if (MachOUniversalBinary *UB = dyn_cast<MachOUniversalBinary>(&Bin)) { in dumpSymbolNamesFromFile() local

12