Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DSetTheory.cpp270 Operators[Name] = std::move(Op); in addOperator()
301 auto I = Operators.find(OpInit->getDef()->getName()); in evaluate()
302 if (I == Operators.end()) in evaluate()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSetTheory.h102 StringMap<std::unique_ptr<Operator>> Operators; variable
/freebsd/contrib/dialog/samples/copifuncs/
H A Dcopi.ifmcfg230 # round brackets. Operators are: '!', '&', '|', 'Xor'.
/freebsd/tools/build/
H A Dcheckstyle9.pl221 our $Operators = qr{
1106 } elsif ($cur =~ /^($Operators)/o) {
2395 $dstat =~ /$Operators/)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp814 LookupResult Operators(*this, OpName, SourceLocation(), in BuildOperatorCoawaitLookupExpr() local
816 LookupName(Operators, S); in BuildOperatorCoawaitLookupExpr()
818 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in BuildOperatorCoawaitLookupExpr()
819 const auto &Functions = Operators.asUnresolvedSet(); in BuildOperatorCoawaitLookupExpr()
H A DSemaLookup.cpp3284 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName() local
3285 LookupName(Operators, S); in LookupOverloadedOperatorName()
3287 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupOverloadedOperatorName()
3288 Functions.append(Operators.begin(), Operators.end()); in LookupOverloadedOperatorName()
H A DSemaOverload.cpp8285 LookupResult Operators(*this, OpName, OpLoc, LookupOrdinaryName); in AddMemberOperatorCandidates() local
8286 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates()
8287 Operators.suppressAccessDiagnostics(); in AddMemberOperatorCandidates()
8289 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates()
8290 OperEnd = Operators.end(); in AddMemberOperatorCandidates()
H A DSemaDeclCXX.cpp8672 UnresolvedSetImpl &Operators, in lookupOperatorsForDefaultedComparison() argument
8675 Self.LookupOverloadedOperatorName(OO, S, Operators); in lookupOperatorsForDefaultedComparison()
8702 UnresolvedSet<32> Operators; in CheckExplicitlyDefaultedComparison() local
8703 lookupOperatorsForDefaultedComparison(*this, S, Operators, in CheckExplicitlyDefaultedComparison()
8707 Context, Operators.pairs())); in CheckExplicitlyDefaultedComparison()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def371 // Operators listed in order of precedence.
/freebsd/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.td5059 // C++11 Literal Operators
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td1895 // Operators
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1648 // Operators for combining SubtargetFeatures in AssemblerPredicates
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt7334 ASL/AML Operators, New and Modified: