Searched refs:uOp (Results 1 – 4 of 4) sorted by relevance
/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/ |
D | transform_reduce_iter_iter_init_bop_uop.pass.cpp | 45 test(Iter1 first1, Iter1 last1, T init, BOp bOp, UOp uOp, T x) in test() argument 48 decltype(std::transform_reduce(first1, last1, init, bOp, uOp))> ); in test() 49 assert(std::transform_reduce(first1, last1, init, bOp, uOp) == x); in test()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/ |
D | dependency-breaking-pcmpgt.s | 8 # uOp is executed, and there is no RAW dependency for any of the packed
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 6180cf3b976517a9957010cbbec7b2e3.0000e9bf.honggfuzz.cov | 38 …���B}"0Z���节����;����s�����%a� !F�7Fhz!���ZLm��J�- u���z"��(�ŁuOp�J_A������4�'�N…
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 10385 if (UnaryOperator* uOp = dyn_cast<UnaryOperator>(op)) { in CheckAddressOfOperand() local 10386 if (uOp->getOpcode() == UO_Deref) in CheckAddressOfOperand() 10389 return uOp->getSubExpr()->getType(); in CheckAddressOfOperand()
|