Searched refs:Action (Results 76 - 96 of 96) sorted by relevance

1234

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DASTUnit.h701 /// \param Action - The ASTFrontendAction to invoke. Its ownership is not
709 /// provided \see Action.
719 ASTFrontendAction *Action = 0,
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Dactbl1.h111 UINT8 Action; member in struct:acpi_whea_header
251 /* Values for Action field above */
280 /* EINJ Trigger Error Action Table */
347 /* Values for Action field above */
H A Dactbl2.h81 #define ACPI_SIG_WDAT "WDAT" /* Watchdog Action Table */
1055 * WDAT - Watchdog Action Table
1091 UINT8 Action; member in struct:acpi_wdat_entry
1100 /* Values for Action field above */
/freebsd-9.3-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp534 InsertAction Action = computeInsertAction(Operation, I, Name, MemberI); local
535 switch (Action) {
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_sas_lsi.c317 // build RAID Action message
334 action->Action =
1015 * System Shutdown RAID Action is sent if in IR mode.
1150 * Sending RAID Action to alert the Integrated RAID subsystem of the IOC that
1204 action->Action = MPI2_RAID_ACTION_SYSTEM_SHUTDOWN_INITIATED;
H A Dmpr.c2694 req->Action = params->action;
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt.h321 u_int Action; member in struct:mpt_config_params
1103 int mpt_read_extcfg_page(struct mpt_softc *mpt, int Action,
1113 int mpt_read_cfg_page(struct mpt_softc *t, int /*Action*/,
1117 int mpt_write_cfg_page(struct mpt_softc *, int /*Action*/,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp2577 /// expression. Action is the kind of conversion we're performing,
2582 AssignmentAction Action,
2587 Action, CCK);
2672 AssignmentAction Action,
2837 if (SCS.IncompatibleObjC && Action != AA_Casting) {
2839 if (Action == AA_Initializing || Action == AA_Assigning)
2842 << ToType << From->getType() << Action
2847 << From->getType() << ToType << Action
2857 if (Action
2580 PerformImplicitConversion(Expr *From, QualType ToType, const ImplicitConversionSequence &ICS, AssignmentAction Action, CheckedConversionKind CCK) argument
2670 PerformImplicitConversion(Expr *From, QualType ToType, const StandardConversionSequence& SCS, AssignmentAction Action, CheckedConversionKind CCK) argument
[all...]
H A DSemaOverload.cpp1285 AssignmentAction Action, bool AllowExplicit) {
1287 return PerformImplicitConversion(From, ToType, Action, AllowExplicit, ICS);
1292 AssignmentAction Action, bool AllowExplicit,
1300 (Action == AA_Passing || Action == AA_Sending);
1309 return PerformImplicitConversion(From, ToType, ICS, Action);
1284 PerformImplicitConversion(Expr *From, QualType ToType, AssignmentAction Action, bool AllowExplicit) argument
1291 PerformImplicitConversion(Expr *From, QualType ToType, AssignmentAction Action, bool AllowExplicit, ImplicitConversionSequence& ICS) argument
H A DSemaExpr.cpp10607 Expr *SrcExpr, AssignmentAction Action,
10640 (Action == AA_Passing_CFAudited ?
10726 switch (Action) {
10747 if (Action == AA_Passing_CFAudited)
10750 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange();
10775 if (Action == AA_Returning && ConvTy == IncompatiblePointer)
10604 DiagnoseAssignmentResult(AssignConvertType ConvTy, SourceLocation Loc, QualType DstType, QualType SrcType, Expr *SrcExpr, AssignmentAction Action, bool *Complained) argument
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp877 FoldUDivOperandCb Action = UDivActions[i].FoldAction; local
880 if (Action)
881 Inst = Action(Op0, ActionOp1, I, *this);
/freebsd-9.3-release/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c707 {ACPI_DMT_EINJACT, ACPI_EINJ0_OFFSET (Action), "Action", 0},
736 {ACPI_DMT_ERSTACT, ACPI_ERST0_OFFSET (Action), "Action", 0},
1514 * WDAT - Watchdog Action Table
1541 {ACPI_DMT_UINT8, ACPI_WDAT0_OFFSET (Action), "Watchdog Action", 0},
/freebsd-9.3-release/sys/dev/mps/mpi/
H A Dmpi2_cnfg.h352 U8 Action; /* 0x00 */ member in struct:_MPI2_CONFIG_REQUEST
370 /* values for the Action field */
386 U8 Action; /* 0x00 */ member in struct:_MPI2_CONFIG_REPLY
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_sas_lsi.c911 * Sending RAID Action to alert the Integrated RAID subsystem of the IOC that
965 action->Action = MPI2_RAID_ACTION_SYSTEM_SHUTDOWN_INITIATED;
H A Dmps.c2601 req->Action = params->action;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp1558 frontend::ActionKind Action) {
1561 switch (Action) {
1556 ParsePreprocessorOutputArgs(PreprocessorOutputOptions &Opts, ArgList &Args, frontend::ActionKind Action) argument
/freebsd-9.3-release/sys/dev/mpr/mpi/
H A Dmpi2_cnfg.h396 U8 Action; /* 0x00 */ member in struct:_MPI2_CONFIG_REQUEST
416 /* values for the Action field */
432 U8 Action; /* 0x00 */ member in struct:_MPI2_CONFIG_REPLY
/freebsd-9.3-release/sys/dev/mpt/mpilib/
H A Dmpi_cnfg.h539 U8 Action; /* 00h */ member in struct:_MSG_CONFIG
556 * Action field values
570 U8 Action; /* 00h */ member in struct:_MSG_CONFIG_REPLY
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h7310 Expr *SrcExpr, AssignmentAction Action,
7349 AssignmentAction Action,
7352 AssignmentAction Action,
7357 AssignmentAction Action,
7362 AssignmentAction Action,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DTools.cpp15 #include "clang/Driver/Action.h"
1696 static bool ContainsCompileAction(const Action *A) {
1700 for (Action::const_iterator it = A->begin(), ie = A->end(); it != ie; ++it)
4046 const Action *SourceAction = &JA;
4047 while (SourceAction->getKind() != Action::InputClass) {
4602 const Action *SourceAction = &JA;
4603 while (SourceAction->getKind() != Action::InputClass) {
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2103 TargetLowering::LegalizeAction Action = TLI.getOperationAction(PartsOpc, NVT); local
2104 if ((Action == TargetLowering::Legal && TLI.isTypeLegal(NVT)) ||
2105 Action == TargetLowering::Custom) {

Completed in 326 milliseconds

1234