| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | CanonicalType.h | 228 #define LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(Accessor) \ argument 229 CanQualType Accessor() const { \ 230 return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \ 233 #define LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Type, Accessor) \ argument 234 Type Accessor() const { return this->getTypePtr()->Accessor(); }
|
| H A D | Expr.h | 5833 IdentifierInfo *Accessor; variable 5840 Base(base), Accessor(&accessor), AccessorLoc(loc) { in ExtVectorElementExpr() 5852 IdentifierInfo &getAccessor() const { return *Accessor; } in getAccessor() 5853 void setAccessor(IdentifierInfo *II) { Accessor = II; } in setAccessor()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Attr.td | 298 class Accessor<string name, list<Spelling> spellings> { 511 list<Accessor> Accessors = []; 665 let Accessors = [Accessor<"isGNU", [GCC<"aligned">]>, 666 Accessor<"isC11", [Keyword<"_Alignas">]>, 667 Accessor<"isAlignas", [Keyword<"alignas">, 669 Accessor<"isDeclspec",[Declspec<"align">]>]; 724 let Accessors = [Accessor<"alwaysXRayInstrument", 726 Accessor<"neverXRayInstrument", 1050 let Accessors = [Accessor<"isConstinit", [Keyword<"constinit">]>]; 1232 let Accessors = [Accessor<"isReadOnly", [Keyword<"__read_only">, [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| H A D | ops.cc | 792 template<typename Accessor, typename T> 794 do_stat(const fs::path& p, std::error_code& ec, Accessor f, T deflt) in do_stat()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| H A D | ops.cc | 786 template<typename Accessor, typename T> 788 do_stat(const fs::path& p, std::error_code& ec, Accessor f, T deflt) in do_stat()
|
| H A D | std-ops.cc | 1010 template<typename Accessor, typename T> 1012 do_stat(const fs::path& p, std::error_code& ec, Accessor f, T deflt) in do_stat()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_ops.cc | 925 template<typename Accessor, typename T> 927 do_stat(const fs::path& p, std::error_code& ec, Accessor f, T deflt) in do_stat()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_ops.cc | 921 template<typename Accessor, typename T> 923 do_stat(const fs::path& p, std::error_code& ec, Accessor f, T deflt) in do_stat()
|
| /netbsd-src/external/bsd/flex/dist/doc/ |
| H A D | flex.info | 134 Node: Accessor Methods131426
|
| H A D | flex.info-1 | 121 * Accessor Methods:: 3191 * Accessor methods (get/set functions) provide access to common 3243 * Accessor Methods:: 3316 File: flex.info, Node: Init and Destroy Functions, Next: Accessor Methods, Prev: Global Replacem… 3378 File: flex.info, Node: Accessor Methods, Next: Extra Data, Prev: Init and Destroy Functions, Up… 3383 Accessor methods (get/set functions) provide access to common 'flex' 3412 File: flex.info, Node: Extra Data, Next: About yyscan_t, Prev: Accessor Methods, Up: Reentrant … 7459 * accessor functions, use of: Accessor Methods. (line 18) 7667 * reentrant, accessor functions: Accessor Methods. (line 6)
|
| H A D | flex.texi | 145 * Accessor Methods:: 4074 Accessor methods (get/set functions) provide access to common 4126 * Accessor Methods:: 4205 @node Init and Destroy Functions, Accessor Methods, Global Replacement, Reentrant Detail 4284 @node Accessor Methods, Extra Data, Init and Destroy Functions, Reentrant Detail 4288 Accessor methods (get/set functions) provide access to common 4325 @node Extra Data, About yyscan_t, Accessor Methods, Reentrant Detail
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangAttrEmitter.cpp | 1580 for (const auto *Accessor : Accessors) { in writeAttrAccessorDefinition() local 1581 const StringRef Name = Accessor->getValueAsString("Name"); in writeAttrAccessorDefinition() 1582 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Accessor); in writeAttrAccessorDefinition()
|
| /netbsd-src/external/bsd/flex/dist/src/ |
| H A D | flex.skl | 815 /* Accessor methods to globals. 2504 /* Accessor methods (get/set functions) to struct members. */ 2712 /* Accessor methods for yylval and yylloc */
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Expr.cpp | 4049 StringRef Comp = Accessor->getName(); in containsDuplicateElements() 4069 StringRef Comp = Accessor->getName(); in getEncodedElementAccess()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ |
| H A D | INSTALL | 1018 structures and a number of EVP types. Accessor functions have
|
| /netbsd-src/external/gpl3/gdb/dist/sim/arm/ |
| H A D | ChangeLog-2021 | 446 (VFP_fval, VFP_uword, VFP_sword, VFP_dval, VFP_dword): Accessor
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | InternalsManual.rst | 3010 ``[Accessor<"isFoo", [GNU<"Foo">]>, Accessor<"isBar", [GNU<"Bar">]>]``
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | TreeTransform.h | 2706 IdentifierInfo &Accessor) { in RebuildExtVectorElementExpr() argument 2709 DeclarationNameInfo NameInfo(&Accessor, AccessorLoc); in RebuildExtVectorElementExpr()
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | ChangeLog-2006 | 2620 bfinfdpic_plt_initial_offset): Accessor macros for it.
|
| /netbsd-src/external/gpl3/gdb/dist/bfd/ |
| H A D | ChangeLog-2006 | 2620 bfinfdpic_plt_initial_offset): Accessor macros for it.
|
| H A D | ChangeLog-9193 | 5695 (obj_conv_table_size): Accessor macro.
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | ChangeLog-2006 | 2620 bfinfdpic_plt_initial_offset): Accessor macros for it.
|
| /netbsd-src/external/gpl3/gdb.old/dist/bfd/ |
| H A D | ChangeLog-2006 | 2620 bfinfdpic_plt_initial_offset): Accessor macros for it.
|
| H A D | ChangeLog-9193 | 5695 (obj_conv_table_size): Accessor macro.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | ChangeLog-1994 | 2091 (various others): Accessor macros for the above.
|