HomeSort by relevance Sort by last modified time
    Searched refs:Args (Results 226 - 250 of 1666) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 37 TargetLowering::ArgListTy Args;
41 Args.push_back(Entry);
43 Args.push_back(Entry);
47 DAG.getExternalSymbol(bzeroEntry, IntPtr), std::move(Args))
  /external/llvm/tools/bugpoint/
ToolRunner.cpp 60 const char **Args,
68 return sys::ExecuteAndWait(ProgramPath, Args, nullptr, Redirects,
79 const char **Args,
88 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, nullptr,
95 for (const char **Arg = Args; *Arg; ++Arg)
115 static std::string ProcessFailure(StringRef ProgPath, const char** Args,
120 for (const char **Arg = Args; *Arg; ++Arg)
133 RunProgramWithTimeout(ProgPath, Args, "", ErrorFilename.str(),
156 std::vector<std::string> ToolArgs; // Args to pass to LLI
158 LLI(const std::string &Path, const std::vector<std::string> *Args)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.cpp 37 TargetLowering::ArgListTy Args;
41 Args.push_back(Entry);
43 Args.push_back(Entry);
49 std::move(Args))
  /external/tensorflow/tensorflow/contrib/verbs/
rdma_rendezvous_mgr.cc 37 const Rendezvous::Args& args,
48 const Rendezvous::ParsedKey& parsed, const Rendezvous::Args& recv_args,
61 done(s, Args(), recv_args, Tensor{}, false);
73 done(s, Args(), recv_args, Tensor(), true);
  /external/clang/unittests/AST/
EvaluateAsRValueTest.cpp 90 std::vector<std::string> Args(1, Mode);
91 Args.push_back("-fno-delayed-template-parsing");
109 Args));
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorDeviceThreadPool.h 78 template <typename Function, typename... Args> struct FunctionWrapperWithNotification
80 static void run(Notification* n, Function f, Args... args) {
81 f(args...);
88 template <typename Function, typename... Args> struct FunctionWrapperWithBarrier
90 static void run(Barrier* b, Function f, Args... args) {
91 f(args...);
151 template <class Function, class... Args>
152 EIGEN_STRONG_INLINE Notification* enqueue(Function&& f, Args&&... args) const
    [all...]
  /external/google-benchmark/src/
string_util.h 31 template <class... Args>
32 inline std::string StrCat(Args&&... args) {
34 StrCatImp(ss, std::forward<Args>(args)...);
  /external/google-fruit/include/fruit/impl/meta/
errors.h 37 // ConstructError(ErrorTag, Args...) returns Error<ErrorTag, Args...>.
40 template <typename ErrorTag, typename... Args>
43 static_assert(true || sizeof(typename CheckIfError<Error<ErrorTag, UnwrapType<Args>...>>::type), "");
45 using type = Error<ErrorTag, typename TypeUnwrapper<Args>::type...>;
  /external/google-fruit/include/fruit/impl/
normalized_component.defn.h 28 template <typename... FormalArgs, typename... Args>
30 Args&&... args)
32 fruit::createComponent().install(getComponent, std::forward<Args>(args)...))
  /external/libchrome/base/task/sequence_manager/
sequence_manager.h 107 // Creates a task queue with the given type, |spec| and args.
110 template <typename TaskQueueType, typename... Args>
112 Args&&... args) {
114 std::forward<Args>(args)...));
  /external/libcxx/test/std/language.support/cmp/cmp.common/
common_comparison_category.pass.cpp 26 template <class Expect, class ...Args>
28 using Cat = std::common_comparison_category<Args...>;
30 static_assert(std::is_same<CatT, std::common_comparison_category_t<Args...>>::value, "");
  /external/libcxx/test/support/
format_string.hpp 28 va_list args; local
29 va_start(args, msg);
30 GuardVAList args_guard(args);
33 va_copy(args_cp, args);
52 ret = ::vsnprintf(buff_ptr.get(), size, msg, args);
65 template <class... Args>
66 std::string format_string(const char* fmt, Args const&... args) {
68 fmt, format_string_detail::unwrap(const_cast<Args&>(args))...)
    [all...]
type_id.h 67 template <class ...Args>
72 template <class ...Args>
74 return makeTypeIDImp<ArgumentListID<Args...>>();
  /external/libcxx/utils/google-benchmark/src/
string_util.h 31 template <class... Args>
32 inline std::string StrCat(Args&&... args) {
34 StrCatImp(ss, std::forward<Args>(args)...);
  /external/llvm/include/llvm/Option/
Arg.h 107 void render(const ArgList &Args, ArgStringList &Output) const;
114 void renderAsInput(const ArgList &Args, ArgStringList &Output) const;
121 std::string getAsString(const ArgList &Args) const;
  /external/pcre/pcrecpp/include/
pcrecpp.h 556 template<typename ... ARGS>
557 bool FullMatch(const StringPiece & text, ARGS && ...a) const {
559 Arg args[Args<ARGS...>::count()]; local
561 Args<ARGS...>::arrayify(args, a...);
563 return DoMatchImpl(text, ANCHOR_BOTH, NULL, args, Args<ARGS...>::count())
569 Arg args[Args<ARGS...>::count()]; local
579 Arg args[Args<ARGS...>::count()]; local
595 Arg args[Args<ARGS...>::count()]; local
    [all...]
  /external/skia/src/gpu/
GrDeferredProxyUploader.h 99 template <typename... Args>
100 GrTDeferredProxyUploader(Args&&... args)
101 : fData(skstd::make_unique<T>(std::forward<Args>(args)...)) {
  /external/skia/src/gpu/ccpr/
GrCCSTLList.h 22 template <typename ...Args>
23 GrCCSTLList(Args&&... args) : fHead(std::forward<Args>(args)...) {}
  /external/skia/tools/gpu/gl/
GLTestContext.h 58 template<typename Ret, typename... Args>
59 void getGLProcAddress(Ret(GR_GL_FUNCTION_TYPE** out)(Args...),
61 using Proc = Ret(GR_GL_FUNCTION_TYPE*)(Args...);
  /external/skqp/src/gpu/
GrDeferredProxyUploader.h 99 template <typename... Args>
100 GrTDeferredProxyUploader(Args&&... args)
101 : fData(skstd::make_unique<T>(std::forward<Args>(args)...)) {
  /external/skqp/src/gpu/ccpr/
GrCCSTLList.h 22 template <typename ...Args>
23 GrCCSTLList(Args&&... args) : fHead(std::forward<Args>(args)...) {}
  /external/skqp/tools/gpu/gl/
GLTestContext.h 59 template<typename Ret, typename... Args>
60 void getGLProcAddress(Ret(GR_GL_FUNCTION_TYPE** out)(Args...),
62 using Proc = Ret(GR_GL_FUNCTION_TYPE*)(Args...);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
ThreadPool.h 54 template <typename Function, typename... Args>
55 inline std::shared_future<void> async(Function &&F, Args &&... ArgList) {
57 std::bind(std::forward<Function>(F), std::forward<Args>(ArgList)...);
  /external/tensorflow/tensorflow/compiler/xla/
metric_table_report.h 108 template <typename... Args>
109 void AppendLine(Args... args) {
110 absl::StrAppend(&report_, std::forward<Args>(args)..., "\n");
  /external/tensorflow/tensorflow/core/util/
ptr_util.h 53 // However, prefer 'MakeUnique<T>(args...) over 'WrapUnique(new T(args...))'.
65 template <typename T, typename... Args>
66 typename helper::MakeUniqueResult<T>::scalar MakeUnique(Args&&... args) {
67 return std::unique_ptr<T>(new T(std::forward<Args>(args)...));

Completed in 724 milliseconds

1 2 3 4 5 6 7 8 91011>>