Home
last modified time | relevance | path

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

12345678910

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
Dmax_allocation_size.cpp50 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/
DMachException.h112 struct Action { struct
127 uint8_t flags; // Action flags describing what to do with the exception argument
/external/llvm-project/clang-tools-extra/clangd/
DClangdServer.cpp294 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/
Dconstexpr-turing-cxx2a.cpp7 struct Action { struct
12 using State = Action[2]; argument
Dconstexpr-turing.cpp9 struct Action { struct
14 using State = Action[2]; argument
/external/clang/test/SemaCXX/
Dconstexpr-turing.cpp9 struct Action { struct
14 using State = Action[2]; argument
/external/rust/crates/grpcio/src/task/
Dpromise.rs110 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/
DDFAEmitter.cpp174 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/
Dasan_exceptions_test.cc5 class Action { class
7 Action() {} in Action() function in Action
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_exceptions_test.cpp5 class Action { class
7 Action() {} in Action() function in Action
/external/rust/crates/rusqlite/src/
Dhooks.rs16 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/
Dfile_descriptor_shuffle_unittest.cc17 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/
DDependencyScannerTest.cpp68 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
DToolingTest.cpp154 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/
Dinteractive.go66 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/
DAnalysis.cpp98 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
119 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
/external/llvm-project/llvm/lib/Analysis/
DAnalysis.cpp99 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
120 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
/external/llvm/lib/Analysis/
DAnalysis.cpp88 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
109 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction()
/external/scudo/standalone/
Dreport.cpp108 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/
Dreport.cpp108 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/
DAction.java25 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/
DLegalizerInfo.h153 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/
DSemaAttr.cpp80 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/
DLegalizerInfo.h149 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/
DCGStmtOpenMP.cpp1727 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 …]

12345678910