Searched defs:OpKind (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | FastISelEmitter.cpp | 88 class OpKind { class 93 OpKind() : Repr(OK_Invalid) {} in OpKind() function in __anon2f99e1bb0311::OperandsSignature::OpKind
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | PointerArithChecker.cpp | 319 BinaryOperatorKind OpKind = BOp->getOpcode(); in checkPreStmt() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2008 if (unsigned OpKind = IdentifyIntelInlineAsmOperator(Identifier)) { in ParseIntelExpression() local 2029 if (unsigned OpKind = IdentifyMasmOperator(Identifier)) { in ParseIntelExpression() local 2357 unsigned X86AsmParser::ParseIntelInlineAsmOperator(unsigned OpKind) { in ParseIntelInlineAsmOperator() 2402 bool X86AsmParser::ParseMasmOperator(unsigned OpKind, int64_t &Val) { in ParseMasmOperator()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 1962 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local 2082 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
|
H A D | ParseTemplate.cpp | 1351 OverloadedOperatorKind OpKind = in AnnotateTemplateIdToken() local
|
H A D | ParseExprCXX.cpp | 1703 tok::TokenKind OpKind, in ParseCXXPseudoDestructor() 2443 OverloadedOperatorKind OpKind = in ParseUnqualifiedIdTemplateId() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 7196 tok::TokenKind OpKind, in ActOnStartCXXMemberReference() 7337 tok::TokenKind &OpKind, SourceLocation OpLoc) { in CheckArrow() 7401 tok::TokenKind OpKind, in BuildPseudoDestructorExpr() 7520 tok::TokenKind OpKind, in ActOnPseudoDestructorExpr() 7665 tok::TokenKind OpKind, in ActOnPseudoDestructorExpr()
|
H A D | SemaExprMember.cpp | 1684 tok::TokenKind OpKind, in ActOnMemberAccessExpr()
|
H A D | SemaCodeComplete.cpp | 574 tok::TokenKind OpKind, in enterUnary()
|
H A D | SemaExpr.cpp | 8586 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); in IsArithmeticBinaryExpr() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprCXX.cpp | 536 CXXOperatorCallExpr::CXXOperatorCallExpr(OverloadedOperatorKind OpKind, in CXXOperatorCallExpr() 558 OverloadedOperatorKind OpKind, Expr *Fn, in Create()
|