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

  /src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp 382 if (Module *Restriction = Exports[I].getPointer())
383 WildcardRestrictions.push_back(Restriction);
391 // re-exported by the wildcard restriction.
401 Module *Restriction = WildcardRestrictions[R];
402 if (Mod == Restriction || Mod->isSubModuleOf(Restriction)) {
544 if (Module *Restriction = Exports[I].getPointer()) {
545 OS << Restriction->getFullModuleName(true);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ARMTargetParser.h 132 #define ARM_FPU(NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION) KIND,
150 None = 0, ///< No restriction
183 FPURestriction Restriction;
189 #define ARM_FPU(NAME, KIND, VERSION, NEON_SUPPORT, RESTRICTION) \
190 {NAME, sizeof(NAME) - 1, KIND, VERSION, NEON_SUPPORT, RESTRICTION},

Completed in 19 milliseconds