HomeSort by relevance Sort by last modified time
    Searched refs:Required (Results 1 - 25 of 27) 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
67 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 420 return O->getNumOccurrencesFlag() == cl::Required ||
763 bool Done = PositionalOpts[i]->getNumOccurrencesFlag() == cl::Required;
813 // Loop over args and make sure all required args are specified!
817 case Required:
    [all...]
  /external/llvm/tools/llvm-diff/
llvm-diff.cpp 64 cl::Required);
67 cl::Required);
  /external/valgrind/main/helgrind/tests/
tc13_laog1.stderr.exp 7 Required order was established by acquisition of lock at 0x........
hg02_deadlock.stderr.exp 12 Required order was established by acquisition of lock at 0x........
tc15_laog_lockdel.stderr.exp 9 Required order was established by acquisition of lock at 0x........
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 145 case InstrStage::Required:
146 // Required FUs conflict with both reserved and required ones
150 // Reserved FUs can conflict only with required ones.
199 case InstrStage::Required:
200 // Required FUs conflict with both reserved and required ones
204 // Reserved FUs can conflict only with required ones.
216 if (IS->getReservationKind() == InstrStage::Required)
  /external/llvm/lib/VMCore/
Pass.cpp 280 Required.push_back(ID);
285 Required.push_back(&ID);
290 Required.push_back(&ID);
  /external/llvm/utils/FileUpdate/
FileUpdate.cpp 34 OutputFilename(cl::Positional, cl::desc("<output-file>"), cl::Required);
  /external/llvm/include/llvm/
PassAnalysisSupport.h 41 // Sets of analyses required and preserved by a pass
42 VectorType Required, RequiredTransitive, Preserved;
48 // addRequired - Add the specified ID to the required set of the usage info
107 const VectorType &getRequiredSet() const { return Required; }
162 // that are required by the current pass (to implement getAnalysis()).
213 "'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/clang/lib/Sema/
SemaObjCProperty.cpp 450 PDecl->setPropertyImplementation(ObjCPropertyDecl::Required);
    [all...]
  /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 114 enum ImplementationControl { None, Required, Optional };
138 /// @required/@optional
578 /// completed by the external AST source when required.
598 /// when a complete class is required.
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp 957 if (PDecl->getPropertyImplementation() == ObjCPropertyDecl::Required)
958 Out << "@required\n";
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 88 Required = 0x03, // One occurrence required
89 OneOrMore = 0x04, // One or more occurrences required
92 // last positional argument required by the application (it is an error if
103 enum ValueExpected { // Is a value required for the option?
105 ValueRequired = 0x10, // The value is required to appear!
134 Positional = 0x080, // Is a positional argument, no '-' required
458 // Insert the first value, which is required.
571 // In which case, the value is required. Otherwise if an arg str has not
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 525 TEST(GeneratedMessageTest, Required) {
526 // Test that IsInitialized() returns false if required fields are missing.
539 // Test that IsInitialized() returns false if required fields in nested
    [all...]
  /ndk/build/core/
definitions.mk 9 # Unless required by applicable law or agreed to in writing, software
124 # Function : check-required-vars
128 # Usage : $(call check-required-vars, VAR1 VAR2 VAR3..., <file>)
129 # Rationale: Checks that all required vars listed in $1 were defined by $2
132 check-required-vars = $(foreach __varname,$1,\
134 $(call __ndk_info, Required variable $(__varname) is not defined by $2)\
    [all...]

Completed in 479 milliseconds

1 2