HomeSort by relevance Sort by last modified time
    Searched refs:Arg (Results 126 - 150 of 2364) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
LazyValueInfo.h 47 LazyValueInfo(LazyValueInfo &&Arg)
48 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) {
49 Arg.PImpl = nullptr;
51 LazyValueInfo &operator=(LazyValueInfo &&Arg) {
53 AC = Arg.AC;
54 DL = Arg.DL
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
LazyValueInfo.h 47 LazyValueInfo(LazyValueInfo &&Arg)
48 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) {
49 Arg.PImpl = nullptr;
51 LazyValueInfo &operator=(LazyValueInfo &&Arg) {
53 AC = Arg.AC;
54 DL = Arg.DL
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
LazyValueInfo.h 47 LazyValueInfo(LazyValueInfo &&Arg)
48 : AC(Arg.AC), DL(Arg.DL), TLI(Arg.TLI), DT(Arg.DT), PImpl(Arg.PImpl) {
49 Arg.PImpl = nullptr;
51 LazyValueInfo &operator=(LazyValueInfo &&Arg) {
53 AC = Arg.AC;
54 DL = Arg.DL
    [all...]
  /frameworks/minikin/tests/perftests/
FontCollection.cpp 103 BENCHMARK(BM_FontCollection_itemize)->Arg(0)->Arg(1)->Arg(2)->Arg(3)->Arg(4)->Arg(5)->Arg(6);
  /external/apache-xml/src/main/java/org/apache/xpath/
Arg.java 19 * $Id: Arg.java 468655 2006-10-28 07:12:06Z minchau $
32 public class Arg
179 public Arg()
197 public Arg(QName qname, String expression, boolean isFromWithParam)
214 public Arg(QName qname, XObject val)
249 public Arg(QName qname, XObject val, boolean isFromWithParam)
  /external/llvm/include/llvm/Analysis/
ProfileSummaryInfo.h 52 ProfileSummaryInfo(ProfileSummaryInfo &&Arg)
53 : M(Arg.M), Summary(std::move(Arg.Summary)) {}
85 ProfileSummaryAnalysis(const ProfileSummaryAnalysis &Arg) {}
86 ProfileSummaryAnalysis(ProfileSummaryAnalysis &&Arg) {}
CGSCCPassManager.h 75 const ModuleToPostOrderCGSCCPassAdaptor &Arg)
76 : Pass(Arg.Pass), DebugLogging(Arg.DebugLogging) {}
77 ModuleToPostOrderCGSCCPassAdaptor(ModuleToPostOrderCGSCCPassAdaptor &&Arg)
78 : Pass(std::move(Arg.Pass)), DebugLogging(Arg.DebugLogging) {}
172 CGSCCToFunctionPassAdaptor(const CGSCCToFunctionPassAdaptor &Arg)
173 : Pass(Arg.Pass), DebugLogging(Arg.DebugLogging) {}
174 CGSCCToFunctionPassAdaptor(CGSCCToFunctionPassAdaptor &&Arg)
    [all...]
ScalarEvolutionAliasAnalysis.h 32 SCEVAAResult(SCEVAAResult &&Arg) : AAResultBase(std::move(Arg)), SE(Arg.SE) {}
  /external/tensorflow/tensorflow/core/kernels/
cast_op_test.cc 101 BENCHMARK(BM_cpu_float_int64)->Arg(64 << 10)->Arg(32 << 20);
115 BENCHMARK(BM_gpu_float_int64)->Arg(64 << 10)->Arg(32 << 20);
124 BENCHMARK(BM_cpu_bool_float)->Arg(64 << 10)->Arg(32 << 20);
138 BENCHMARK(BM_gpu_bool_float)->Arg(64 << 10)->Arg(32 << 20);
147 BENCHMARK(BM_cpu_float_bfloat16)->Arg(64 << 10)->Arg(32 << 20)
    [all...]
scatter_nd_op_test.cc 307 ->Arg(1)
308 ->Arg(10)
309 ->Arg(64)
310 ->Arg(256)
311 ->Arg(1024);
313 ->Arg(1)
314 ->Arg(10)
315 ->Arg(64)
316 ->Arg(256)
317 ->Arg(1024)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 17 #include "llvm/Option/Arg.h"
33 SmallVectorImpl<Arg*>::const_iterator Current;
51 typedef Arg * const * value_type;
52 typedef Arg * const & reference;
53 typedef Arg * const * pointer;
57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args,
64 operator const Arg*() { return *Current; }
90 /// The ArgList class manages a list of Arg instances as well as
92 /// check for the presence of Arg instances for a particular Option
96 typedef SmallVector<Arg*, 16> arglist_type
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Option/
ArgList.h 17 #include "llvm/Option/Arg.h"
33 SmallVectorImpl<Arg*>::const_iterator Current;
51 typedef Arg * const * value_type;
52 typedef Arg * const & reference;
53 typedef Arg * const * pointer;
57 arg_iterator(SmallVectorImpl<Arg *>::const_iterator it, const ArgList &Args,
64 operator const Arg*() { return *Current; }
90 /// The ArgList class manages a list of Arg instances as well as
92 /// check for the presence of Arg instances for a particular Option
96 typedef SmallVector<Arg*, 16> arglist_type
    [all...]
  /external/libcxx/test/support/
counting_predicates.hpp 14 template <typename Predicate, typename Arg>
17 typedef Arg argument_type;
23 bool operator () (const Arg &a) const { ++count_; return p_(a); }
  /external/llvm/include/llvm/Transforms/InstCombine/
InstCombine.h 37 InstCombinePass(InstCombinePass &&Arg)
38 : Worklist(std::move(Arg.Worklist)),
39 ExpensiveCombines(Arg.ExpensiveCombines) {}
  /external/v8/src/base/
once.h 76 typedef void (*PointerArgFunction)(void* arg);
84 void* arg);
93 template <typename Arg>
95 typename OneArgFunction<Arg*>::type init_func, Arg* arg) {
98 static_cast<void*>(arg));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionAliasAnalysis.h 32 SCEVAAResult(SCEVAAResult &&Arg) : AAResultBase(std::move(Arg)), SE(Arg.SE) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolutionAliasAnalysis.h 32 SCEVAAResult(SCEVAAResult &&Arg) : AAResultBase(std::move(Arg)), SE(Arg.SE) {}
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolutionAliasAnalysis.h 32 SCEVAAResult(SCEVAAResult &&Arg) : AAResultBase(std::move(Arg)), SE(Arg.SE) {}
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
ScalarEvolutionAliasAnalysis.h 32 SCEVAAResult(SCEVAAResult &&Arg) : AAResultBase(std::move(Arg)), SE(Arg.SE) {}
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ScalarEvolutionAliasAnalysis.h 32 SCEVAAResult(SCEVAAResult &&Arg) : AAResultBase(std::move(Arg)), SE(Arg.SE) {}
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ScalarEvolutionAliasAnalysis.h 32 SCEVAAResult(SCEVAAResult &&Arg) : AAResultBase(std::move(Arg)), SE(Arg.SE) {}
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ScalarEvolutionAliasAnalysis.h 32 SCEVAAResult(SCEVAAResult &&Arg) : AAResultBase(std::move(Arg)), SE(Arg.SE) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ScalarEvolutionAliasAnalysis.h 32 SCEVAAResult(SCEVAAResult &&Arg) : AAResultBase(std::move(Arg)), SE(Arg.SE) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ScalarEvolutionAliasAnalysis.h 32 SCEVAAResult(SCEVAAResult &&Arg) : AAResultBase(std::move(Arg)), SE(Arg.SE) {}
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ScalarEvolutionAliasAnalysis.h 32 SCEVAAResult(SCEVAAResult &&Arg) : AAResultBase(std::move(Arg)), SE(Arg.SE) {}

Completed in 1264 milliseconds

1 2 3 4 56 7 8 91011>>