Home
last modified time | relevance | path

Searched defs:Operator (Results 1 – 25 of 27) sorted by relevance

12

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h509 OverloadedOperatorKind Operator; global() member
532 DependentTemplateName(NestedNameSpecifier * Qualifier,OverloadedOperatorKind Operator) DependentTemplateName() argument
537 DependentTemplateName(NestedNameSpecifier * Qualifier,OverloadedOperatorKind Operator,TemplateName Canon) DependentTemplateName() argument
581 Profile(llvm::FoldingSetNodeID & ID,NestedNameSpecifier * NNS,OverloadedOperatorKind Operator) Profile() argument
[all...]
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Ddtexpress.c224 UINT32 Operator, in DtDoOperator() argument
H A Daslparseop.c570 ACPI_PARSE_OBJECT *Operator; in TrCreateAssignmentOp() local
H A Daslxrefout.c831 const char *Operator; in OtXrefAnalysisWalkPart3() local
/freebsd-src/contrib/byacc/test/
H A Dbtyacc_demo.y22 enum Operator { ADD, SUB, MUL, MOD, DIV, DEREF }; enum
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedTemplate.h165 OverloadedOperatorKind Operator; member
H A DDeclSpec.h1000 OverloadedOperatorKind Operator; global() member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h179 dwarf::LocationAtom Operator; global() member
184 dwarf::RnglistEntries Operator; global() member
189 dwarf::LoclistEntries Operator; global() member
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1198 ActOnCXXFoldExpr(Scope * S,SourceLocation LParenLoc,Expr * LHS,tok::TokenKind Operator,SourceLocation EllipsisLoc,Expr * RHS,SourceLocation RParenLoc) ActOnCXXFoldExpr() argument
1264 BuildCXXFoldExpr(UnresolvedLookupExpr * Callee,SourceLocation LParenLoc,Expr * LHS,BinaryOperatorKind Operator,SourceLocation EllipsisLoc,Expr * RHS,SourceLocation RParenLoc,std::optional<unsigned> NumExpansions) BuildCXXFoldExpr() argument
1274 BuildEmptyCXXFoldExpr(SourceLocation EllipsisLoc,BinaryOperatorKind Operator) BuildEmptyCXXFoldExpr() argument
H A DSemaExprCXX.cpp2527 resolveAllocationOverload(Sema & S,LookupResult & R,SourceRange Range,SmallVectorImpl<Expr * > & Args,bool & PassAlignment,FunctionDecl * & Operator,OverloadCandidateSet * AlignedCandidates,Expr * AlignArg,bool Diagnose) resolveAllocationOverload() argument
3290 FindDeallocationFunction(SourceLocation StartLoc,CXXRecordDecl * RD,DeclarationName Name,FunctionDecl * & Operator,bool Diagnose,bool WantSize,bool WantAligned) FindDeallocationFunction() argument
3848 resolveBuiltinNewDeleteOverload(Sema & S,CallExpr * TheCall,bool IsDelete,FunctionDecl * & Operator) resolveBuiltinNewDeleteOverload() argument
5022 CXXMethodDecl *Operator = cast<CXXMethodDecl>(*Op); HasNoThrowOperator() local
[all...]
H A DSemaCodeComplete.cpp5274 } Operator = Dot; global() member
5504 addValue(Expr * E,DeclarationName Name,Member::AccessOperator Operator) addValue() argument
5766 auto Operator = CodeCompleteMemberReferenceExpr() local
[all...]
H A DTreeTransform.h3946 RebuildCXXFoldExpr(UnresolvedLookupExpr * ULE,SourceLocation LParenLoc,Expr * LHS,BinaryOperatorKind Operator,SourceLocation EllipsisLoc,Expr * RHS,SourceLocation RParenLoc,std::optional<unsigned> NumExpansions) RebuildCXXFoldExpr() argument
3960 RebuildEmptyCXXFoldExpr(SourceLocation EllipsisLoc,BinaryOperatorKind Operator) RebuildEmptyCXXFoldExpr() argument
15288 RebuildTemplateName(CXXScopeSpec & SS,SourceLocation TemplateKWLoc,OverloadedOperatorKind Operator,SourceLocation NameLoc,QualType ObjectType,bool AllowInjectedClassName) RebuildTemplateName() argument
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp147 Record *Operator = OpDef->getDef(); evaluateExpansion() local
H A DCodeGenDAGPatterns.cpp
H A DGlobalISelEmitter.cpp172 if (Operator->isSubClassOf("SDNode")) in explainOperator() argument
[all...]
H A DGlobalISelCombinerEmitter.cpp1501 parsePatternList(const DagInit & List,function_ref<bool (std::unique_ptr<Pattern>)> ParseAction,StringRef Operator,ArrayRef<SMLoc> DiagLoc,StringRef AnonPatNamePrefix) const parsePatternList() argument
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmLexer.cpp885 AsmToken::TokenKind Operator; LexToken() local
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp609 tok::TokenKind Operator = PeekTok.getKind(); in EvaluateDirectiveSubExpr() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DValueTracking.h30 class Operator; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp787 getOperatorSpelling(OverloadedOperatorKind Operator) getOperatorSpelling() argument
/freebsd-src/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.c136 enum Operator { ADD, SUB, MUL, MOD, DIV, DEREF }; enum
/freebsd-src/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers.cpp210 const char *Operator, T RHS, in handleIntegerOverflowImpl() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h396 IntrinsicFunctionKind Operator; member
/freebsd-src/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp2849 Init *Operator = ParseValue(CurRec); ParseSimpleValue() local
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp502 char Operator = popFront(RemainingExpr); parseBinop() local

12