Home
last modified time | relevance | path

Searched refs:Overloaded (Results 1 – 24 of 24) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTemplateName.h50 Overloaded, enumerator
79 return Bits.Kind == Overloaded in getAsOverloadedStorage()
109 : UncommonTemplateNameStorage(Overloaded, size) {} in OverloadedTemplateStorage()
H A DExprCXX.h3105 bool Overloaded,
3124 const DeclarationNameInfo &NameInfo, bool RequiresADL, bool Overloaded,
3144 bool isOverloaded() const { return UnresolvedLookupExprBits.Overloaded; } in isOverloaded()
H A DStmt.h891 unsigned Overloaded : 1; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/
H A Dassert_fail.d123 static struct Overloaded in testToString() struct
136 test!"!="(Overloaded(), Overloaded(), "Const == Const"); in testToString()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp351 const DeclarationNameInfo &NameInfo, bool RequiresADL, bool Overloaded, in UnresolvedLookupExpr() argument
359 UnresolvedLookupExprBits.Overloaded = Overloaded; in UnresolvedLookupExpr()
371 bool RequiresADL, bool Overloaded, UnresolvedSetIterator Begin, in Create() argument
379 Overloaded, nullptr, Begin, End); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOperatorKinds.def1 //===--- OperatorKinds.def - C++ Overloaded Operator Database ---*- C++ -*-===//
H A DBuiltins.def651 // "Overloaded" Atomic operator builtins. These are overloaded to support data
H A DDiagnosticSemaKinds.td4583 // C++ Address of Overloaded Function
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Dbuiltins.def164 /* Overloaded */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Dbuiltins.def164 /* Overloaded */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-builtin.def1658 /* Overloaded altivec predicates. */
1663 /* Overloaded Altivec builtins that are handled as special cases. */
2527 /* Overloaded CMPNE support was implemented prior to Power 9,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr2/
H A Ddynamic_bitset507 * transparent. Overloaded operators help to preserve the
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr2/
H A Ddynamic_bitset507 * transparent. Overloaded operators help to preserve the
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dbitset796 * to and from bool are automatic and should be transparent. Overloaded
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dbitset796 * to and from bool are automatic and should be transparent. Overloaded
/netbsd-src/sys/dev/microcode/aic7xxx/
H A Daic79xx.reg3831 * Overloaded field for non-packetized
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp2051 E->UnresolvedLookupExprBits.Overloaded = Record.readInt(); in VisitUnresolvedLookupExpr()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-overload.def1 ; Overloaded built-in functions for PowerPC.
22 ; Overloaded built-in functions in this file are organized into "stanzas",
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DInternalsManual.rst1534 The name is a C++ overloaded operator name. Overloaded operators are named
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20014545 * src/gen-num-limits.cc (signal_adapter): Overloaded to match
/netbsd-src/external/lgpl3/gmp/dist/doc/
H A Dgmp.info-15710 Overloaded operators for combinations of 'mpz_class' and 'double' are
H A Dgmp.texi6924 Overloaded operators for combinations of @code{mpz_class} and @code{double}
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DLangRef.rst11741 Overloaded intrinsics will have the names of its overloaded argument
11753 :ref:`Unnamed types <t_opaque>` are encoded as ``s_s``. Overloaded intrinsics
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c188375 struct Overloaded {