Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp477 Info.setAllowsMemory(); in validateOutputConstraint()
482 Info.setAllowsMemory(); in validateOutputConstraint()
622 Info.setAllowsMemory(); in validateInputConstraint()
627 Info.setAllowsMemory(); in validateInputConstraint()
DTargets.cpp942 Info.setAllowsMemory(); in validateAsmConstraint()
950 Info.setAllowsMemory(); in validateAsmConstraint()
4506 Info.setAllowsMemory(); in validateAsmConstraint()
4519 Info.setAllowsMemory(); in validateAsmConstraint()
4972 Info.setAllowsMemory(); in validateAsmConstraint()
5638 Info.setAllowsMemory(); in validateAsmConstraint()
5997 Info.setAllowsMemory(); in validateAsmConstraint()
6001 Info.setAllowsMemory(); in validateAsmConstraint()
/external/clang/include/clang/Basic/
DTargetInfo.h582 void setAllowsMemory() { Flags |= CI_AllowsMemory; } in setAllowsMemory() function