Home
last modified time | relevance | path

Searched defs:uop (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/
H A Dtransform_inclusive_scan_bop_uop.pass.cpp41 test(Iter1 first,Iter1 last,BOp bop,UOp uop,const T * rFirst,const T * rLast) test() argument
H A Dtransform_inclusive_scan_bop_uop_init.pass.cpp42 test(Iter1 first,Iter1 last,BOp bop,UOp uop,T init,const T * rFirst,const T * rLast) test() argument
/llvm-project/libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/
H A Dtransform_exclusive_scan_init_bop_uop.pass.cpp41 test(Iter1 first,Iter1 last,BOp bop,UOp uop,T init,const T * rFirst,const T * rLast) test() argument
/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp129 e = rebuild(uop->getSubExpr()); in rebuild() local
1563 if (UnaryOperator *uop = dyn_cast<UnaryOperator>(syntax)) { recreateSyntacticForm() local
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp1189 } else if (const UnaryOperator *uop = dyn_cast<UnaryOperator>(E)) { isBlockVarRef() local
H A DCGCall.cpp4220 if (const UnaryOperator *uop = dyn_cast<UnaryOperator>(E->IgnoreParens())) maybeGetUnaryAddrOfOperand() local