Searched refs:Argument (Results 1 - 25 of 142) sorted by relevance

123456

/external/llvm/include/llvm/IR/
H A DArgument.h1 //===-- llvm/Argument.h - Definition of the Argument class ------*- C++ -*-===//
10 // This file declares the Argument class.
27 /// \brief LLVM Argument representation
35 class Argument : public Value, public ilist_node<Argument> { class in namespace:llvm
39 friend class SymbolTableListTraits<Argument, Function>;
47 explicit Argument(Type *Ty, const Twine &Name = "", Function *F = nullptr);
H A DFunction.h22 #include "llvm/IR/Argument.h"
54 template<> struct ilist_traits<Argument>
55 : public SymbolTableListTraits<Argument, Function> {
57 Argument *createSentinel() const {
58 return static_cast<Argument*>(&Sentinel);
60 static void destroySentinel(Argument*) {}
62 Argument *provideInitialHead() const { return createSentinel(); }
63 Argument *ensureHead(Argument*) const { return createSentinel(); }
64 static void noteHead(Argument*, Argumen
[all...]
H A DIntrinsics.h85 Argument, ExtendArgument, TruncArgument, HalfVecArgument enumerator in enum:llvm::Intrinsic::IITDescriptor::IITDescriptorKind
104 assert(Kind == Argument || Kind == ExtendArgument ||
109 assert(Kind == Argument || Kind == ExtendArgument ||
H A DValueSymbolTable.h36 friend class SymbolTableListTraits<Argument, Function>;
/external/clang/include/clang/AST/
H A DTemplateBase.h419 TemplateArgument Argument; member in class:clang::TemplateArgumentLoc
425 TemplateArgumentLoc(const TemplateArgument &Argument, argument
427 : Argument(Argument), LocInfo(Opaque) {
430 TemplateArgumentLoc(const TemplateArgument &Argument, TypeSourceInfo *TInfo) argument
431 : Argument(Argument), LocInfo(TInfo) {
432 assert(Argument.getKind() == TemplateArgument::Type);
435 TemplateArgumentLoc(const TemplateArgument &Argument, Expr *E) argument
436 : Argument(Argumen
440 TemplateArgumentLoc(const TemplateArgument &Argument, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateNameLoc, SourceLocation EllipsisLoc = SourceLocation()) argument
[all...]
H A DASTDiagnostic.h40 StringRef Argument,
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.cc52 class Argument { class in namespace:__anon3547
56 Argument(const base::ListValue& list, int pos) { function in class:__anon3547::Argument
81 Argument<A1> arg1(list, 0);
93 Argument<A1> arg1(list, 0);
96 Argument<A2> arg2(list, 1);
108 Argument<A1> arg1(list, 0);
111 Argument<A2> arg2(list, 1);
114 Argument<A3> arg3(list, 2);
126 Argument<A1> arg1(list, 0);
129 Argument<A
[all...]
/external/clang/lib/Basic/
H A DDiagnostic.cpp27 StringRef Modifier, StringRef Argument,
434 const char *Argument, unsigned ArgumentLen,
436 const char *ArgumentEnd = Argument+ArgumentLen;
440 const char *NextVal = ScanFormat(Argument, ArgumentEnd, '|');
443 Argument = NextVal+1; // Skip this string.
448 const char *EndPtr = ScanFormat(Argument, ArgumentEnd, '|');
451 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr);
576 const char *Argument, unsigned ArgumentLen,
578 const char *ArgumentEnd = Argument + ArgumentLen;
580 assert(Argument < ArgumentEn
26 DummyArgToStringFn(DiagnosticsEngine::ArgumentKind AK, intptr_t QT, StringRef Modifier, StringRef Argument, ArrayRef<DiagnosticsEngine::ArgumentValue> PrevArgs, SmallVectorImpl<char> &Output, void *Cookie, ArrayRef<intptr_t> QualTypeVals) argument
433 HandleSelectModifier(const Diagnostic &DInfo, unsigned ValNo, const char *Argument, unsigned ArgumentLen, SmallVectorImpl<char> &OutStr) argument
575 HandlePluralModifier(const Diagnostic &DInfo, unsigned ValNo, const char *Argument, unsigned ArgumentLen, SmallVectorImpl<char> &OutStr) argument
667 const char *Modifier = nullptr, *Argument = nullptr; local
[all...]
/external/llvm/lib/IR/
H A DFunction.cpp36 template class llvm::SymbolTableListTraits<Argument, Function>;
40 // Argument Implementation
43 void Argument::anchor() { }
45 Argument::Argument(Type *Ty, const Twine &Name, Function *Par) function in class:Argument
57 void Argument::setParent(Function *parent) {
67 unsigned Argument::getArgNo() const {
69 assert(F && "Argument is not in a function");
81 bool Argument::hasNonNullAttr() const {
89 bool Argument
[all...]
H A DAsmWriter.h109 void printArgument(const Argument *FA, AttributeSet Attrs, unsigned Idx);
/external/llvm/lib/Transforms/IPO/
H A DIPConstantPropagation.cpp123 // Argument became non-constant. If all arguments are non-constant now,
200 if (isa<Constant>(V) || isa<Argument>(V)) {
241 if (Argument *A = dyn_cast<Argument>(New))
266 if (Argument *A = dyn_cast<Argument>(New))
H A DArgumentPromotion.cpp82 bool isSafeToPromoteArgument(Argument *Arg, bool isByVal) const;
84 SmallPtrSet<Argument*, 8> &ArgsToPromote,
85 SmallPtrSet<Argument*, 8> &ByValArgsToTransform);
138 SmallVector<Argument*, 16> PointerArgs;
159 SmallPtrSet<Argument*, 8> ArgsToPromote;
160 SmallPtrSet<Argument*, 8> ByValArgsToTransform;
162 Argument *PtrArg = PointerArgs[i];
226 static bool AllCallersPassInValidPointerForArgument(Argument *Arg,
313 bool ArgPromotion::isSafeToPromoteArgument(Argument *Arg,
496 SmallPtrSet<Argument*,
[all...]
/external/llvm/include/llvm/CodeGen/
H A DFunctionLoweringInfo.h81 DenseMap<const Argument*, int> ByValArgFrameIndexMap;
205 void setArgumentFrameIndex(const Argument *A, int FI);
208 int getArgumentFrameIndex(const Argument *A);
/external/libpng/contrib/pngminus/
H A Dmakevms.com64 $ Argument = P'arg
65 $ If Argument .Eqs. "" Then Goto Exit
68 $ File = F$Element(El," ",Argument)
/external/llvm/examples/HowToUseJIT/
H A DHowToUseJIT.cpp82 Argument *ArgX = Add1F->arg_begin(); // Get the arg
/external/llvm/lib/Target/Hexagon/
H A DHexagonRemoveSZExtArgs.cpp61 Argument* Arg = AI;
/external/clang/lib/AST/
H A DCommentSema.cpp63 ArrayRef<BlockCommandComment::Argument> Args) {
268 typedef BlockCommandComment::Argument Argument; typedef
269 Argument *A = new (Allocator) Argument(SourceRange(ArgLocBegin,
306 typedef BlockCommandComment::Argument Argument; typedef
307 Argument *A = new (Allocator) Argument(SourceRange(ArgLocBegin,
369 ArrayRef<InlineCommandComment::Argument> Arg
385 typedef InlineCommandComment::Argument Argument; typedef
[all...]
/external/chromium_org/tools/site_compare/
H A Dcommand_line.py55 class Argument(object): class in class:Command
78 positional: Argument specified by location, not name
83 if type not in Command.Argument.VALID_TYPES:
92 if metaname and type not in Command.Argument.TYPES_WITH_VALUES:
97 if not metaname and type in Command.Argument.TYPES_WITH_VALUES:
137 if self.type in Command.Argument.TYPES_WITH_VALUES:
176 return "Argument %s '%s'%s" % (self.type, self.names[0], string)
178 # end of nested class Argument
191 positional: Argument specified by location, not name
213 arg = Command.Argument(name
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp69 void AddParam(Argument *Arg);
70 int CalculateArgumentSize(Argument *Arg);
183 void R600KernelParameters::AddParam(Argument *Arg) {
198 int R600KernelParameters::CalculateArgumentSize(Argument *Arg) {
329 Argument *Arg = dyn_cast<Argument>(P.Val);
/external/mesa3d/src/gallium/drivers/radeon/
H A DR600KernelParameters.cpp69 void AddParam(Argument *Arg);
70 int CalculateArgumentSize(Argument *Arg);
183 void R600KernelParameters::AddParam(Argument *Arg) {
198 int R600KernelParameters::CalculateArgumentSize(Argument *Arg) {
329 Argument *Arg = dyn_cast<Argument>(P.Val);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A DRSSFeedUtil.java20 import org.apache.tools.ant.types.Commandline.Argument;
66 Argument execArg = exec.createArg();
/external/javassist/src/main/javassist/util/
H A DHotSwapper.java113 ((Connector.Argument)arguments.get("hostname")).setValue(HOST_NAME);
114 ((Connector.Argument)arguments.get("port")).setValue(port);
/external/llvm/include/llvm/Analysis/
H A DSparsePropagation.h26 class Argument;
90 virtual LatticeVal ComputeArgument(Argument *I) {
/external/llvm/lib/Target/NVPTX/
H A DNVPTXUtilities.cpp165 if (const Argument *arg = dyn_cast<Argument>(&val)) {
179 if (const Argument *arg = dyn_cast<Argument>(&val)) {
194 if (const Argument *arg = dyn_cast<Argument>(&val)) {
209 if (const Argument *arg = dyn_cast<Argument>(&val)) {
/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h154 DD.ForbiddenTypeData.Argument = argument;
191 return ForbiddenTypeData.Argument;
224 unsigned Argument; member in struct:clang::sema::DelayedDiagnostic::FTD

Completed in 544 milliseconds

123456