/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | Analysis.cpp | 98 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule() argument 119 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | EHStreamer.h | 69 unsigned Action; member
|
H A D | EHStreamer.cpp | 143 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; local 566 const ActionEntry &Action = *I; emitExceptionTable() local [all...] |
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | RefBaseTests.cpp | 22 enum class Action { class [all...] |
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-actions.h | 729 class Action<R(Args...)> { class 755 Action() {} Action() function in testing::Action 765 Action(G&& fun) { // NOLINT Action() function in testing::Action 770 explicit Action(ActionInterface<F>* impl) Action() function in testing::Action 777 Action(const Action<Func>& action) // NOLINT Action() function in testing::Action [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | IntermRebuild.h | 50 enum class Action class in sh::TIntermRebuild
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
H A D | IntermRebuild.h | 50 enum class Action class in sh::TIntermRebuild
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/ |
H A D | LineEditor.cpp | 56 CompletionAction Action; in complete() local 86 CompletionAction Action; in getCompletionAction() local 145 LineEditor::CompletionAction Action = Data->LE->getCompletionAction( ElCompletionFn() local [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | memory-reducer.h | 89 enum Action { kDone, kWait, kRun }; enum in v8::internal::MemoryReducer
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | DFAPacketizer.cpp | 58 unsigned Action = ItinActions[MID->getSchedClass()]; in canReserveResources() local 67 unsigned Action = ItinActions[MID->getSchedClass()]; in reserveResources() local
|
/third_party/vixl/src/aarch64/ |
H A D | debugger-aarch64.cc | 328 DebugReturn HelpCmd::Action(const std::vector<std::string>& args) { in Action() function in vixl::aarch64::HelpCmd 335 DebugReturn BreakCmd::Action(const std::vector<std::string>& args) { in Action() function in vixl::aarch64::BreakCmd 364 DebugReturn StepCmd::Action(const std::vector<std::string>& args) { in Action() function in vixl::aarch64::StepCmd 411 DebugReturn ContinueCmd::Action(const std::vector<std::string>& args) { in Action() function in vixl::aarch64::ContinueCmd 425 DebugReturn PrintCmd::Action(const std::vector<std::string>& args) { in Action() function in vixl::aarch64::PrintCmd 485 DebugReturn TraceCmd::Action(const std::vector<std::string>& args) { in Action() function in vixl::aarch64::TraceCmd 506 DebugReturn GdbCmd::Action(const std::vector<std::string>& args) { in Action() function in vixl::aarch64::GdbCmd
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Passes/ |
H A D | PassBuilder.h | 64 PGOAction Action; global() member [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-api-aarch64.cc | 1263 enum Action { kRelease, kInclude, kExclude }; enum in vixl::aarch64::ScratchScopeHelper
|
/third_party/rust/crates/clap/clap_derive/src/ |
H A D | item.rs | 1104 pub enum Action { enum 1109 impl Action { impls
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.h | 130 enum Action { kSelf, kCopied, kPopped }; enum in absl::cord_internal::CordRepBtree
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.cpp | 45 raw_ostream &llvm::operator<<(raw_ostream &OS, LegalizeAction Action) { in operator <<() argument 303 const LegalizeAction Action = LLT2Action.second; in computeTables() local 465 auto Action = getAspectAction({Query.Opcode, i, Query.Types[i]}); in getAction() local 516 auto Action = getAction(MI, MRI).Action; isLegalOrCustom() local 575 LegalizeAction Action = Vec[VecIdx].second; findAction() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | LegalizerInfo.h | 149 LegalizeAction Action; member 295 LegalizeAction Action; member in LegalizeRule 299 LegalizeRule(LegalityPredicate Predicate, LegalizeAction Action, in LegalizeRule() argument 376 actionIf(LegalizeAction Action, LegalityPredicate Predicate) actionIf() argument 383 actionIf(LegalizeAction Action, LegalityPredicate Predicate, LegalizeMutation Mutation) actionIf() argument 390 actionFor(LegalizeAction Action, std::initializer_list<LLT> Types) actionFor() argument 397 actionFor(LegalizeAction Action, std::initializer_list<LLT> Types, LegalizeMutation Mutation) actionFor() argument 406 actionFor(LegalizeAction Action, std::initializer_list<std::pair<LLT, LLT>> Types) actionFor() argument 414 actionFor(LegalizeAction Action, std::initializer_list<std::pair<LLT, LLT>> Types, LegalizeMutation Mutation) actionFor() argument 424 actionForTypeWithAnyImm(LegalizeAction Action, std::initializer_list<LLT> Types) actionForTypeWithAnyImm() argument 433 actionForCartesianProduct(LegalizeAction Action, std::initializer_list<LLT> Types) actionForCartesianProduct() argument 444 actionForCartesianProduct(LegalizeAction Action, std::initializer_list<LLT> Types0, std::initializer_list<LLT> Types1) actionForCartesianProduct() argument 455 actionForCartesianProduct( LegalizeAction Action, std::initializer_list<LLT> Types0, std::initializer_list<LLT> Types1, std::initializer_list<LLT> Types2) actionForCartesianProduct() argument [all...] |
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageFormatTests.cpp | 117 class Action class [all...] |
/third_party/backends/backend/ |
H A D | hp5400_sane.c | 819 sane_control_option (SANE_Handle h, SANE_Int n, SANE_Action Action, in sane_control_option() argument
|
H A D | hp3900_sane.c | 2200 sane_control_option (SANE_Handle h, SANE_Int n, SANE_Action Action, in sane_control_option() argument
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-actions_test.cc | [all...] |
/third_party/python/Lib/ |
H A D | argparse.py | 790 class Action(_AttributeHolder): class [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 1018 FoldUDivOperandCb Action = UDivActions[i].FoldAction; in visitUDiv() local
|
/third_party/rust/crates/rustix/src/backend/libc/termios/ |
H A D | types.rs | 41 pub enum Action { enum
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 41 pub enum Action { enum
|