Searched refs:PFC_Pop (Results 1 – 3 of 3) sorted by relevance
35 PFC_Pop // #pragma float_control(pop) enumerator
455 case PFC_Pop: in ActOnPragmaFloatControl()
2588 .Case("pop", PFC_Pop) in HandlePragma()2594 } else if (Kind == PFC_Push || Kind == PFC_Pop) { in HandlePragma()2600 Action = (Kind == PFC_Pop) ? Sema::PSK_Pop : Sema::PSK_Push; in HandlePragma()