Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVVPInstrInfo.td21 // Binary Operators {
46 // } Binary Operators
/freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp271 Operators[Name] = std::move(Op); in addOperator()
302 auto I = Operators.find(OpInit->getDef()->getName()); in evaluate()
303 if (I == Operators.end()) in evaluate()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h101 StringMap<std::unique_ptr<Operator>> Operators; variable
/freebsd-13.1/contrib/dialog/samples/copifuncs/
H A Dcopi.ifmcfg230 # round brackets. Operators are: '!', '&', '|', 'Xor'.
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp258 LookupResult Operators(SemaRef, OpName, SourceLocation(), in buildOperatorCoawaitLookupExpr() local
260 SemaRef.LookupName(Operators, S); in buildOperatorCoawaitLookupExpr()
262 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in buildOperatorCoawaitLookupExpr()
263 const auto &Functions = Operators.asUnresolvedSet(); in buildOperatorCoawaitLookupExpr()
H A DSemaLookup.cpp3049 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName() local
3050 LookupName(Operators, S); in LookupOverloadedOperatorName()
3052 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupOverloadedOperatorName()
3053 Functions.append(Operators.begin(), Operators.end()); in LookupOverloadedOperatorName()
H A DSemaOverload.cpp7693 LookupResult Operators(*this, OpName, OpLoc, LookupOrdinaryName); in AddMemberOperatorCandidates() local
7694 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates()
7695 Operators.suppressDiagnostics(); in AddMemberOperatorCandidates()
7697 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates()
7698 OperEnd = Operators.end(); in AddMemberOperatorCandidates()
H A DSemaDeclCXX.cpp8347 UnresolvedSetImpl &Operators, in lookupOperatorsForDefaultedComparison() argument
8350 Self.LookupOverloadedOperatorName(OO, S, Operators); in lookupOperatorsForDefaultedComparison()
8380 UnresolvedSet<32> Operators; in CheckExplicitlyDefaultedComparison() local
8381 lookupOperatorsForDefaultedComparison(*this, S, Operators, in CheckExplicitlyDefaultedComparison()
8384 Context, Operators.pairs())); in CheckExplicitlyDefaultedComparison()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def364 // Operators listed in order of precedence.
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve_defs.td224 // Operators you can use in the ComplexType spec dag. These are an intermediate
H A DDiagnosticSemaKinds.td4640 // C++11 Literal Operators
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1420 // Operators for combining SubtargetFeatures in AssemblerPredicates
/freebsd-13.1/sys/contrib/dev/acpica/
H A Dchanges.txt6765 ASL/AML Operators, New and Modified: