/external/compiler-rt/lib/asan/tests/ |
D | asan_exceptions_test.cc | 5 class Action { class 7 Action() {} in Action() function in Action
|
/external/clang/test/SemaCXX/ |
D | constexpr-turing.cpp | 8 struct Action { struct 13 using State = Action[2]; argument
|
/external/chromium/base/ |
D | file_descriptor_shuffle_unittest.cc | 20 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/ |
D | Analysis.cpp | 79 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule() 93 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
|
/external/clang/include/clang/Driver/ |
D | Util.h | 17 class Action; variable
|
D | Action.h | 67 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()
|
D | Driver.h | 33 class Action; variable
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
D | FunctionDelegates.cs | 35 public delegate void Action(); in Action() method
|
/external/clang/utils/TableGen/ |
D | TableGen.cpp | 56 Action(cl::desc("Action to perform:"), variable 218 ClangTableGenAction Action; in main() local
|
/external/llvm/utils/TableGen/ |
D | TableGen.cpp | 50 Action(cl::desc("Action to perform:"), variable 180 LLVMTableGenAction Action; in main() local
|
D | CallingConvEmitter.cpp | 77 void CallingConvEmitter::EmitAction(Record *Action, in EmitAction()
|
/external/clang/unittests/Tooling/ |
D | ToolingTest.cpp | 102 llvm::OwningPtr<FrontendAction> Action(Factory->create()); in TEST() local 116 llvm::OwningPtr<FrontendAction> Action(Factory->create()); in TEST() local
|
/external/clang/lib/CodeGen/ |
D | BackendUtil.cpp | 244 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()
|
D | CodeGenAction.cpp | 39 BackendAction Action; member in clang::BackendConsumer 305 BackendAction Action) { in GetOutputStream()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeFilter.cs | 36 public delegate void Action(); in Action() method
|
/external/llvm/lib/TableGen/ |
D | Main.cpp | 52 int TableGenMain(char *argv0, TableGenAction &Action) { in TableGenMain()
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-actions.h | 285 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/ |
D | JITDwarfEmitter.cpp | 192 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/ |
D | DwarfException.h | 78 unsigned Action; member
|
D | DwarfException.cpp | 160 ActionEntry Action = { ValueForTypeID, NextAction, PrevAction }; in ComputeActionsTable() local 637 const ActionEntry &Action = *I; in EmitExceptionTable() local
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 36 Action(cl::desc("Action to perform:"), variable
|
/external/clang/lib/ASTMatchers/ |
D | ASTMatchFinder.cpp | 605 MatchCallback *Action) { in addMatcher() 611 MatchCallback *Action) { in addMatcher() 617 MatchCallback *Action) { in addMatcher()
|
/external/chromium/chrome/browser/net/ |
D | passive_log_collector.h | 141 enum Action { enum
|
/external/llvm/include/llvm/Target/ |
D | TargetLowering.h | 270 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/ |
D | llvm-mc.cpp | 165 Action(cl::desc("Action to perform:"), variable
|