Home
last modified time | relevance | path

Searched refs:Operators (Results 1 – 17 of 17) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/TableGen/
H A DSetTheory.cpp272 Operators[Name] = std::move(Op); in addOperator()
303 auto I = Operators.find(OpInit->getDef()->getName()); in evaluate()
304 if (I == Operators.end()) in evaluate()
/freebsd-12.1/contrib/llvm/include/llvm/TableGen/
H A DSetTheory.h102 StringMap<std::unique_ptr<Operator>> Operators; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCoroutine.cpp279 LookupResult Operators(SemaRef, OpName, SourceLocation(), in buildOperatorCoawaitLookupExpr() local
281 SemaRef.LookupName(Operators, S); in buildOperatorCoawaitLookupExpr()
283 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in buildOperatorCoawaitLookupExpr()
284 const auto &Functions = Operators.asUnresolvedSet(); in buildOperatorCoawaitLookupExpr()
H A DSemaLookup.cpp2843 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName() local
2844 LookupName(Operators, S); in LookupOverloadedOperatorName()
2846 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupOverloadedOperatorName()
2847 Functions.append(Operators.begin(), Operators.end()); in LookupOverloadedOperatorName()
H A DSemaOverload.cpp7290 LookupResult Operators(*this, OpName, OpLoc, LookupOrdinaryName); in AddMemberOperatorCandidates() local
7291 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates()
7292 Operators.suppressDiagnostics(); in AddMemberOperatorCandidates()
7294 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates()
7295 OperEnd = Operators.end(); in AddMemberOperatorCandidates()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOperationKinds.def340 // Operators listed in order of precedence.
/freebsd-12.1/contrib/gcc/doc/
H A Dtree-ssa.texi219 * Logical Operators::
274 @node Logical Operators
275 @subsubsection Logical Operators
276 @cindex Logical Operators
H A Dcpp.texi136 * C++ Named Operators::
502 preprocessor. @xref{C++ Named Operators}.
1152 macro, and C++'s named operators (@pxref{C++ Named Operators}) cannot be
1771 * C++ Named Operators::
2201 @node C++ Named Operators
2202 @subsection C++ Named Operators
/freebsd-12.1/contrib/binutils/gas/doc/
H A Das.texinfo2586 (@pxref{Prefix Ops,,Prefix Operators}).
3565 * Operators:: Operators
3566 * Prefix Ops:: Prefix Operators
3567 * Infix Ops:: Infix Operators
3602 @node Operators
3603 @subsection Operators
3608 @dfn{Operators} are arithmetic functions, like @code{+} or @code{%}. Prefix
3610 between their arguments. Operators may be preceded and/or followed by
3639 @subsection Infix Operators
3643 @dfn{Infix operators} take two arguments, one on either side. Operators
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dgdb.info-16894 * C Operators:: C and C++ operators
6903 File: gdb.info, Node: C Operators, Next: C Constants, Up: C
6908 Operators must be defined on values of specific types. For instance,
6909 `+' is defined on numbers, but not on structures. Operators are often
7051 File: gdb.info, Node: C Constants, Next: C plus plus expressions, Prev: C Operators, Up: C
7410 * M2 Operators:: Built-in operators
7420 File: gdb.info, Node: M2 Operators, Next: Built-In Func/Proc, Up: Modula-2
7422 Operators
7425 Operators must be defined on values of specific types. For instance,
7426 `+' is defined on numbers, but not on structures. Operators are often
[all …]
H A Dgdb.texinfo8047 * C Operators:: C and C@t{++} operators
8056 @node C Operators
8061 Operators must be defined on values of specific types. For instance,
8062 @code{+} is defined on numbers, but not on structures. Operators are
8647 * M2 Operators:: Built-in operators
8657 @node M2 Operators
8658 @subsubsection Operators
8661 Operators must be defined on values of specific types. For instance,
8662 @code{+} is defined on numbers, but not on structures. Operators are
H A Dgdb.info-35465 * C and C++ operators: C Operators.
6009 * Modula-2 operators: M2 Operators.
/freebsd-12.1/contrib/binutils/ld/
H A Dld.texinfo4555 * Operators:: Operators
4773 @node Operators
4774 @subsection Operators
4784 precedence associativity Operators Notes
4812 &Precedence&& Associativity &&{\rm Operators}&\cr
H A DChangeLog-9197794 * ld.texinfo (Operators): Remove '@' from @smallexmple in comment
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-19942862 * decl.c (grok_op_properties): Operators cannot be static members.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticSemaKinds.td3845 // C++11 Literal Operators
/freebsd-12.1/sys/contrib/dev/acpica/
H A Dchanges.txt5723 ASL/AML Operators, New and Modified: