Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DTargetInfo.cpp468 Info.setAllowsMemory(); in validateOutputConstraint()
473 Info.setAllowsMemory(); in validateOutputConstraint()
612 Info.setAllowsMemory(); in validateInputConstraint()
617 Info.setAllowsMemory(); in validateInputConstraint()
DTargets.cpp983 Info.setAllowsMemory(); in validateAsmConstraint()
991 Info.setAllowsMemory(); in validateAsmConstraint()
4909 Info.setAllowsMemory(); in validateAsmConstraint()
4922 Info.setAllowsMemory(); in validateAsmConstraint()
5455 Info.setAllowsMemory(); in validateAsmConstraint()
6258 Info.setAllowsMemory(); in validateAsmConstraint()
6657 Info.setAllowsMemory(); in validateAsmConstraint()
6661 Info.setAllowsMemory(); in validateAsmConstraint()
/external/clang/include/clang/Basic/
DTargetInfo.h612 void setAllowsMemory() { Flags |= CI_AllowsMemory; } in setAllowsMemory() function