Home
last modified time | relevance | path

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

/freebsd/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/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.cpp825 LookupResult Operators(*this, OpName, SourceLocation(), in BuildOperatorCoawaitLookupExpr() local
827 LookupName(Operators, S); in BuildOperatorCoawaitLookupExpr()
829 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in BuildOperatorCoawaitLookupExpr()
830 const auto &Functions = Operators.asUnresolvedSet(); in BuildOperatorCoawaitLookupExpr()
H A DSemaLookup.cpp3377 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName() local
3378 LookupName(Operators, S); in LookupOverloadedOperatorName()
3380 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupOverloadedOperatorName()
3381 Functions.append(Operators.begin(), Operators.end()); in LookupOverloadedOperatorName()
H A DSemaExprCXX.cpp3245 FunctionDecl *Operators[] = {OperatorDelete, OperatorNew}; in FindAllocationFunctions() local
3249 << Operators[TypeAwareOperatorIndex]->getDeclName() in FindAllocationFunctions()
3251 << Operators[!TypeAwareOperatorIndex]->getDeclName() in FindAllocationFunctions()
3252 << GetRedeclContext(Operators[TypeAwareOperatorIndex]); in FindAllocationFunctions()
H A DSemaOverload.cpp8746 LookupResult Operators(*this, OpName, OpLoc, LookupOrdinaryName); in AddMemberOperatorCandidates() local
8747 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates()
8748 Operators.suppressAccessDiagnostics(); in AddMemberOperatorCandidates()
8750 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates()
8751 OperEnd = Operators.end(); in AddMemberOperatorCandidates()
H A DSemaDeclCXX.cpp8851 UnresolvedSetImpl &Operators, in lookupOperatorsForDefaultedComparison() argument
8854 Self.LookupOverloadedOperatorName(OO, S, Operators); in lookupOperatorsForDefaultedComparison()
8881 UnresolvedSet<32> Operators; in CheckExplicitlyDefaultedComparison() local
8882 lookupOperatorsForDefaultedComparison(*this, S, Operators, in CheckExplicitlyDefaultedComparison()
8886 Context, Operators.pairs())); in CheckExplicitlyDefaultedComparison()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def377 // Operators listed in order of precedence.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_mve_defs.td225 // Operators you can use in the ComplexType spec dag. These are an intermediate
H A DDiagnosticSemaKinds.td5300 // C++11 Literal Operators
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td2003 // Operators
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DTarget.td1670 // Operators for combining SubtargetFeatures in AssemblerPredicates
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt7466 ASL/AML Operators, New and Modified: