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()
621 Info.setAllowsMemory(); in validateInputConstraint()
626 Info.setAllowsMemory(); in validateInputConstraint()
DTargets.cpp1058 Info.setAllowsMemory(); in validateAsmConstraint()
1066 Info.setAllowsMemory(); in validateAsmConstraint()
5304 Info.setAllowsMemory(); in validateAsmConstraint()
5317 Info.setAllowsMemory(); in validateAsmConstraint()
5876 Info.setAllowsMemory(); in validateAsmConstraint()
6891 Info.setAllowsMemory(); in validateAsmConstraint()
7453 Info.setAllowsMemory(); in validateAsmConstraint()
7457 Info.setAllowsMemory(); in validateAsmConstraint()
/external/clang/include/clang/Basic/
DTargetInfo.h650 void setAllowsMemory() { Flags |= CI_AllowsMemory; } in setAllowsMemory() function