/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | FastISelEmitter.cpp | 97 bool operator<(OpKind RHS) const { return Repr < RHS.Repr; } in OpKind() function in __anon325e80020311::OperandsSignature::OpKind 92 class OpKind { global() class [all...] |
H A D | GlobalISelCombinerEmitter.cpp | 1837 PatFrag::ParamKind OpKind; parsePatFragParamList() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerArithChecker.cpp | 313 BinaryOperatorKind OpKind = BOp->getOpcode(); in checkPreStmt() local
|
H A D | ArrayBoundCheckerV2.cpp | 199 const BinaryOperatorKind OpKind = CheckEquality ? BO_EQ : BO_LT; compareValueToThreshold() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 2070 tok::TokenKind OpKind = Tok.getKind(); ParsePostfixExpressionSuffix() local 2185 tok::TokenKind OpKind = Tok.getKind(); ParsePostfixExpressionSuffix() local [all...] |
H A D | ParseExprCXX.cpp | 1769 ParseCXXPseudoDestructor(Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,CXXScopeSpec & SS,ParsedType ObjectType) ParseCXXPseudoDestructor() argument 2555 OverloadedOperatorKind OpKind = ParseUnqualifiedIdTemplateId() local
|
H A D | ParseTemplate.cpp | 1420 OverloadedOperatorKind OpKind = AnnotateTemplateIdToken() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2042 if (unsigned OpKind = IdentifyIntelInlineAsmOperator(Identifier)) { ParseIntelExpression() local 2063 if (unsigned OpKind = IdentifyMasmOperator(Identifier)) { ParseIntelExpression() local 2393 ParseIntelInlineAsmOperator(unsigned OpKind) ParseIntelInlineAsmOperator() argument 2438 ParseMasmOperator(unsigned OpKind,int64_t & Val) ParseMasmOperator() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 7627 ActOnStartCXXMemberReference(Scope * S,Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,ParsedType & ObjectType,bool & MayBePseudoDestructor) ActOnStartCXXMemberReference() argument 7770 CheckArrow(Sema & S,QualType & ObjectType,Expr * & Base,tok::TokenKind & OpKind,SourceLocation OpLoc) CheckArrow() argument 7834 BuildPseudoDestructorExpr(Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,const CXXScopeSpec & SS,TypeSourceInfo * ScopeTypeInfo,SourceLocation CCLoc,SourceLocation TildeLoc,PseudoDestructorTypeStorage Destructed) BuildPseudoDestructorExpr() argument 7953 ActOnPseudoDestructorExpr(Scope * S,Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,CXXScopeSpec & SS,UnqualifiedId & FirstTypeName,SourceLocation CCLoc,SourceLocation TildeLoc,UnqualifiedId & SecondTypeName) ActOnPseudoDestructorExpr() argument 8098 ActOnPseudoDestructorExpr(Scope * S,Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,SourceLocation TildeLoc,const DeclSpec & DS) ActOnPseudoDestructorExpr() argument [all...] |
H A D | SemaExprMember.cpp | 1748 ActOnMemberAccessExpr(Scope * S,Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,CXXScopeSpec & SS,SourceLocation TemplateKWLoc,UnqualifiedId & Id,Decl * ObjCImpDecl) ActOnMemberAccessExpr() argument
|
H A D | SemaCodeComplete.cpp | 599 enterUnary(Sema & S,SourceLocation Tok,tok::TokenKind OpKind,SourceLocation OpLoc) enterUnary() argument
|
H A D | SemaExpr.cpp | 9575 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); IsArithmeticBinaryExpr() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 541 CXXOperatorCallExpr(OverloadedOperatorKind OpKind,Expr * Fn,ArrayRef<Expr * > Args,QualType Ty,ExprValueKind VK,SourceLocation OperatorLoc,FPOptionsOverride FPFeatures,ADLCallKind UsesADL) CXXOperatorCallExpr() argument 563 Create(const ASTContext & Ctx,OverloadedOperatorKind OpKind,Expr * Fn,ArrayRef<Expr * > Args,QualType Ty,ExprValueKind VK,SourceLocation OperatorLoc,FPOptionsOverride FPFeatures,ADLCallKind UsesADL) Create() argument
|