Home
last modified time | relevance | path

Searched defs:OpKind (Results 1 – 13 of 13) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp97 bool operator<(OpKind RHS) const { return Repr < RHS.Repr; } in OpKind() function in __anon325e80020311::OperandsSignature::OpKind
92 class OpKind { global() class
[all...]
H A DGlobalISelCombinerEmitter.cpp1837 PatFrag::ParamKind OpKind; parsePatFragParamList() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DPointerArithChecker.cpp313 BinaryOperatorKind OpKind = BOp->getOpcode(); in checkPreStmt() local
H A DArrayBoundCheckerV2.cpp199 const BinaryOperatorKind OpKind = CheckEquality ? BO_EQ : BO_LT; compareValueToThreshold() local
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2070 tok::TokenKind OpKind = Tok.getKind(); ParsePostfixExpressionSuffix() local
2185 tok::TokenKind OpKind = Tok.getKind(); ParsePostfixExpressionSuffix() local
[all...]
H A DParseExprCXX.cpp1769 ParseCXXPseudoDestructor(Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,CXXScopeSpec & SS,ParsedType ObjectType) ParseCXXPseudoDestructor() argument
2555 OverloadedOperatorKind OpKind = ParseUnqualifiedIdTemplateId() local
H A DParseTemplate.cpp1420 OverloadedOperatorKind OpKind = AnnotateTemplateIdToken() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2042 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 DSemaExprCXX.cpp7627 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 DSemaExprMember.cpp1748 ActOnMemberAccessExpr(Scope * S,Expr * Base,SourceLocation OpLoc,tok::TokenKind OpKind,CXXScopeSpec & SS,SourceLocation TemplateKWLoc,UnqualifiedId & Id,Decl * ObjCImpDecl) ActOnMemberAccessExpr() argument
H A DSemaCodeComplete.cpp599 enterUnary(Sema & S,SourceLocation Tok,tok::TokenKind OpKind,SourceLocation OpLoc) enterUnary() argument
H A DSemaExpr.cpp9575 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); IsArithmeticBinaryExpr() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp541 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