/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | m32c.cpu | 2964 (getter (trunc HI R3)) 4124 (getter (trunc QI R0l)) 4137 (getter (trunc QI R0h)) 4241 (getter (trunc QI R0l)) 4254 (getter (trunc HI R0)) 4267 (getter (trunc HI A0)) 4280 (getter (trunc HI A1)) 4765 (getter Dst16An) 4853 (getter Dsp-16-u16) 5017 (getter Dsp-16-u16) [all …]
|
H A D | simplify.inc | 147 x-getter x-setter) 157 (getter x-getter)
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
H A D | config.t | 37 # Test config() as a getter. 53 subtest qq|New-style getter $class->config("\$key")| => sub { 68 subtest qq|Old-style getter $class->config()->{"\$key"}| => sub {
|
/openbsd/gnu/usr.bin/binutils/cpu/ |
H A D | simplify.inc | 147 x-getter x-setter) 157 (getter x-getter)
|
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 8049 clang::ObjCMethodDecl *getter = nullptr; in AddObjCClassProperty() local 8053 if (!getter_sel.isNull() && !getter) { in AddObjCClassProperty() 8064 getter->setDeclName(getter_sel); in AddObjCClassProperty() 8067 getter->setInstanceMethod(isInstance); in AddObjCClassProperty() 8068 getter->setVariadic(isVariadic); in AddObjCClassProperty() 8072 getter->setDefined(isDefined); in AddObjCClassProperty() 8077 if (getter) { in AddObjCClassProperty() 8079 ast->SetMetadata(getter, *metadata); in AddObjCClassProperty() 8083 class_interface_decl->addDecl(getter); in AddObjCClassProperty() 8086 if (getter) { in AddObjCClassProperty() [all …]
|
/openbsd/gnu/usr.bin/perl/cpan/Test2-Suite/t/modules/Tools/ |
H A D | Mock.t | 38 is(reftype(mock_getter('xxx')), 'CODE', "Generated a getter");
|
/openbsd/gnu/llvm/lld/ELF/ |
H A D | Relocations.cpp | 446 OffsetGetter getter; member in __anon1583ab810111::RelocationScanner 1371 uint64_t offset = getter.get(rel.r_offset); in scanOne() 1524 getter = OffsetGetter(s); in scanSection()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | BuiltinTypes.def | 293 // of a setter and a getter, with the setter used if the
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | CXIndexDataConsumer.cpp | 853 DInfo.ObjCPropDeclInfo.getter = &GetterEntity; in handleObjCProperty() 855 DInfo.ObjCPropDeclInfo.getter = nullptr; in handleObjCProperty()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGObjC.cpp | 1062 const Expr *getter = propImpl->getGetterCXXConstructor(); in hasTrivialGetExpr() local 1063 if (!getter) return true; in hasTrivialGetExpr() 1071 if (getter->isGLValue()) in hasTrivialGetExpr() 1075 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter)) in hasTrivialGetExpr() 1080 assert(isa<ExprWithCleanups>(getter)); in hasTrivialGetExpr()
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlootut.pod | 194 You might also see the terms B<getter> and B<setter>. These are two 195 types of accessors. A getter gets the attribute's value, while a setter
|
H A D | perl5280delta.pod | 687 Attempts to set an option to C<undef> through a combined getter/setter 688 method are no longer mistaken for getter calls
|
/openbsd/gnu/llvm/clang/docs/ |
H A D | ThreadSafetyAnalysis.rst | 344 annotate getter methods that return mutexes. 661 as a fake getter method, which is provided only for the benefit of thread
|
/openbsd/gnu/llvm/clang/include/clang-c/ |
H A D | Index.h | 5942 const CXIdxEntityInfo *getter; member
|
/openbsd/gnu/llvm/clang/tools/c-index-test/ |
H A D | c-index-test.c | 1108 PRINT_PROP_ATTR(getter); in PrintCursor() 3818 if (PropInfo->getter) { in index_indexDeclaration() 3819 printEntityInfo(" <getter>", client_data, PropInfo->getter); in index_indexDeclaration()
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | DiagnosticParseKinds.td | 500 "expected '=' for Objective-C getter">; 504 "expected selector for Objective-C %select{setter|getter}0">; 753 "property does not specify a getter or a putter">;
|
H A D | DiagnosticASTKinds.td | 940 "property %4 with %select{default |}6'%select{none|readonly|getter|assign|" 950 "property %3 with different '%select{none|readonly|getter|assign|"
|
H A D | DiagnosticSemaKinds.td | 1086 "getter %1|with setter %1}0 was selected for synthesis">, 1328 "with a user defined %select{getter|setter}2">, 1343 "explicitly declare getter %objcinstance0 with '%1' to return an 'unowned' " 1374 "; getter returning retained objects">; 1376 "getter name mismatch between property redeclaration (%1) and its original " 1382 "atomic by default property %0 has a user defined %select{getter|setter}1 " 3333 "no %select{getter|setter}0 defined for property %1">; 3335 "cannot find suitable %select{getter|setter}0 for property %1">; 7237 "no getter method for read from property">; 7299 "no getter method %1 for %select{increment|decrement}0 of property">; [all …]
|
H A D | DiagnosticGroups.td | 792 def UnusedGetterReturnValue : DiagGroup<"unused-getter-return-value">;
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 1148 HANDLE_DW_APPLE_PROPERTY(0x02, getter)
|
/openbsd/gnu/llvm/llvm/docs/TableGen/ |
H A D | BackEnds.rst | 60 getter/setter functions, etc) from the same source TableGen file without having
|
/openbsd/gnu/llvm/llvm/docs/ |
H A D | ExceptionHandling.rst | 826 Define ``Registers`` class for your target, implement setter and getter functions.
|
H A D | SourceLevelDebugging.rst | 1186 defined only by "setter" and "getter" selectors, and be calculated anew on each 1280 The setter and getter method names are attached to the property using
|
/openbsd/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 912 bool getter) { in mustSynthesizeSetterGetterMethod() argument 913 auto *OMD = IMP->getInstanceMethod(getter ? PD->getGetterName() in mustSynthesizeSetterGetterMethod()
|
/openbsd/gnu/llvm/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5519 OPTIONAL(getter, MDStringField, ); \ in parseDIObjCProperty() 5527 getter.Val, attributes.Val, type.Val)); in parseDIObjCProperty()
|