Home | History | Annotate | Download | only in processor

Lines Matching refs:Scope

163 class Scope: public CFIFixture, public Test { };
165 // There should be no value for .cfa in scope when evaluating the CFA rule.
166 TEST_F(Scope, CFALacksCFA) {
175 // There should be no value for .ra in scope when evaluating the CFA rule.
176 TEST_F(Scope, CFALacksRA) {
185 // The current frame's registers should be in scope when evaluating
187 TEST_F(Scope, CFASeesCurrentRegs) {
201 // .cfa should be in scope in the return address expression.
202 TEST_F(Scope, RASeesCFA) {
213 // There should be no value for .ra in scope when evaluating the CFA rule.
214 TEST_F(Scope, RALacksRA) {
223 // The current frame's registers should be in scope in the return
225 TEST_F(Scope, RASeesCurrentRegs) {
237 // .cfa should be in scope for register rules.
238 TEST_F(Scope, RegistersSeeCFA) {
250 // The return address should not be in scope for register rules.
251 TEST_F(Scope, RegsLackRA) {
262 TEST_F(Scope, RegsSeeRegs) {
279 TEST_F(Scope, SeparateTempsRA) {