| /external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/ |
| D | max_allocation_size.cpp | 50 static void *allocate(const char *Action, size_t Size) { in allocate() 71 static void deallocate(const char *Action, void *Ptr) { in deallocate() 84 const char *Action = Argv[1]; in main() local
|
| /external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
| D | MachException.h | 112 struct Action { struct 127 uint8_t flags; // Action flags describing what to do with the exception argument
|
| /external/llvm-project/clang-tools-extra/clangd/ |
| D | ClangdServer.cpp | 294 auto Action = [Pos, File = File.str(), CB = std::move(CB), in signatureHelp() local 339 auto Action = [File = File.str(), Code = Code.str(), in formatOnType() local 361 auto Action = [Pos, File = File.str(), CB = std::move(CB), in prepareRename() local 392 auto Action = [File = File.str(), NewName = NewName.str(), Pos, Opts, in rename() local 457 auto Action = [File = File.str(), Sel, CB = std::move(CB), in enumerateTweaks() local 495 auto Action = [File = File.str(), Sel, TweakID = TweakID.str(), in applyTweak() local 534 auto Action = [Pos, CB = std::move(CB), in locateSymbolAt() local 555 auto Action = [Path = Path.str(), CB = std::move(CB), in switchSourceHeader() local 568 auto Action = [File = File.str(), Code = Code.str(), Ranges = Ranges.vec(), in formatCode() local 587 auto Action = in findDocumentHighlights() local [all …]
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | constexpr-turing-cxx2a.cpp | 7 struct Action { struct 12 using State = Action[2]; argument
|
| D | constexpr-turing.cpp | 9 struct Action { struct 14 using State = Action[2]; argument
|
| /external/clang/test/SemaCXX/ |
| D | constexpr-turing.cpp | 9 struct Action { struct 14 using State = Action[2]; argument
|
| /external/rust/crates/grpcio/src/task/ |
| D | promise.rs | 110 pub struct Action { struct 114 impl Action { impl 115 pub fn new(inner: Arc<Inner<bool>>) -> Action { in new()
|
| /external/llvm-project/llvm/utils/TableGen/ |
| D | DFAEmitter.cpp | 174 struct Action { struct 175 Record *R = nullptr; 176 unsigned I = 0; 177 std::string S; 180 Action(Record *R, unsigned I, std::string S) : R(R), I(I), S(S) {} in Action() function 182 void print(raw_ostream &OS) const { in print() 190 bool operator<(const Action &Other) const { in operator <()
|
| /external/compiler-rt/lib/asan/tests/ |
| D | asan_exceptions_test.cc | 5 class Action { class 7 Action() {} in Action() function in Action
|
| /external/llvm-project/compiler-rt/lib/asan/tests/ |
| D | asan_exceptions_test.cpp | 5 class Action { class 7 Action() {} in Action() function in Action
|
| /external/rust/crates/rusqlite/src/ |
| D | hooks.rs | 16 pub enum Action { enum 27 impl From<i32> for Action { implementation 28 fn from(code: i32) -> Action { in from() 73 F: FnMut(Action, &str, &str, i64) + Send + 'static, in update_hook() 178 F: FnMut(Action, &str, &str, i64) + Send + 'static, in update_hook() 187 F: FnMut(Action, &str, &str, i64), in update_hook()
|
| /external/libchrome/base/posix/ |
| D | file_descriptor_shuffle_unittest.cc | 17 struct Action { struct 18 enum Type { 24 Action(Type in_type, int in_fd1, int in_fd2 = -1) in Action() function 30 bool operator==(const Action& other) const { in operator ==() 36 Type type; 37 int fd1; 38 int fd2;
|
| /external/llvm-project/clang/unittests/Tooling/ |
| D | DependencyScannerTest.cpp | 68 auto Action = std::make_unique<PreprocessOnlyAction>(); in runInvocation() local 102 TestDependencyScanningAction Action(Deps); in TEST() local 157 TestDependencyScanningAction Action(Deps); in TEST() local 194 TestDependencyScanningAction Action(Deps); in TEST() local
|
| D | ToolingTest.cpp | 154 std::unique_ptr<FrontendAction> Action(Factory->create()); in TEST() local 168 std::unique_ptr<FrontendAction> Action(Factory->create()); in TEST() local 252 std::unique_ptr<FrontendActionFactory> Action( in TEST() local 401 std::unique_ptr<FrontendActionFactory> Action( in TEST() local 433 std::unique_ptr<FrontendActionFactory> Action( in TEST() local 462 std::unique_ptr<FrontendActionFactory> Action( in TEST() local 498 std::unique_ptr<FrontendActionFactory> Action( in TEST() local 510 std::unique_ptr<FrontendActionFactory> Action( in TEST() local 542 std::unique_ptr<FrontendActionFactory> Action( in TEST() local 575 std::unique_ptr<FrontendActionFactory> Action( in TEST() local [all …]
|
| /external/boringssl/src/util/fipstools/acvp/acvptool/ |
| D | interactive.go | 66 Action(action string, args []string) error methodSpec 125 func (set ServerObjectSet) Action(action string, args []string) error { func 236 func (obj ServerObject) Action(action string, args []string) error { func 301 func (Search) Action(_ string, _ []string) error { func 353 func (s stringLiteral) Action(action string, args []string) error { func 398 func (results) Action(_ string, _ []string) error { func
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | Analysis.cpp | 98 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule() 119 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
|
| /external/llvm-project/llvm/lib/Analysis/ |
| D | Analysis.cpp | 99 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule() 120 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
|
| /external/llvm/lib/Analysis/ |
| D | Analysis.cpp | 88 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule() 109 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
|
| /external/scudo/standalone/ |
| D | report.cpp | 108 static const char *stringifyAction(AllocatorAction Action) { in stringifyAction() 124 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr) { in reportInvalidChunkState() 130 void NORETURN reportMisalignedPointer(AllocatorAction Action, void *Ptr) { in reportMisalignedPointer() 138 void NORETURN reportDeallocTypeMismatch(AllocatorAction Action, void *Ptr, in reportDeallocTypeMismatch()
|
| /external/llvm-project/compiler-rt/lib/scudo/standalone/ |
| D | report.cpp | 108 static const char *stringifyAction(AllocatorAction Action) { in stringifyAction() 124 void NORETURN reportInvalidChunkState(AllocatorAction Action, void *Ptr) { in reportInvalidChunkState() 130 void NORETURN reportMisalignedPointer(AllocatorAction Action, void *Ptr) { in reportMisalignedPointer() 138 void NORETURN reportDeallocTypeMismatch(AllocatorAction Action, void *Ptr, in reportDeallocTypeMismatch()
|
| /external/vogar/src/vogar/ |
| D | Action.java | 25 public final class Action { class 36 public Action(String name, String actionClass, File resourcesDirectory, in Action() method in Action
|
| /external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | LegalizerInfo.h | 153 LegalizeAction Action; member 341 LegalizeAction Action; variable 422 LegalizeRuleSet &actionIf(LegalizeAction Action, in actionIf() 429 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() 436 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 443 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 452 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 460 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 470 LegalizeRuleSet &actionForTypeWithAnyImm(LegalizeAction Action, in actionForTypeWithAnyImm() 478 LegalizeAction Action, std::initializer_list<std::pair<LLT, LLT>> Types) { in actionForTypeWithAnyImm() [all …]
|
| /external/clang/lib/Sema/ |
| D | SemaAttr.cpp | 80 PragmaMsStackAction Action = Sema::PSK_Reset; in ActOnPragmaOptionsAlign() local 129 void Sema::ActOnPragmaPack(SourceLocation PragmaLoc, PragmaMsStackAction Action, in ActOnPragmaPack() 202 void Sema::ActOnPragmaMSVtorDisp(PragmaMsStackAction Action, in ActOnPragmaMSVtorDisp() 213 PragmaMsStackAction Action, in Act() 296 PragmaMsStackAction Action, in ActOnPragmaMSSeg()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | LegalizerInfo.h | 149 LegalizeAction Action; member 295 LegalizeAction Action; variable 376 LegalizeRuleSet &actionIf(LegalizeAction Action, in actionIf() 383 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() 390 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 397 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 406 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 414 LegalizeRuleSet &actionFor(LegalizeAction Action, in actionFor() 424 LegalizeRuleSet &actionForTypeWithAnyImm(LegalizeAction Action, in actionForTypeWithAnyImm() 433 LegalizeRuleSet &actionForCartesianProduct(LegalizeAction Action, in actionForCartesianProduct() [all …]
|
| /external/llvm-project/clang/lib/CodeGen/ |
| D | CGStmtOpenMP.cpp | 1727 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPParallelDirective() 2299 PrePostActionTy &Action) { in emitOMPSimdRegion() 2396 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPSimdDirective() 2778 PrePostActionTy &Action) { in emitInnerParallelForWhenCombined() 2836 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPTargetSimdDeviceFunction() 2849 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPTargetSimdDirective() 3588 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPSingleDirective() 3616 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in emitMaster() 3692 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPCriticalDirective() 3710 auto &&CodeGen = [&S](CodeGenFunction &CGF, PrePostActionTy &Action) { in EmitOMPParallelForDirective() [all …]
|