Searched defs:OpKind (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | FastISelEmitter.cpp | 90 class OpKind { class 95 OpKind() : Repr(OK_Invalid) {} in OpKind() function in __anon3cd78fb00311::OperandsSignature::OpKind
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | PatternParser.cpp | 413 PatFrag::ParamKind OpKind; in parsePatFragParamList() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2047 if (unsigned OpKind = IdentifyIntelInlineAsmOperator(Identifier)) { in ParseIntelExpression() local 2068 if (unsigned OpKind = IdentifyMasmOperator(Identifier)) { in ParseIntelExpression() local 2459 unsigned X86AsmParser::ParseIntelInlineAsmOperator(unsigned OpKind) { in ParseIntelInlineAsmOperator() 2504 bool X86AsmParser::ParseMasmOperator(unsigned OpKind, int64_t &Val) { in ParseMasmOperator()
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 328 const BinaryOperatorKind OpKind = CheckEquality ? BO_EQ : BO_LT; in compareValueToThreshold() local
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 2145 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local 2259 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
|
H A D | ParseTemplate.cpp | 1309 OverloadedOperatorKind OpKind = in AnnotateTemplateIdToken() local
|
H A D | ParseExprCXX.cpp | 1857 tok::TokenKind OpKind, in ParseCXXPseudoDestructor() 2657 OverloadedOperatorKind OpKind = in ParseUnqualifiedIdTemplateId() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 7840 tok::TokenKind OpKind, in ActOnStartCXXMemberReference() 7983 tok::TokenKind &OpKind, SourceLocation OpLoc) { in CheckArrow() 8047 tok::TokenKind OpKind, in BuildPseudoDestructorExpr() 8166 tok::TokenKind OpKind, in ActOnPseudoDestructorExpr() 8311 tok::TokenKind OpKind, in ActOnPseudoDestructorExpr()
|
H A D | SemaExprMember.cpp | 1751 tok::TokenKind OpKind, CXXScopeSpec &SS, in ActOnMemberAccessExpr()
|
H A D | SemaChecking.cpp | 1558 static bool checkPointerAuthValue(Sema &S, Expr *&Arg, PointerAuthOpKind OpKind, in checkPointerAuthValue() 1567 auto AllowsPointer = [](PointerAuthOpKind OpKind) { in checkPointerAuthValue() 1570 auto AllowsInteger = [](PointerAuthOpKind OpKind) { in checkPointerAuthValue() 1725 PointerAuthOpKind OpKind, in PointerAuthSignOrAuth()
|
H A D | SemaCodeComplete.cpp | 602 tok::TokenKind OpKind, in enterUnary()
|
H A D | SemaExpr.cpp | 8582 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); in IsArithmeticBinaryExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 591 CXXOperatorCallExpr::CXXOperatorCallExpr(OverloadedOperatorKind OpKind, in CXXOperatorCallExpr() 613 OverloadedOperatorKind OpKind, Expr *Fn, in Create()
|