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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
__init__.py 13 import Required
20 'reqd' : Required,
29 'reqd' : ('CodeWarrior.Required', 'Required'),
35 from Required import *
  /external/llvm/include/llvm/
PassAnalysisSupport.h 42 // Sets of analyses required and preserved by a pass
43 VectorType Required, RequiredTransitive, Preserved;
49 // addRequired - Add the specified ID to the required set of the usage info
108 const VectorType &getRequiredSet() const { return Required; }
163 // that are required by the current pass (to implement getAnalysis()).
214 "'required' by pass!");
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 26 // the required set, we no longer consider them for elimination. For strictly
29 // this by allowing the required set to be minimized as well, but need more test
123 const changeset_ty &Required) {
124 DDA.UpdatedSearchState(Changes, Sets, Required);
149 /// \p Required changes from the cache, executing the test if necessary.
153 /// \param Required - The set of changes which have previously been
154 /// established to be required.
156 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
163 const changeset_ty &Required;
169 DDAI.UpdatedSearchState(Changes, Sets, Required);
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 61 Required = 0,
  /external/clang/include/clang/CodeGen/
CGFunctionInfo.h 274 /// The number of required arguments, or ~0 if the signature does
285 /// Compute the arguments required by the given formal prototype,
352 RequiredArgs Required;
366 CGFunctionInfo() : Required(RequiredArgs::All) {}
374 RequiredArgs required);
394 bool isVariadic() const { return Required.allowsOptionalArgs(); }
395 RequiredArgs getRequiredArgs() const { return Required; }
453 ID.AddInteger(Required.getOpaqueData());
461 RequiredArgs required,
470 ID.AddInteger(required.getOpaqueData())
    [all...]
  /external/clang/lib/Basic/
VirtualFileSystem.cpp 593 KeyStatus(bool Required=false) : Required(Required), Seen(false) {}
594 bool Required;
620 if (I->second.Required && !I->second.Seen) {
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 86 Required = 0x02, // One occurrence required
87 OneOrMore = 0x03, // One or more occurrences required
90 // last positional argument required by the application (it is an error if
99 enum ValueExpected { // Is a value required for the option?
102 ValueRequired = 0x02, // The value is required to appear!
129 Positional = 0x01, // Is a positional argument, no '-' required
496 // Insert the first value, which is required.
608 // In which case, the value is required. Otherwise if an arg str has not
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 95 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, prefix.size()); local
101 extInfo, required);
239 RequiredArgs required = local
243 return arrangeLLVMFunctionInfo(resultType, true, argTypes, extInfo, required);
259 RequiredArgs Required = RequiredArgs::forPrototypePlus(FPT, 1 + ExtraArgs);
265 return arrangeLLVMFunctionInfo(ResultType, true, ArgTypes, Info, Required);
350 RequiredArgs required = local
354 argTys, einfo, required);
372 /// additional number of formal parameters considered required.
382 RequiredArgs required = RequiredArgs::All local
461 RequiredArgs required = local
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 115 enum ImplementationControl { None, Required, Optional };
139 /// \@required/\@optional
699 /// completed by the external AST source when required.
788 /// when a complete class is required.
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 62 bool Required;
65 MCAsmMacroParameter() : Required(false), Vararg(false) {}
    [all...]

Completed in 340 milliseconds