Searched refs:Required (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h69 const changeset_ty &Required) {}
67 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets, const changeset_ty &Required) argument
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp121 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
154 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required);
161 const changeset_ty &Required; member in class:__anon2422::DeltaActiveSetHelper
167 DDAI.UpdatedSearchState(Changes, Sets, Required);
171 return DDAI.GetTestResult(S, Required);
177 : DDAI(_DDAI), Required(_Required) {}
290 const changeset_ty &Required) {
119 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets, const changeset_ty &Required) argument
289 GetTestResult(const changeset_ty &Changes, const changeset_ty &Required) argument
313 changeset_ty Required; local
[all...]
H A DYAMLTraits.cpp117 bool Input::preflightKey(const char *Key, bool Required, bool, bool &UseDefault, argument
126 if (Required)
139 if (Required)
430 bool Output::preflightKey(const char *Key, bool Required, bool SameAsDefault, argument
433 if (Required || !SameAsDefault) {
H A DCommandLine.cpp433 return O->getNumOccurrencesFlag() == cl::Required ||
944 bool Done = PositionalOpts[i]->getNumOccurrencesFlag() == cl::Required;
998 case Required:
1054 case Required:
/freebsd-10-stable/contrib/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp62 cl::Required);
65 cl::Required);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h256 RequiredArgs Required; member in class:clang::CodeGen::CGFunctionInfo
266 CGFunctionInfo() : Required(RequiredArgs::All) {}
285 bool isVariadic() const { return Required.allowsOptionalArgs(); }
286 RequiredArgs getRequiredArgs() const { return Required; }
334 ID.AddInteger(Required.getOpaqueData());
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
H A DScoreboardHazardRecognizer.cpp153 case InstrStage::Required:
154 // Required FUs conflict with both reserved and required ones
205 case InstrStage::Required:
206 // Required FUs conflict with both reserved and required ones
222 if (IS->getReservationKind() == InstrStage::Required)
H A DScheduleDAG.cpp65 bool SUnit::addPred(const SDep &D, bool Required) { argument
71 if (!Required && I->getSUnit() == D.getSUnit())
/freebsd-10-stable/contrib/llvm/lib/IR/
H A DPass.cpp263 Required.push_back(ID);
268 Required.push_back(&ID);
273 Required.push_back(&ID);
/freebsd-10-stable/crypto/openssl/util/
H A Dmkrc.pl50 // Required:
H A Dpod2man.pl219 (W) Required sections include NAME, DESCRIPTION, and if you're
/freebsd-10-stable/contrib/llvm/include/llvm/
H A DPassAnalysisSupport.h43 VectorType Required, RequiredTransitive, Preserved; member in class:llvm::AnalysisUsage
108 const VectorType &getRequiredSet() const { return Required; }
/freebsd-10-stable/contrib/llvm/lib/Target/R600/
H A DSIInsertWaits.cpp246 const Counters &Required) {
272 if (Required.Array[i] <= WaitedOn.Array[i])
278 unsigned Value = LastIssued.Array[i] - Required.Array[i];
244 insertWait(MachineBasicBlock &MBB, MachineBasicBlock::iterator I, const Counters &Required) argument
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCInstrItineraries.h61 Required = 0, enumerator in enum:llvm::InstrStage::ReservationKinds
/freebsd-10-stable/usr.sbin/ppp/
H A Dccp.h128 int (*Required)(struct fsm *); /* Must negotiate ? */ member in struct:ccp_algorithm
H A Dccp.c304 (*algorithm[f]->Required)(&ccp->fsm))
507 (*algorithm[f]->Required)(&ccp->fsm) &&
640 if (algorithm[f]->Required(fp)) {
652 if (algorithm[f]->Required(fp)) {
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h413 bool Required) {
417 if ( this->preflightKey(Key, Required, sameAsDefault, UseDefault,
419 yamlize(*this, Val, Required);
429 void processKey(const char *Key, T &Val, bool Required) { argument
432 if ( this->preflightKey(Key, Required, false, UseDefault, SaveInfo) ) {
433 yamlize(*this, Val, Required);
412 processKeyWithDefault(const char *Key, T &Val, const T& DefaultValue, bool Required) argument
/freebsd-10-stable/sys/contrib/dev/acpica/compiler/
H A Ddtcompiler.h172 BOOLEAN Required);
H A Ddtcompile.c423 * Required - If this subtable must exist
436 BOOLEAN Required)
432 DtCompileTable( DT_FIELD **Field, ACPI_DMTABLE_INFO *Info, DT_SUBTABLE **RetSubtable, BOOLEAN Required) argument
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h394 bool addPred(const SDep &D, bool Required = true);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaObjCProperty.cpp650 PDecl->setPropertyImplementation(ObjCPropertyDecl::Required);
1906 ObjCMethodDecl::Required);
1952 ObjCMethodDecl::Required);
H A DSemaPseudoObject.cpp1138 ObjCMethodDecl::Required,
1252 ObjCMethodDecl::Required,
H A DSemaExprObjC.cpp235 ObjCMethodDecl::Required,
504 ObjCMethodDecl::Required,
672 ObjCMethodDecl::Required,
788 ObjCMethodDecl::Required,
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclObjC.h115 enum ImplementationControl { None, Required, Optional };
2014 enum PropertyControl { None, Required, Optional }; enumerator in enum:clang::ObjCPropertyDecl::PropertyControl
2187 /// Null for \@dynamic. Required for \@synthesize.
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclPrinter.cpp1077 if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required)

Completed in 275 milliseconds

12