HomeSort by relevance Sort by last modified time
    Searched refs:Requirements (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/Basic/
Module.cpp 84 for (unsigned I = 0, N = Current->Requirements.size(); I != N; ++I) {
85 if (hasFeature(Current->Requirements[I].first, LangOpts, Target) !=
86 Current->Requirements[I].second) {
87 Req = Current->Requirements[I];
159 Requirements.push_back(Requirement(Feature, RequiredState));
303 if (!Requirements.empty()) {
306 for (unsigned I = 0, N = Requirements.size(); I != N; ++I) {
309 if (!Requirements[I].second)
311 OS << Requirements[I].first;
  /external/clang/include/clang/Basic/
Module.h 122 /// If any of these requirements are not available, the \c IsAvailable bit
124 SmallVector<Requirement, 2> Requirements;
126 /// \brief Whether this module is missing a feature from \c Requirements.
131 /// If the module is missing headers or does not meet all requirements then
306 /// will be set to one of the requirements that is not met for use of
  /external/llvm/lib/Linker/
LinkModules.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 269 SmallVectorImpl<const MDNode *> &Requirements);
638 // Scan each flag, and track the flags and requirements.
640 SmallVector<const MDNode*, 16> Requirements;
642 visitModuleFlag(Flags->getOperand(I), SeenIDs, Requirements);
645 // Validate that the requirements in the module are valid.
646 for (unsigned I = 0, E = Requirements.size(); I != E; ++I) {
647 const MDNode *Requirement = Requirements[I];
670 SmallVectorImpl<const MDNode *> &Requirements) {
685 // Sanity check the values for behaviors with additional requirements.
711 // Append it to the list of requirements, to check once all module flags ar
    [all...]
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 316 if (location.hash == "#Requirements") {
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 315 if (location.hash == "#Requirements") {
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 408 if (location.hash == "#Requirements") {
  /build/tools/droiddoc/templates-sdk-dyn/
sdkpage.cs 404 if (location.hash == "#Requirements") {
  /external/iproute2/doc/
api-ip6-flowlabels.tex 222 Requirements of RFC2460 are pretty tough. Particularly, lifetimes
ip-cref.tex     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 136 milliseconds