Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFastISelEmitter.cpp88 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 DPointerArithChecker.cpp319 BinaryOperatorKind OpKind = BOp->getOpcode(); in checkPreStmt() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp2008 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 DParseExpr.cpp1962 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
2082 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
H A DParseTemplate.cpp1351 OverloadedOperatorKind OpKind = in AnnotateTemplateIdToken() local
H A DParseExprCXX.cpp1703 tok::TokenKind OpKind, in ParseCXXPseudoDestructor()
2443 OverloadedOperatorKind OpKind = in ParseUnqualifiedIdTemplateId() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp7196 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 DSemaExprMember.cpp1684 tok::TokenKind OpKind, in ActOnMemberAccessExpr()
H A DSemaCodeComplete.cpp574 tok::TokenKind OpKind, in enterUnary()
H A DSemaExpr.cpp8586 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); in IsArithmeticBinaryExpr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp536 CXXOperatorCallExpr::CXXOperatorCallExpr(OverloadedOperatorKind OpKind, in CXXOperatorCallExpr()
558 OverloadedOperatorKind OpKind, Expr *Fn, in Create()