HomeSort by relevance Sort by last modified time
    Searched defs:Arg (Results 101 - 125 of 506) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter2/
toy.cpp 188 ExprAST *Arg = ParseExpression();
189 if (!Arg) return 0;
190 Args.push_back(Arg);
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDDisassembler.cpp 59 /// @arg arch - The Triple::ArchType for the desired architecture
75 /// @arg arch - The target architecture
76 /// @arg syntax - The assembly syntax in sd form
220 void *Arg;
223 void *arg) : Callback(callback), Arg(arg) { }
231 if (Callback(ptr, address, Arg))
241 void *arg) {
242 EDMemoryObject memoryObject(byteReader, arg);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelLowering.cpp 310 SDValue Arg = OutVals[i];
317 Arg = DAG.getNode(ISD::SIGN_EXTEND, dl, VA.getLocVT(), Arg);
320 Arg = DAG.getNode(ISD::ZERO_EXTEND, dl, VA.getLocVT(), Arg);
323 Arg = DAG.getNode(ISD::ANY_EXTEND, dl, VA.getLocVT(), Arg);
330 RegsToPass.push_back(std::make_pair(VA.getLocReg(), Arg));
339 MemOpChains.push_back(DAG.getStore(Chain, dl, Arg, OffsetN,
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
ToolRunner.cpp 118 for (const char **Arg = Args; *Arg; ++Arg)
119 OS << " " << *Arg;
142 for (const char **Arg = Args; *Arg; ++Arg)
143 OS << " " << *Arg;
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 63 DefInit *Arg = dynamic_cast<DefInit*>(ArgInit);
64 if (!Arg)
67 Record *Rec = Arg->getDef();
413 Init *Arg = Result->getArg(AliasOpNo);
414 DefInit *ADI = dynamic_cast<DefInit*>(Arg);
467 if (IntInit *II = dynamic_cast<IntInit*>(Arg)) {
  /external/valgrind/coregrind/m_syswrap/
syswrap-xen.c 129 struct vki_xen_machphys_mfn_list *arg = local
132 (Addr)&arg->max_extents, sizeof(arg->max_extents));
134 (Addr)&arg->extent_start, sizeof(arg->extent_start));
139 struct vki_xen_foreign_memory_map *arg = local
142 (Addr)&arg->domid, sizeof(arg->domid));
144 (Addr)&arg->map, sizeof(arg->map))
150 struct vki_xen_memory_map *arg = local
208 struct vki_xen_add_to_physmap *arg = local
224 struct vki_xen_remove_from_physmap *arg = local
238 struct vki_xen_mem_event_op *arg = local
395 void *arg = (void *)(unsigned long)ARG2; local
479 struct vki_xen_physdev_map_pirq *arg = local
507 struct vki_xen_physdev_unmap_pirq *arg = local
1314 void *arg = (void *)(unsigned long)ARG2; local
1492 struct vki_xen_machphys_mfn_list *arg = local
1502 struct vki_xen_memory_map *arg = local
1511 struct vki_xen_add_to_physmap *arg = local
1599 struct vki_xen_physdev_map_pirq *arg = local
2157 void *arg = (void *)(unsigned long)ARG2; local
    [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/darwin-x86/clang-4393122/include/llvm/Option/
ArgList.h 20 #include "llvm/Option/Arg.h"
89 operator const Arg*() { return *Current; }
116 /// The ArgList class manages a list of Arg instances as well as
118 /// check for the presence of Arg instances for a particular Option
122 using arglist_type = SmallVector<Arg *, 16>;
181 /// @name Arg Access
184 /// append - Append \p A to the arg list.
185 void append(Arg *A);
192 /// @name Arg Iteration
230 /// @name Arg Remova
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Option/
ArgList.h 20 #include "llvm/Option/Arg.h"
89 operator const Arg*() { return *Current; }
116 /// The ArgList class manages a list of Arg instances as well as
118 /// check for the presence of Arg instances for a particular Option
122 using arglist_type = SmallVector<Arg *, 16>;
181 /// @name Arg Access
184 /// append - Append \p A to the arg list.
185 void append(Arg *A);
192 /// @name Arg Iteration
230 /// @name Arg Remova
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Option/
ArgList.h 20 #include "llvm/Option/Arg.h"
89 operator const Arg*() { return *Current; }
116 /// The ArgList class manages a list of Arg instances as well as
118 /// check for the presence of Arg instances for a particular Option
122 using arglist_type = SmallVector<Arg *, 16>;
181 /// @name Arg Access
184 /// append - Append \p A to the arg list.
185 void append(Arg *A);
192 /// @name Arg Iteration
230 /// @name Arg Remova
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Option/
ArgList.h 20 #include "llvm/Option/Arg.h"
89 operator const Arg*() { return *Current; }
116 /// The ArgList class manages a list of Arg instances as well as
118 /// check for the presence of Arg instances for a particular Option
122 using arglist_type = SmallVector<Arg *, 16>;
181 /// @name Arg Access
184 /// append - Append \p A to the arg list.
185 void append(Arg *A);
192 /// @name Arg Iteration
230 /// @name Arg Remova
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Option/
ArgList.h 20 #include "llvm/Option/Arg.h"
89 operator const Arg*() { return *Current; }
116 /// The ArgList class manages a list of Arg instances as well as
118 /// check for the presence of Arg instances for a particular Option
122 using arglist_type = SmallVector<Arg *, 16>;
181 /// @name Arg Access
184 /// append - Append \p A to the arg list.
185 void append(Arg *A);
192 /// @name Arg Iteration
230 /// @name Arg Remova
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Option/
ArgList.h 20 #include "llvm/Option/Arg.h"
89 operator const Arg*() { return *Current; }
116 /// The ArgList class manages a list of Arg instances as well as
118 /// check for the presence of Arg instances for a particular Option
122 using arglist_type = SmallVector<Arg *, 16>;
181 /// @name Arg Access
184 /// append - Append \p A to the arg list.
185 void append(Arg *A);
192 /// @name Arg Iteration
230 /// @name Arg Remova
    [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...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Option/
ArgList.h 20 #include "llvm/Option/Arg.h"
89 operator const Arg*() { return *Current; }
116 /// The ArgList class manages a list of Arg instances as well as
118 /// check for the presence of Arg instances for a particular Option
122 using arglist_type = SmallVector<Arg *, 16>;
181 /// @name Arg Access
184 /// append - Append \p A to the arg list.
185 void append(Arg *A);
192 /// @name Arg Iteration
230 /// @name Arg Remova
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Option/
ArgList.h 20 #include "llvm/Option/Arg.h"
89 operator const Arg*() { return *Current; }
116 /// The ArgList class manages a list of Arg instances as well as
118 /// check for the presence of Arg instances for a particular Option
122 using arglist_type = SmallVector<Arg *, 16>;
181 /// @name Arg Access
184 /// append - Append \p A to the arg list.
185 void append(Arg *A);
192 /// @name Arg Iteration
230 /// @name Arg Remova
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Option/
ArgList.h 20 #include "llvm/Option/Arg.h"
89 operator const Arg*() { return *Current; }
116 /// The ArgList class manages a list of Arg instances as well as
118 /// check for the presence of Arg instances for a particular Option
122 using arglist_type = SmallVector<Arg *, 16>;
181 /// @name Arg Access
184 /// append - Append \p A to the arg list.
185 void append(Arg *A);
192 /// @name Arg Iteration
230 /// @name Arg Remova
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Option/
ArgList.h 20 #include "llvm/Option/Arg.h"
89 operator const Arg*() { return *Current; }
116 /// The ArgList class manages a list of Arg instances as well as
118 /// check for the presence of Arg instances for a particular Option
122 using arglist_type = SmallVector<Arg *, 16>;
181 /// @name Arg Access
184 /// append - Append \p A to the arg list.
185 void append(Arg *A);
192 /// @name Arg Iteration
230 /// @name Arg Remova
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Option/
ArgList.h 20 #include "llvm/Option/Arg.h"
89 operator const Arg*() { return *Current; }
116 /// The ArgList class manages a list of Arg instances as well as
118 /// check for the presence of Arg instances for a particular Option
122 using arglist_type = SmallVector<Arg *, 16>;
181 /// @name Arg Access
184 /// append - Append \p A to the arg list.
185 void append(Arg *A);
192 /// @name Arg Iteration
230 /// @name Arg Remova
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Option/
ArgList.h 20 #include "llvm/Option/Arg.h"
89 operator const Arg*() { return *Current; }
116 /// The ArgList class manages a list of Arg instances as well as
118 /// check for the presence of Arg instances for a particular Option
122 using arglist_type = SmallVector<Arg *, 16>;
181 /// @name Arg Access
184 /// append - Append \p A to the arg list.
185 void append(Arg *A);
192 /// @name Arg Iteration
230 /// @name Arg Remova
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
benchmark_register.cc 142 instance.arg = args;
156 for (auto const& arg : args) {
167 instance.name += std::to_string(arg);
256 Benchmark* Benchmark::Arg(int x) {
327 for (int arg = start; arg <= limit; arg += step) {
328 args_.push_back({arg});
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
IfConfig6.c 156 ArgNode->Arg = ArgStr;
166 ArgNode->Arg = ArgStr;
176 @param[in] Name The pointer of input arg.
193 VAR_CHECK_ITEM Arg;
203 Arg = CheckList[Index];
208 while (Arg.FlagStr != NULL) {
209 if (StrCmp (Arg.FlagStr, Name) == 0) {
211 if (CheckDuplicate & Arg.FlagID) {
216 if (CheckConflict & Arg.ConflictMask) {
221 CheckDuplicate |= Arg.FlagID;
    [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 310 const ParserValue &Arg = Args[i];
311 const VariantValue &Value = Arg.Value;
313 Error->addError(Arg.Range, Error->ET_RegistryWrongArgType)
435 /// \brief 0-arg marshaller function.
446 /// \brief 1-arg marshaller function.
459 /// \brief 2-arg marshaller function.
604 const ParserValue &Arg = Args[i];
605 const VariantValue &Value = Arg.Value;
607 Error->addError(Arg.Range, Error->ET_RegistryWrongArgType)
642 /// \brief 0-arg overloa
    [all...]
  /external/clang/lib/Driver/
SanitizerArgs.cpp 58 static SanitizerMask parseArgValues(const Driver &D, const llvm::opt::Arg *A,
63 static int parseCoverageFeatures(const Driver &D, const llvm::opt::Arg *A);
77 static std::string describeSanitizeArg(const llvm::opt::Arg *A,
128 const auto *Arg = *I;
129 if (Arg->getOption().matches(options::OPT_fsanitize_trap_EQ)) {
130 Arg->claim();
131 SanitizerMask Add = parseArgValues(D, Arg, true);
140 } else if (Arg->getOption().matches(options::OPT_fno_sanitize_trap_EQ)) {
141 Arg->claim();
142 TrapRemove |= expandSanitizerGroups(parseArgValues(D, Arg, true))
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 67 const Expr *Arg = Msg->getArg(0)->IgnoreParenImpCasts();
70 if ((isa<ObjCStringLiteral>(Arg) &&
75 (isa<ObjCArrayLiteral>(Arg) &&
80 (isa<ObjCDictionaryLiteral>(Arg) &&
645 const CharacterLiteral *Arg,
647 if (Arg->getKind() != CharacterLiteral::Ascii)
651 SourceRange ArgRange = Arg->getSourceRange();
661 const Expr *Arg,
665 SourceRange ArgRange = Arg->getSourceRange();
759 const Expr *Arg = Msg->getArg(0)->IgnoreParenImpCasts()
    [all...]

Completed in 622 milliseconds

1 2 3 45 6 7 8 91011>>