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

  /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
121 const changeset_ty &Required) {
122 DDA.UpdatedSearchState(Changes, Sets, Required);
147 /// \p Required changes from the cache, executing the test if necessary.
151 /// \param Required - The set of changes which have previously been
152 /// established to be required.
154 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
161 const changeset_ty &Required;
167 DDAI.UpdatedSearchState(Changes, Sets, Required);
    [all...]
  /external/llvm/include/llvm/MC/
MCInstrItineraries.h 61 Required = 0,
  /external/clang/lib/CodeGen/
CGCall.h 101 /// The number of required arguments, or ~0 if the signature does
112 /// Compute the arguments required by the given formal prototype,
182 RequiredArgs Required;
192 CGFunctionInfo() : Required(RequiredArgs::All) {}
199 RequiredArgs required);
211 bool isVariadic() const { return Required.allowsOptionalArgs(); }
212 RequiredArgs getRequiredArgs() const { return Required; }
260 ID.AddInteger(Required.getOpaqueData());
267 RequiredArgs required,
275 ID.AddInteger(required.getOpaqueData())
    [all...]
  /external/libppp/src/
ccp.h 78 unsigned required : 1; member in struct:ccp_config::__anon10742
128 int (*Required)(struct fsm *); /* Must negotiate ? */
  /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
458 // Insert the first value, which is required.
570 // In which case, the value is required. Otherwise if an arg str has not
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 115 enum ImplementationControl { None, Required, Optional };
139 /// \@required/\@optional
651 /// completed by the external AST source when required.
722 /// when a complete class is required.
    [all...]

Completed in 92 milliseconds