Home
last modified time | relevance | path

Searched refs:Arg0Type (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dcodegen_internal.h361 ArrayIterator<Arg0Type> arr0_it(arr0);
543 using Arg0Value = typename GetViewType<Arg0Type>::T;
546 ArrayIterator<Arg0Type> arg0_it(arg0);
602 VisitArrayValuesInline<Arg0Type>(
623 VisitArrayValuesInline<Arg0Type>(
644 VisitArrayValuesInline<Arg0Type>(
667 VisitArrayValuesInline<Arg0Type>(
732 ArrayIterator<Arg0Type> arg0_it(arg0);
741 ArrayIterator<Arg0Type> arg0_it(arg0);
801 VisitTwoArrayValuesInline<Arg0Type, Arg1Type>(
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/compute/kernels/
H A Dcodegen_internal.h276 using ARG0 = typename Arg0Type::c_type;
293 using ARG0 = typename Arg0Type::c_type;
367 using ARG0 = typename GetViewType<Arg0Type>::T;
370 ArrayIterator<Arg0Type> arg0(*batch[0].array());
402 using ARG0 = typename GetViewType<Arg0Type>::T;
436 Status s = VisitArrayDataInline<Arg0Type>(
500 using ARG0 = typename GetViewType<Arg0Type>::T;
529 using ARG0 = typename GetViewType<Arg0Type>::T;
534 ArrayIterator<Arg0Type> arg0(*batch[0].array());
543 ArrayIterator<Arg0Type> arg0(*batch[0].array());
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/kernels/
H A Dcodegen_internal.h400 ArrayIterator<Arg0Type> arr0_it(arr0);
576 using Arg0Value = typename GetViewType<Arg0Type>::T;
580 ArrayIterator<Arg0Type> arg0_it(arg0);
616 using Arg0Value = typename GetViewType<Arg0Type>::T;
640 VisitArrayValuesInline<Arg0Type>(
663 RETURN_NOT_OK(VisitArrayValuesInline<Arg0Type>(
683 VisitArrayValuesInline<Arg0Type>(
764 ArrayIterator<Arg0Type> arg0_it(arg0);
776 ArrayIterator<Arg0Type> arg0_it(arg0);
845 VisitTwoArrayValuesInline<Arg0Type, Arg1Type>(
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tools/clang-tidy-plugin/
H A DUseLocalizedSortingCheck.cpp123 const QualType *Arg0Type = Result.Nodes.getNodeAs<QualType>( "arg0Type" ); in CheckOpCall() local
125 if( !Call || !Arg0Type || !Arg0Expr ) { in CheckOpCall()
129 if( !IsStringish( *Arg0Type ) ) { in CheckOpCall()
140 "translations.h." ) << *Arg0Type; in CheckOpCall()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tools/clang-tidy-plugin/
H A DUseLocalizedSortingCheck.cpp123 const QualType *Arg0Type = Result.Nodes.getNodeAs<QualType>( "arg0Type" ); in CheckOpCall() local
125 if( !Call || !Arg0Type || !Arg0Expr ) { in CheckOpCall()
129 if( !IsStringish( *Arg0Type ) ) { in CheckOpCall()
140 "translations.h." ) << *Arg0Type; in CheckOpCall()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/qredisclient/3rdparty/asyncfuture/
H A Dasyncfuture.h19 static_assert( Private::decay_is_same<T, Private::Arg0Type<Completed>>::value || \
21 …std::is_same<void, Private::Arg0Type<Completed>>::value, Tag ASYNCFUTURE_ERROR_ARGUMENT_MISMATCHED…
221 using Arg0Type = typename arg0_traits<Functor>::type;
240 value = future_traits<typename std::decay<Arg0Type<Functor>>::type>::is_future
282 (std::is_convertible<Arg0Type<Functor>, T>::value)
/dports/devel/llvm70/llvm-7.0.1.src/lib/IR/
H A DAutoUpgrade.cpp42 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
43 if (Arg0Type != VectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/devel/llvm10/llvm-10.0.1.src/lib/IR/
H A DAutoUpgrade.cpp44 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
45 if (Arg0Type != VectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAutoUpgrade.cpp44 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
45 if (Arg0Type != VectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp44 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
45 if (Arg0Type != VectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/devel/llvm90/llvm-9.0.1.src/lib/IR/
H A DAutoUpgrade.cpp41 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
42 if (Arg0Type != VectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/devel/llvm80/llvm-8.0.1.src/lib/IR/
H A DAutoUpgrade.cpp42 Type *Arg0Type = F->getFunctionType()->getParamType(0);
43 if (Arg0Type != VectorType::get(Type::getFloatTy(F->getContext()), 4))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DAutoUpgrade.cpp46 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
47 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/IR/
H A DAutoUpgrade.cpp45 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
46 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DAutoUpgrade.cpp46 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
47 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DAutoUpgrade.cpp46 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
47 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DAutoUpgrade.cpp46 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
47 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DAutoUpgrade.cpp45 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
46 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DAutoUpgrade.cpp46 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
47 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/IR/
H A DAutoUpgrade.cpp46 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
47 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DAutoUpgrade.cpp46 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
47 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DAutoUpgrade.cpp46 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
47 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DAutoUpgrade.cpp46 Type *Arg0Type = F->getFunctionType()->getParamType(0); in UpgradePTESTIntrinsic() local
47 if (Arg0Type != FixedVectorType::get(Type::getFloatTy(F->getContext()), 4)) in UpgradePTESTIntrinsic()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp1742 QualType Arg0Type = Arg0->getType()->getPointeeType(); in EmitBuiltinExpr() local
1745 Value *Res = dumpRecord(*this, Arg0Type, RecordPtr, Arg0Align, Func, 0); in EmitBuiltinExpr()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp1523 QualType Arg0Type = Arg0->getType()->getPointeeType(); in EmitBuiltinExpr() local
1526 Value *Res = dumpRecord(*this, Arg0Type, RecordPtr, Arg0Align, Func, 0); in EmitBuiltinExpr()

12