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

12

/external/llvm/utils/fpcmp/
H A Dfpcmp.cpp22 File1(cl::Positional, cl::desc("<input file #1>"), cl::Required);
24 File2(cl::Positional, cl::desc("<input file #2>"), cl::Required);
/external/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h68 const changeset_ty &Required) {}
66 UpdatedSearchState(const changeset_ty &Changes, const changesetlist_ty &Sets, const changeset_ty &Required) argument
/external/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp121 const changeset_ty &Required) {
122 DDA.UpdatedSearchState(Changes, Sets, Required);
147 /// \arg 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:__anon9402::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 DCommandLine.cpp417 return O->getNumOccurrencesFlag() == cl::Required ||
760 bool Done = PositionalOpts[i]->getNumOccurrencesFlag() == cl::Required;
814 case Required:
878 case Required:
/external/llvm/tools/llvm-diff/
H A Dllvm-diff.cpp64 cl::Required);
67 cl::Required);
/external/clang/lib/CodeGen/
H A DCGCall.h185 RequiredArgs Required; member in class:clang::CodeGen::CGFunctionInfo
195 CGFunctionInfo() : Required(RequiredArgs::All) {}
214 bool isVariadic() const { return Required.allowsOptionalArgs(); }
215 RequiredArgs getRequiredArgs() const { return Required; }
263 ID.AddInteger(Required.getOpaqueData());
/external/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)
/external/llvm/lib/VMCore/
H A DPass.cpp284 Required.push_back(ID);
289 Required.push_back(&ID);
294 Required.push_back(&ID);
/external/valgrind/main/helgrind/tests/
H A Dtc13_laog1.stderr.exp18 Required order was established by acquisition of lock at 0x........
H A Dhg02_deadlock.stderr.exp26 Required order was established by acquisition of lock at 0x........
H A Dtc15_laog_lockdel.stderr.exp20 Required order was established by acquisition of lock at 0x........
/external/llvm/utils/FileUpdate/
H A DFileUpdate.cpp34 OutputFilename(cl::Positional, cl::desc("<output-file>"), cl::Required);
/external/llvm/include/llvm/
H A DPassAnalysisSupport.h43 VectorType Required, RequiredTransitive, Preserved; member in class:llvm::AnalysisUsage
108 const VectorType &getRequiredSet() const { return Required; }
/external/libppp/src/
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)) {
/external/llvm/include/llvm/MC/
H A DMCInstrItineraries.h61 Required = 0, enumerator in enum:llvm::InstrStage::ReservationKinds
/external/ppp/pppd/plugins/radius/etc/
H A Ddictionary.microsoft58 VALUE MS-BAP-Usage Required 2
/external/llvm/tools/llvm-prof/
H A Dllvm-prof.cpp44 cl::Required);
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp37 Options(cl::Positional, cl::Required, cl::desc("{operation}[modifiers]..."));
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp34 CheckFilename(cl::Positional, cl::desc("<check-file>"), cl::Required);
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp1039 ObjCMethodDecl::Required,
1155 ObjCMethodDecl::Required,
H A DSemaObjCProperty.cpp530 PDecl->setPropertyImplementation(ObjCPropertyDecl::Required);
1892 ObjCMethodDecl::Required);
1931 ObjCMethodDecl::Required);
H A DSemaExprObjC.cpp235 ObjCMethodDecl::Required,
483 ObjCMethodDecl::Required,
651 ObjCMethodDecl::Required,
769 ObjCMethodDecl::Required,
/external/clang/include/clang/AST/
H A DDeclObjC.h115 enum ImplementationControl { None, Required, Optional };
1748 enum PropertyControl { None, Required, Optional }; enumerator in enum:clang::ObjCPropertyDecl::PropertyControl
1919 /// Null for \@dynamic. Required for \@synthesize.
/external/clang/lib/AST/
H A DDeclPrinter.cpp971 if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required)

Completed in 1603 milliseconds

12