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

  /src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
DispatchStage.cpp 163 unsigned Required = std::min(NumMicroOps, DispatchWidth);
164 if (Required > AvailableEntries)
  /src/external/bsd/nvi/dist/motif/
m_cde.c 41 #define Required 10
43 #define Present (Required+Useful)
49 { "_VUE_SM_WINDOW_INFO", Required, /* "vue" */ },
50 { "_DT_SM_WINDOW_INFO", Required, /* "dtwm" */ },
  /src/external/apache2/llvm/dist/llvm/include/llvm/
PassAnalysisSupport.h 52 /// Sets of analyses required and preserved by a pass
56 SmallVector<AnalysisID, 8> Required;
71 /// Add the specified ID to the required set of the usage info for a pass.
144 const VectorType &getRequiredSet() const { return Required; }
196 /// required by the current pass (to implement getAnalysis()).
245 "'required' by pass!");
  /src/external/apache2/llvm/dist/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 25 // the required set, we no longer consider them for elimination. For strictly
28 // this by allowing the required set to be minimized as well, but need more test
119 const changeset_ty &Required) {
120 DDA.UpdatedSearchState(Changes, Sets, Required);
144 /// \p Required changes from the cache, executing the test if necessary.
148 /// \param Required - The set of changes which have previously been
149 /// established to be required.
151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
158 const changeset_ty &Required;
164 DDAI.UpdatedSearchState(Changes, Sets, Required);
    [all...]
VirtualFileSystem.cpp 1336 bool Required;
1339 KeyStatus(bool Required = false) : Required(Required) {}
1363 if (I.second.Required && !I.second.Seen) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrItineraries.h 60 Required = 0,
MCAsmMacro.h 132 bool Required = false;
  /src/external/apache2/llvm/dist/clang/lib/APINotes/
APINotesYAMLCompiler.cpp 161 bool Required = false;
195 IO.mapOptional("Required", M.Required, false);
  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h 481 /// The number of required arguments, or ~0 if the signature does
492 /// Compute the arguments required by the given formal prototype,
589 RequiredArgs Required;
613 CGFunctionInfo() : Required(RequiredArgs::All) {}
623 RequiredArgs required);
653 bool isVariadic() const { return Required.allowsOptionalArgs(); }
654 RequiredArgs getRequiredArgs() const { return Required; }
745 ID.AddInteger(Required.getOpaqueData());
760 RequiredArgs required,
773 ID.AddInteger(required.getOpaqueData())
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp 182 RequiredArgs Required = RequiredArgs::forPrototypePlus(FTP, prefix.size());
190 Required);
343 RequiredArgs required = local
355 paramInfos, required);
408 RequiredArgs Required = PassProtoArgs
431 ParamInfos, Required);
496 RequiredArgs required = local
501 /*chainCall=*/false, argTys, einfo, extParamInfos, required);
564 /// additional number of formal parameters considered required.
577 RequiredArgs required = RequiredArgs::All local
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CommandLine.h 121 Required = 0x02, // One occurrence required
122 OneOrMore = 0x03, // One or more occurrences required
125 // last positional argument required by the application (it is an error if
134 enum ValueExpected { // Is a value required for the option?
137 ValueRequired = 0x02, // The value is required to appear!
163 Positional = 0x01, // Is a positional argument, no '-' required
783 // In which case, the value is required. Otherwise if an arg str has not
1553 // std::vector API required for all the current clients.
  /src/external/apache2/llvm/dist/llvm/tools/sancov/
sancov.cpp 71 cl::desc("Action (required)"), cl::Required,
263 // Ignore slots that are zero, so a runtime implementation is not required
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 144 enum ImplementationControl { None, Required, Optional };
734 enum PropertyControl { None, Required, Optional };
748 // \@required/\@optional
904 // Related to \@optional/\@required declared in \@protocol
1182 /// completed by the external AST source when required.
1300 /// when a complete class is required.
2762 /// Null for \@dynamic. Required for \@synthesize.

Completed in 84 milliseconds