Searched refs:funcD (Results 1 – 7 of 7) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorSyclExprConstructor.h | 71 ExprConstructor(FuncDetector &funcD, const utility::tuple::Tuple<Params...> &t)\ 72 : rhsExpr(funcD.rhsExpr, t), expr(rhsExpr.expr, funcD.func) {}\ 92 ExprConstructor(FuncDetector &funcD, const utility::tuple::Tuple<Params...> &t)\ 93 …: lhsExpr(funcD.lhsExpr, t),rhsExpr(funcD.rhsExpr, t), expr(lhsExpr.expr, rhsExpr.expr, funcD.func… 115 ExprConstructor(FuncDetector &funcD,const utility::tuple::Tuple<Params...> &t)\ 116 … arg1Expr(funcD.arg1Expr, t), arg2Expr(funcD.arg2Expr, t), arg3Expr(funcD.arg3Expr, t), expr(arg1E… 137 ExprConstructor(FuncDetector &funcD, const utility::tuple::Tuple<Params...> &t)\ 138 …: ifExpr(funcD.ifExpr, t), thenExpr(funcD.thenExpr, t), elseExpr(funcD.elseExpr, t), expr(ifExpr.e… 157 ExprConstructor(FuncDetector &funcD, const utility::tuple::Tuple<Params...> &t)\ 158 : lhsExpr(funcD.lhsExpr, t), rhsExpr(funcD.rhsExpr, t), expr(lhsExpr.expr, rhsExpr.expr) {}\ [all …]
|
/external/llvm-project/clang/test/Sema/ |
D | no_callconv.cpp | 17 void __attribute__((stdcall)) funcD() {} // expected-error {{'stdcall' calling convention is not su… in funcD() function 38 void __attribute__((stdcall)) funcD() {} // expected-warning {{'stdcall' calling convention is not … in funcD() function
|
/external/skia/resources/sksl/errors/ |
D | ArrayOfVoid.sksl | 6 void funcD(void d[2]) {}
|
/external/llvm/test/CodeGen/X86/ |
D | avx-cvt.ll | 104 define float @funcD(i64* nocapture %e) nounwind uwtable readonly ssp { 105 ; CHECK-LABEL: funcD:
|
D | avx-splat.ll | 42 define <4 x double> @funcD(double %q) nounwind uwtable readnone ssp { 43 ; CHECK-LABEL: funcD:
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | avx-splat.ll | 48 define <4 x double> @funcD(double %q) nounwind uwtable readnone ssp { 49 ; X86-LABEL: funcD: 54 ; X64-LABEL: funcD:
|
D | avx-cvt.ll | 138 define float @funcD(i64* nocapture %e) nounwind uwtable readonly ssp { 139 ; CHECK-LABEL: funcD:
|