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

  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
DebugObjectManagerPlugin.cpp 114 enum class Requirement {
128 void set(Requirement Req) { Reqs.insert(Req); }
129 bool has(Requirement Req) const { return Reqs.count(Req) > 0; }
152 std::set<Requirement> Reqs;
213 set(Requirement::ReportFinalSectionLoadAddresses);
424 if (DebugObj.has(Requirement::ReportFinalSectionLoadAddresses)) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprConcepts.h 147 /// \brief A static requirement that can be used in a requires-expression to
149 class Requirement {
170 Requirement(RequirementKind Kind, bool IsDependent,
201 /// \brief A requires-expression requirement which queries the existence of a
203 class TypeRequirement : public Requirement {
217 /// \brief Construct a type requirement from a type. If the given type is not
218 /// dependent, this indicates that the type exists and the requirement will be
223 /// \brief Construct a type requirement when the nested name specifier is
224 /// invalid due to a bad substitution. The requirement is unsatisfied.
226 Requirement(RK_Type, false, false, false), Value(Diagnostic)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 62 /// The requirement for the instance variable could not be determined.
280 ReleaseRequirement Requirement = getDeallocReleaseRequirement(PropImpl);
281 if (Requirement != ReleaseRequirement::MustRelease)
912 // always be stored retained, so their release requirement cannot be
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp 1674 Module::Requirement Requirement;
1677 if (M->isAvailable(LangOpts, TargetInfo, Requirement, MissingHeader,
1689 // FIXME: Track the location at which the requirement was specified, and
1692 << M->getFullModuleName() << Requirement.second << Requirement.first;
  /src/external/apache2/llvm/dist/llvm/lib/Linker/
IRMover.cpp 1261 // If this is a requirement, add it and continue.
1263 // If the destination module does not already have this requirement, add
1406 MDNode *Requirement = Requirements[I];
1407 MDString *Flag = cast<MDString>(Requirement->getOperand(0));
1408 Metadata *ReqValue = Requirement->getOperand(1);

Completed in 42 milliseconds