HomeSort by relevance Sort by last modified time
    Searched refs:Required (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/utils/fpcmp/
fpcmp.cpp 22 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/
DAGDeltaAlgorithm.h 23 /// removing any single element not required by the dependencies on the other
34 /// is not required to satisfy this property, but the algorithm will run
68 const changeset_ty &Required) {}
  /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 /// \arg 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...]
CommandLine.cpp 417 return O->getNumOccurrencesFlag() == cl::Required ||
760 bool Done = PositionalOpts[i]->getNumOccurrencesFlag() == cl::Required;
810 // Loop over args and make sure all required args are specified!
814 case Required:
    [all...]
  /external/llvm/tools/llvm-diff/
llvm-diff.cpp 64 cl::Required);
67 cl::Required);
  /external/clang/lib/CodeGen/
CGCall.h 104 /// The number of required arguments, or ~0 if the signature does
115 /// Compute the arguments required by the given formal prototype,
185 RequiredArgs Required;
195 CGFunctionInfo() : Required(RequiredArgs::All) {}
202 RequiredArgs required);
214 bool isVariadic() const { return Required.allowsOptionalArgs(); }
215 RequiredArgs getRequiredArgs() const { return Required; }
263 ID.AddInteger(Required.getOpaqueData());
270 RequiredArgs required,
278 ID.AddInteger(required.getOpaqueData())
    [all...]
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 143 case InstrStage::Required:
144 // Required FUs conflict with both reserved and required ones
148 // Reserved FUs can conflict only with required ones.
195 case InstrStage::Required:
196 // Required FUs conflict with both reserved and required ones
200 // Reserved FUs can conflict only with required ones.
212 if (IS->getReservationKind() == InstrStage::Required)
  /external/llvm/lib/VMCore/
Pass.cpp 284 Required.push_back(ID);
289 Required.push_back(&ID);
294 Required.push_back(&ID);
  /external/valgrind/main/helgrind/tests/
tc13_laog1.stderr.exp 18 Required order was established by acquisition of lock at 0x........
hg02_deadlock.stderr.exp 26 Required order was established by acquisition of lock at 0x........
tc15_laog_lockdel.stderr.exp 20 Required order was established by acquisition of lock at 0x........
  /gdk/sources/llvm-ndk-cc/
llvm-ndk-cc.cpp 34 InputFilename(llvm::cl::Positional, llvm::cl::Required,
44 OutputFilename(llvm::cl::Required, "o", llvm::cl::desc("Override output filename"));
  /external/llvm/utils/FileUpdate/
FileUpdate.cpp 34 OutputFilename(cl::Positional, cl::desc("<output-file>"), cl::Required);
  /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/include/llvm/MC/
MCInstrItineraries.h 60 Required = 0,
  /system/core/libpixelflinger/
Android.mk 49 # Required to define logging functions on the simulator.
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 58 VALUE MS-BAP-Usage Required 2
  /external/llvm/tools/llvm-prof/
llvm-prof.cpp 44 cl::Required);
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 37 Options(cl::Positional, cl::Required, cl::desc("{operation}[modifiers]..."));
  /external/llvm/utils/FileCheck/
FileCheck.cpp 34 CheckFilename(cl::Positional, cl::desc("<check-file>"), cl::Required);
154 // capturing the result for any purpose. This is required in case the
  /external/clang/include/clang/AST/
DeclObjC.h 115 enum ImplementationControl { None, Required, Optional };
139 /// @required/@optional
587 /// completed by the external AST source when required.
650 /// when a complete class is required.
    [all...]
  /external/clang/lib/Sema/
SemaPseudoObject.cpp 27 // of a unary increment or decrement, both are required; for example,
    [all...]
SemaObjCProperty.cpp 482 PDecl->setPropertyImplementation(ObjCPropertyDecl::Required);
    [all...]
SemaExprObjC.cpp 207 /*isDefined=*/false, ObjCMethodDecl::Required,
459 ObjCMethodDecl::Required,
602 ObjCMethodDecl::Required,
735 ObjCMethodDecl::Required,
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 972 if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required)
973 Out << "@required\n";
    [all...]

Completed in 493 milliseconds

1 2