Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaAttr.cpp220 PragmaMsStackAction Action = Sema::PSK_Reset; in ActOnPragmaOptionsAlign()
324 void Sema::ActOnPragmaPack(SourceLocation PragmaLoc, PragmaMsStackAction Action, in ActOnPragmaPack()
552 PragmaMsStackAction Action, in ActOnPragmaFloatControl()
612 void Sema::ActOnPragmaMSVtorDisp(PragmaMsStackAction Action, in ActOnPragmaMSVtorDisp()
623 PragmaMsStackAction Action, in Act()
738 PragmaMsStackAction Action, in ActOnPragmaMSSeg()
765 PragmaMsStackAction Action, in ActOnPragmaMSStrictGuardStackCheck()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParsePragma.cpp670 Sema::PragmaMsStackAction Action;
790 Sema::PragmaMsStackAction Action = in HandlePragmaFloatControl()
791 static_cast<Sema::PragmaMsStackAction>((Value >> 16) & 0xFFFF); in HandlePragmaFloatControl()
915 Sema::PragmaMsStackAction Action = in HandlePragmaMSVtorDisp()
916 static_cast<Sema::PragmaMsStackAction>((Value >> 16) & 0xFFFF); in HandlePragmaMSVtorDisp()
1047 Sema::PragmaMsStackAction Action = Sema::PSK_Reset; in HandlePragmaMSSegment()
1105 Action = (Sema::PragmaMsStackAction)(Action | Sema::PSK_Set); in HandlePragmaMSSegment()
1194 Sema::PragmaMsStackAction Action = Sema::PSK_Set; in HandlePragmaMSStrictGuardStackCheck()
2029 Sema::PragmaMsStackAction Action = Sema::PSK_Reset; in HandlePragma()
2065 Action = (Sema::PragmaMsStackAction)(Action | Sema::PSK_Set); in HandlePragma()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h474 enum PragmaMsStackAction { enum
600 void Act(SourceLocation PragmaLocation, PragmaMsStackAction Action, in Act()
649 void SentinelAction(PragmaMsStackAction Action, StringRef Label) { in SentinelAction()
10590 void ActOnPragmaPack(SourceLocation PragmaLoc, PragmaMsStackAction Action,
10605 PragmaMsStackAction Action,
10624 void ActOnPragmaMSVtorDisp(PragmaMsStackAction Action,
10643 PragmaMsStackAction Action,
10681 void ActOnPragmaFloatControl(SourceLocation Loc, PragmaMsStackAction Action,
13974 PragmaMsStackAction Action,