Home
last modified time | relevance | path

Searched refs:setAllowsMemory (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Basic/
DTargetInfo.cpp354 Info.setAllowsMemory(); in validateOutputConstraint()
359 Info.setAllowsMemory(); in validateOutputConstraint()
476 Info.setAllowsMemory(); in validateInputConstraint()
481 Info.setAllowsMemory(); in validateInputConstraint()
DTargets.cpp812 Info.setAllowsMemory(); in validateAsmConstraint()
820 Info.setAllowsMemory(); in validateAsmConstraint()
3312 Info.setAllowsMemory(); in validateAsmConstraint()
3758 Info.setAllowsMemory(); in validateAsmConstraint()
3771 Info.setAllowsMemory(); in validateAsmConstraint()
4367 Info.setAllowsMemory(); in validateAsmConstraint()
4653 Info.setAllowsMemory(); in validateAsmConstraint()
/external/clang/include/clang/Basic/
DTargetInfo.h507 void setAllowsMemory() { Flags |= CI_AllowsMemory; } in setAllowsMemory() function