HomeSort by relevance Sort by last modified time
    Searched defs:Argument (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/
Argument.h 1 //===-- llvm/Argument.h - Definition of the Argument class ------*- C++ -*-===//
10 // This file declares the Argument class.
27 /// A class to represent an incoming formal argument to a Function. An argument
29 /// in the body of a function, it represents the value of the actual argument
31 /// @brief LLVM Argument representation
32 class Argument : public Value, public ilist_node<Argument> {
35 friend class SymbolTableListTraits<Argument, Function>
    [all...]
  /external/webkit/Source/WebCore/xml/
XPathGrammar.y 106 %type <expr> Argument
390 Argument
398 ArgumentList ',' Argument
405 Argument:
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp 71 class Argument {
76 Argument(Record &Arg, StringRef Attr)
84 virtual ~Argument() {}
90 // These functions print the argument contents formatted in different ways.
103 class SimpleArgument : public Argument {
108 : Argument(Arg, Attr), type(T)
141 class StringArgument : public Argument {
144 : Argument(Arg, Attr)
195 class AlignedArgument : public Argument {
198 : Argument(Arg, Attr
    [all...]
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 141 unsigned argument) {
148 DD.ForbiddenTypeData.Argument = argument;
183 return ForbiddenTypeData.Argument;
202 unsigned Argument;
  /external/llvm/lib/VMCore/
Function.cpp 35 template class llvm::SymbolTableListTraits<Argument, Function>;
39 // Argument Implementation
42 Argument::Argument(Type *Ty, const Twine &Name, Function *Par)
54 void Argument::setParent(Function *parent) {
62 /// getArgNo - Return the index of this formal argument in its containing
64 unsigned Argument::getArgNo() const {
66 assert(F && "Argument is not in a function");
76 /// hasByValAttr - Return true if this argument has the byval attribute on it
78 bool Argument::hasByValAttr() const
    [all...]
  /external/clang/include/clang/AST/
TemplateBase.h 36 /// \brief Represents a template argument within a class template
40 /// \brief The kind of template argument we're storing.
42 /// \brief Represents an empty template argument, e.g., one that has not
45 /// The template argument is a type. Its value is stored in the
48 /// The template argument is a declaration that was provided for a pointer
51 /// The template argument is an integral value stored in an llvm::APSInt
54 /// The template argument is a template name that was provided for a
57 /// The template argument is a pack expansion of a template name that was
60 /// The template argument is a value- or type-dependent expression
63 /// The template argument is actually a parameter pack. Arguments are store
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 25 const char *Argument, unsigned ArgLen,
31 const char *Str = "<can't format argument>";
354 // When emitting diagnostics, we set the final argument count into
425 /// like this: %select{foo|bar|baz}2. This means that the integer argument
430 const char *Argument, unsigned ArgumentLen,
432 const char *ArgumentEnd = Argument+ArgumentLen;
436 const char *NextVal = ScanFormat(Argument, ArgumentEnd, '|');
439 Argument = NextVal+1; // Skip this string.
444 const char *EndPtr = ScanFormat(Argument, ArgumentEnd, '|');
447 DInfo.FormatDiagnostic(Argument, EndPtr, OutStr)
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 288 * @return true if the next token matches the character argument.
323 * argument.
395 * argument.
576 * @throws RuntimeException if the b argument is false.
1188 error(XPATHErrorResources.ER_BOOLEAN_ARG_NO_LONGER_OPTIONAL, null); //"boolean(...) argument is no longer optional with 19990709 XPath draft.");
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 210 | Argument
    [all...]
llvm_ocaml.c 412 Argument,
463 DEFINE_CASE(Val, Argument);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 363 Certain PRNG algorithms do not require a \textit{prng\_state} argument (sprng for example). The \textit{prng\_state} argument
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 408 milliseconds