Home
last modified time | relevance | path

Searched defs:Action (Results 1 – 25 of 39) sorted by relevance

12

/external/compiler-rt/lib/asan/tests/
Dasan_exceptions_test.cc5 class Action { class
7 Action() {} in Action() function in Action
/external/clang/test/SemaCXX/
Dconstexpr-turing.cpp8 struct Action { struct
13 using State = Action[2]; argument
/external/chromium/base/
Dfile_descriptor_shuffle_unittest.cc20 struct Action { struct
27 Action(Type in_type, int in_fd1, int in_fd2 = -1) in Action() argument
33 bool operator==(const Action& other) const { in operator ==() argument
52 actions_.push_back(Action(Action::DUPLICATE, *result, fd)); in Duplicate() argument
/external/llvm/lib/Analysis/
DAnalysis.cpp79 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
93 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
/external/clang/include/clang/Driver/
DUtil.h17 class Action; variable
DAction.h67 Action(ActionClass _Kind, types::ID _Type) in Action() function
69 Action(ActionClass _Kind, Action *Input, types::ID _Type) in Action() function
71 Action(ActionClass _Kind, const ActionList &_Inputs, types::ID _Type) in Action() function
94 static bool classof(const Action *) { return true; } in classof()
DDriver.h33 class Action; variable
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
DFunctionDelegates.cs35 public delegate void Action(); in Action() method
/external/clang/utils/TableGen/
DTableGen.cpp56 Action(cl::desc("Action to perform:"), variable
218 ClangTableGenAction Action; in main() local
/external/llvm/utils/TableGen/
DTableGen.cpp50 Action(cl::desc("Action to perform:"), variable
180 LLVMTableGenAction Action; in main() local
DCallingConvEmitter.cpp77 void CallingConvEmitter::EmitAction(Record *Action, in EmitAction()
/external/clang/unittests/Tooling/
DToolingTest.cpp102 llvm::OwningPtr<FrontendAction> Action(Factory->create()); in TEST() local
116 llvm::OwningPtr<FrontendAction> Action(Factory->create()); in TEST() local
/external/clang/lib/CodeGen/
DBackendUtil.cpp244 bool EmitAssemblyHelper::AddEmitPasses(BackendAction Action, in AddEmitPasses()
430 void EmitAssemblyHelper::EmitAssembly(BackendAction Action, raw_ostream *OS) { in EmitAssembly()
487 BackendAction Action, raw_ostream *OS) { in EmitBackendOutput()
DCodeGenAction.cpp39 BackendAction Action; member in clang::BackendConsumer
305 BackendAction Action) { in GetOutputStream()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeFilter.cs36 public delegate void Action(); in Action() method
/external/llvm/lib/TableGen/
DMain.cpp52 int TableGenMain(char *argv0, TableGenAction &Action) { in TableGenMain()
/external/chromium/testing/gmock/include/gmock/
Dgmock-actions.h285 Action() : impl_(NULL) {} in Action() function
289 explicit Action(ActionInterface<F>* impl) : impl_(impl) {} in Action() function
292 Action(const Action& action) : impl_(action.impl_) {} in Action() function
934 Action<To>::Action(const Action<From>& from) in Action() function
/external/llvm/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp192 unsigned Action; member
279 ActionEntry Action = {ValueForTypeID, NextAction, PrevAction}; in EmitExceptionTable() local
444 ActionEntry &Action = Actions[I]; in EmitExceptionTable() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.h78 unsigned Action; member
DDwarfException.cpp160 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; in ComputeActionsTable() local
637 const ActionEntry &Action = *I; in EmitExceptionTable() local
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp36 Action(cl::desc("Action to perform:"), variable
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp605 MatchCallback *Action) { in addMatcher()
611 MatchCallback *Action) { in addMatcher()
617 MatchCallback *Action) { in addMatcher()
/external/chromium/chrome/browser/net/
Dpassive_log_collector.h141 enum Action { enum
/external/llvm/include/llvm/Target/
DTargetLowering.h270 void setTypeAction(EVT VT, LegalizeTypeAction Action) { in setTypeAction()
499 LegalizeAction Action = (LegalizeAction) in getCondCodeAction() local
1100 LegalizeAction Action) { in setOperationAction()
1108 LegalizeAction Action) { in setLoadExtAction()
1117 LegalizeAction Action) { in setTruncStoreAction()
1128 LegalizeAction Action) { in setIndexedLoadAction()
1141 LegalizeAction Action) { in setIndexedStoreAction()
1152 LegalizeAction Action) { in setCondCodeAction()
/external/llvm/tools/llvm-mc/
Dllvm-mc.cpp165 Action(cl::desc("Action to perform:"), variable

12