HomeSort by: relevance | last modified time | path
    Searched defs:Parameter (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
dsl.py 219 the triple as a parameter. This is done to support the legacy standalone
515 class Parameter(object):
517 Represents a parameter of a Lit test suite.
520 controllable way. There are two ways of setting the value of a Parameter.
523 Lit configuration files. This method will set the parameter globally for
527 configuration files, which sets the parameter only for the test suite(s)
533 TestingConfig if the parameter is enabled. Depending on the actions
534 associated to a Parameter, it may be an error to enable the Parameter
541 Create a Lit parameter to customize the behavior of a test suite
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TemplateName.h 46 /// template names or an already-substituted template template parameter pack.
130 /// parameter pack.
132 /// This kind of template names occurs when the parameter pack has been
138 TemplateTemplateParmDecl *Parameter;
142 SubstTemplateTemplateParmPackStorage(TemplateTemplateParmDecl *Parameter,
146 Parameter(Parameter), Arguments(Arguments) {}
148 /// Retrieve the template template parameter pack being substituted.
150 return Parameter;
154 /// parameter was substituted
    [all...]
Type.h 644 /// The parameter type of a method or function.
645 Parameter,
1594 /// C++ 8.3.5p4: The return type, the parameter type list and the
1609 /// Whether this function has extended parameter information.
1781 /// This field will only have a non-zero value when some of the parameter
1858 /// Whether this type is or contains an unexpanded parameter
1861 /// A type that contains a parameter pack shall be expanded by the
1863 /// following example contains an unexpanded parameter pack 'T':
1868 /// typedef T* pointer_types; // ill-formed; T is a parameter pack.
2095 bool isTemplateTypeParmType() const; // C++ template type parameter
    [all...]
  /src/external/mit/isl/dist/doc/
implementation.tex 20 \begin{definition}[Parameter Domain of a Set]
22 The {\em parameter domain} of $S$ is the set
47 \begin{definition}[Parameter Domain of a Relation]
49 The {\em parameter domain} of $R$ is the set
258 parameter values, i.e., the context.
310 proposed to use a ``big parameter'', say $M$, that is taken to be
328 the original problem will involve the big parameter.
329 In the original implementation of {\tt PipLib}, the big parameter could
332 implicit conditions on the big parameter through conditions on such
335 The big parameter can then never appear in any $\vec q$ becaus
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h 55 Parameter,
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ARMWinEHPrinter.cpp 981 const uint32_t Parameter = XData.ExceptionHandlerParameter();
994 SW.printHex("Parameter", Parameter);
1009 SW.printHex("Parameter", Parameter);
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h 55 /// The entity being initialized is a function parameter.
58 /// The entity being initialized is a non-type template parameter.
119 /// The entity being initialized is a function parameter; function
182 /// EK_TemplateParameter, the variable, binding, or template parameter.
190 /// integer indicating whether the parameter is "consumed".
191 llvm::PointerIntPair<ParmVarDecl *, 1> Parameter;
220 /// initializing a parameter for which there is no declaration.
253 /// Create the initialization entity for a parameter.
259 /// Create the initialization entity for a parameter, but use
271 Entity.Parameter = {Parm, Consumed}
    [all...]
  /src/external/bsd/byacc/dist/test/yacc/
grammar.tab.c 138 #define PROTO_ABSTRACT 2 /* comment out parameter names */
189 struct parameter *first; /* pointer to first parameter in list */
190 struct parameter *last; /* pointer to last parameter in list */
193 char *comment; /* comment at start of parameter list */
211 /* This structure stores information about a function parameter. */
212 typedef struct parameter { struct
213 struct parameter *next; /* next parameter in list *
237 Parameter *parameter; member in union:__anon6507
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h 33 class Parameter;
559 class Parameter : public ASTNode
568 static Parameter *create(StorageClass storageClass, Type *type, Identifier *ident,
570 Parameter *syntaxCopy();
577 static Parameter *getNth(Parameters *parameters, d_size_t nth);
579 bool isCovariant(bool returnByRef, const Parameter *p, bool previewIn) const;
590 Parameter *operator[](size_t i) { return Parameter::getNth(parameters, i); }
612 StorageClass parameterStorageClass(Parameter *p);
  /src/external/bsd/byacc/dist/test/btyacc/
grammar.tab.c 158 #define PROTO_ABSTRACT 2 /* comment out parameter names */
209 struct parameter *first; /* pointer to first parameter in list */
210 struct parameter *last; /* pointer to last parameter in list */
213 char *comment; /* comment at start of parameter list */
231 /* This structure stores information about a function parameter. */
232 typedef struct parameter { struct
233 struct parameter *next; /* next parameter in list *
257 Parameter *parameter; member in union:__anon6458
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmParser.cpp 2718 // to be able to fill in the remaining default parameter values
2752 for (unsigned Parameter = 0; !NParameters || Parameter < NParameters;
2753 ++Parameter) {
2762 return TokError("expected '=' after formal parameter identifier");
2768 bool Vararg = HasVararg && Parameter == (NParameters - 1);
2803 unsigned PI = Parameter;
2812 return Error(IDLoc, "parameter named '" + FA.Name +
2838 "missing value for required parameter "
4469 return Error(Lexer.getLoc(), "vararg parameter '"
    [all...]
MasmParser.cpp 2754 // Find the next possible macro parameter, including preceding a '&'
2962 // to be able to fill in the remaining default parameter values
2982 return TokError("missing value for required parameter '" + MP->Name +
3005 for (unsigned Parameter = 0; !NParameters || Parameter < NParameters;
3006 ++Parameter) {
3015 return TokError("expected '=' after formal parameter identifier");
3025 unsigned PI = Parameter;
3034 return Error(IDLoc, "parameter named '" + FA.Name +
3087 "missing value for required parameter "
    [all...]
  /src/sys/external/bsd/acpica/dist/include/
actbl1.h 287 UINT16 Parameter;
  /src/sys/dev/ic/
mpt_mpilib.h 2294 U32 Parameter; /* 30h */
2351 U32 Parameter; /* 20h */

Completed in 38 milliseconds