| /third_party/rust/crates/once_cell/xtask/src/ |
| D | main.rs | 100 fn section(name: &'static str) -> impl Drop { in section() 110 fn defer<F: FnOnce()>(f: F) -> impl Drop { in defer()
|
| /third_party/rust/crates/foreign-types/foreign-types/src/ |
| D | lib.rs | 238 impl Drop for $owned { impl
|
| /third_party/vixl/examples/aarch64/ |
| D | swap4.cc | 45 __ Drop(16); in GenerateSwap4() local
|
| D | swap-int32.cc | 51 __ Drop(8); in GenerateSwapInt32() local
|
| /third_party/typescript/tests/cases/compiler/ |
| D | ramdaToolsNoInfinite.ts | 38 type Drop<N extends number, T extends any[], I extends any[] = []> = { alias
|
| D | ramdaToolsNoInfinite2.ts | 330 …export type Drop<L extends List, N extends Number, way extends Way = '->'> = L extends unknown ? N… alias
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| D | macros.rs | 196 impl<T> Drop for $owned<T> { impl
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/ |
| D | IntermRebuild.h | 54 Drop, enumerator
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| D | IntermRebuild.h | 54 Drop, enumerator
|
| /third_party/vixl/benchmarks/aarch64/ |
| D | bench-utils.cc | 245 __ Drop(Operand(32)); in GenerateOperandSequence() local 246 __ Drop(Operand(claim)); in GenerateOperandSequence() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
| D | MicrosoftDemangle.h | 127 enum class QualifierMangleMode { Drop, Mangle, Result }; enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyExplicitLocals.cpp | 288 MachineInstr *Drop = in runOnMachineFunction() local
|
| /third_party/node/deps/v8/src/compiler/backend/ |
| D | register-allocator-verifier.h | 147 void Drop(InstructionOperand operand) { in Drop() function
|
| /third_party/cef/tests/cefclient/browser/ |
| D | osr_dragdrop_win.cc | 423 HRESULT DropTargetWin::Drop(IDataObject* data_object, in Drop() function in client::DropTargetWin
|
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| D | code-generator-s390.cc | 3263 __ Drop(pop_count); in AssembleArchTrap() local 3592 __ Drop(parameter_slots + additional_count); in AssembleConstructFrame() local 3594 __ Drop(g.ToRegister(additional_pop_count)); in AssembleConstructFrame() local 3598 __ Drop(parameter_slots); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/loong64/ |
| D | code-generator-loong64.cc | 1976 __ Drop(pop_count); in AssembleArchTrap() local 2396 __ Drop(parameter_slots + additional_count); in AssembleConstructFrame() local 2399 __ Drop(parameter_slots); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/builtins/arm64/ |
| D | builtins-arm64.cc | 801 __ Drop(StackHandlerConstants::kSlotCount - 2); in Generate_JSEntryVariant() local 837 __ Drop(EntryFrameConstants::kFixedFrameSize / kSystemPointerSize); in Generate_JSEntryVariant() local 2253 __ Drop(2); in Generate_FunctionPrototypeCall() local 2747 __ Drop(2); in Generate_PushBoundArguments() local 3963 __ Drop(kSavedRegistersAreaSize / kXRegSize); in Generate_DeoptimizationEntry() local 3982 __ Drop(unwind_limit); in Generate_DeoptimizationEntry() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64-inl.h | 1303 void TurboAssembler::Drop(int64_t count, uint64_t unit_size) { in Drop() function 1315 void TurboAssembler::Drop(const Register& count, uint64_t unit_size) { in Drop() function
|
| /third_party/node/deps/v8/src/compiler/backend/ppc/ |
| D | code-generator-ppc.cc | 3868 __ Drop(pop_count); in AssembleArchTrap() local 4242 __ Drop(parameter_slots + additional_count); in AssembleConstructFrame() local 4244 __ Drop(g.ToRegister(additional_pop_count)); in AssembleConstructFrame() local 4248 __ Drop(parameter_slots); in AssembleConstructFrame() local
|
| /third_party/vixl/test/aarch64/ |
| D | test-assembler-aarch64.cc | 4747 __ Drop(Operand(0)); in TEST() local 4749 __ Drop(Operand(xzr)); in TEST() local 7530 __ Drop(32); in TEST() local 7607 __ Drop(32); in TEST() local 7657 __ Drop(32); in TEST() local 7713 __ Drop(4); in TEST() local 7719 __ Drop(8); in TEST() local 7785 __ Drop(2 * list_1_size); in TEST() local 7812 __ Drop(2 * list_d_1_size); in TEST() local 8089 __ Drop(claim); in PushPopSimpleHelper() local [all …]
|
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| D | code-generator-arm.cc | 3593 __ Drop(pop_count); in AssembleArchTrap() local 3891 __ Drop(parameter_slots + additional_count); in AssembleConstructFrame() local 3893 __ Drop(g.ToRegister(additional_pop_count)); in AssembleConstructFrame() local 3897 __ Drop(parameter_slots); in AssembleConstructFrame() local
|
| /third_party/node/deps/v8/src/compiler/backend/riscv64/ |
| D | code-generator-riscv64.cc | 3586 __ Drop(pop_count); in AssembleArchTrap() local 4059 __ Drop(parameter_slots + additional_count); in AssembleReturn() local 4062 __ Drop(parameter_slots); in AssembleReturn() local
|
| /third_party/node/deps/v8/src/codegen/arm/ |
| D | macro-assembler-arm.cc | 385 void TurboAssembler::Drop(int count, Condition cond) { in Drop() function in v8::internal::TurboAssembler 391 void TurboAssembler::Drop(Register count, Condition cond) { in Drop() function in v8::internal::TurboAssembler
|
| /third_party/node/deps/v8/src/builtins/ia32/ |
| D | builtins-ia32.cc | 1529 __ Drop(1); // The allocation site is unused. in Generate_InterpreterPushArgsThenConstructImpl() local 1541 __ Drop(1); // The allocation site is unused. in Generate_InterpreterPushArgsThenConstructImpl() local 1793 __ Drop(2); in Generate_BaselineOutOfLinePrologue() local 1874 __ Drop(offsetToPC / kSystemPointerSize); in Generate_ContinueToBuiltinHelper() local
|
| /third_party/rust/crates/cxx/macro/src/ |
| D | expand.rs | 921 pub trait Drop {} in expand_forbid() trait
|