Searched refs:ActionType (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DTableGen.cpp24 enum ActionType { enum
66 cl::opt<ActionType> Action(
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp50 enum ActionType { enum
58 static cl::opt<ActionType>
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp173 enum ActionType { enum
180 static cl::opt<ActionType>
/freebsd-11-stable/contrib/llvm-project/lldb/utils/TableGen/
H A DLLDBTableGen.cpp24 enum ActionType { enum
32 static cl::opt<ActionType> Action(
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DTableGen.cpp25 enum ActionType { enum
81 cl::opt<ActionType> Action(
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp1148 enum ActionType { Push, Pop, Attribute }; enum in struct:__anon564::PragmaAttributeInfo
1150 ActionType Action;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp190 PluginASTAction::ActionType ActionType = P->getActionType(); local
191 if (ActionType == PluginASTAction::Cmdline) {
197 ActionType = PluginASTAction::AddAfterMainAction;
202 if ((ActionType == PluginASTAction::AddBeforeMainAction ||
203 ActionType == PluginASTAction::AddAfterMainAction) &&
206 if (ActionType == PluginASTAction::AddBeforeMainAction) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendAction.h272 enum ActionType { enum in class:clang::PluginASTAction
283 virtual ActionType getActionType() { return Cmdline; }
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.c1188 pCmd->ActionType = htole32(EncrActionTypeSetGroupKey);
1190 pCmd->ActionType = htole32(EncrActionTypeSetKey);
1236 pCmd->ActionType = htole16(EncrActionTypeRemoveKey);
1381 pCmd->ActionType = htole32(BaCheckCreateStream);
1473 pCmd->ActionType = htole32(BaCreateStream);
1531 pCmd->ActionType = htole32(BaDestroyStream);
H A Dmwlreg.h1134 uint32_t ActionType; // ENCR_ACTION_TYPE member in struct:__anon11130
1145 uint32_t ActionType; // ENCR_ACTION_TYPE member in struct:__anon11131
1253 uint32_t ActionType; member in struct:__anon11139

Completed in 144 milliseconds