Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp90 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 DPatternParser.cpp413 PatFrag::ParamKind OpKind; in parsePatFragParamList() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2047 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 DArrayBoundCheckerV2.cpp328 const BinaryOperatorKind OpKind = CheckEquality ? BO_EQ : BO_LT; in compareValueToThreshold() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2145 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
2259 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
H A DParseTemplate.cpp1309 OverloadedOperatorKind OpKind = in AnnotateTemplateIdToken() local
H A DParseExprCXX.cpp1857 tok::TokenKind OpKind, in ParseCXXPseudoDestructor()
2657 OverloadedOperatorKind OpKind = in ParseUnqualifiedIdTemplateId() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7840 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 DSemaExprMember.cpp1751 tok::TokenKind OpKind, CXXScopeSpec &SS, in ActOnMemberAccessExpr()
H A DSemaChecking.cpp1558 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 DSemaCodeComplete.cpp602 tok::TokenKind OpKind, in enterUnary()
H A DSemaExpr.cpp8582 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); in IsArithmeticBinaryExpr() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprCXX.cpp591 CXXOperatorCallExpr::CXXOperatorCallExpr(OverloadedOperatorKind OpKind, in CXXOperatorCallExpr()
613 OverloadedOperatorKind OpKind, Expr *Fn, in Create()