Home
last modified time | relevance | path

Searched defs:addc (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/property_member_declarations/member_variable_declarations/
Dmember_variable_declarations_1.ts27 public addc() { method in MyClass
/third_party/skia/src/core/
DSkPath.cpp797 SkAutoDisableDirectionCheck addc(this); in addRect() local
951 SkAutoDisableDirectionCheck addc(this); in addRRect() local
1059 SkAutoDisableDirectionCheck addc(this); in addOval() local
/third_party/node/deps/v8/src/codegen/ppc/
Dassembler-ppc.cc798 void Assembler::addc(Register dst, Register src1, Register src2, OEBit o, in addc() function in v8::internal::Assembler
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1244 __ addc(i.OutputRegister(0), i.InputRegister(0), i.InputRegister(2)); in AssembleArchInstruction() local