Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DAssertSideEffectCheck.cpp42 OverloadedOperatorKind OpKind = OpCallExpr->getOperator(); in AST_MATCHER_P() local
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp337 OverloadedOperatorKind OpKind) { in checkOpKind()
350 OverloadedOperatorKind OpKind) { in collectOperands()
365 OverloadedOperatorKind OpKind, in hasSameOperatorParent()
389 const OverloadedOperatorKind OpKind = getOp(TheExpr); in markDuplicateOperands() local
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp78 class OpKind { class
83 OpKind() : Repr(OK_Invalid) {} in OpKind() function in __anone694a1120311::OperandsSignature::OpKind
/external/clang/lib/StaticAnalyzer/Checkers/
DPointerArithChecker.cpp319 BinaryOperatorKind OpKind = BOp->getOpcode(); in checkPreStmt() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DPointerArithChecker.cpp319 BinaryOperatorKind OpKind = BOp->getOpcode(); in checkPreStmt() local
/external/llvm-project/llvm/utils/TableGen/
DFastISelEmitter.cpp88 class OpKind { class
93 OpKind() : Repr(OK_Invalid) {} in OpKind() function in __anon5387c6a00311::OperandsSignature::OpKind
/external/clang/lib/Parse/
DParseExpr.cpp1506 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
1614 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
DParseExprCXX.cpp1526 tok::TokenKind OpKind, in ParseCXXPseudoDestructor()
/external/llvm-project/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp2005 if (unsigned OpKind = IdentifyIntelInlineAsmOperator(Identifier)) { in ParseIntelExpression() local
2026 if (unsigned OpKind = IdentifyMasmOperator(Identifier)) { in ParseIntelExpression() local
2354 unsigned X86AsmParser::ParseIntelInlineAsmOperator(unsigned OpKind) { in ParseIntelInlineAsmOperator()
2399 bool X86AsmParser::ParseMasmOperator(unsigned OpKind, int64_t &Val) { in ParseMasmOperator()
/external/llvm-project/clang/lib/Parse/
DParseExpr.cpp1960 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
2080 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
DParseTemplate.cpp1351 OverloadedOperatorKind OpKind = in AnnotateTemplateIdToken() local
DParseExprCXX.cpp1748 tok::TokenKind OpKind, in ParseCXXPseudoDestructor()
2458 OverloadedOperatorKind OpKind = in ParseUnqualifiedIdTemplateId() local
/external/swiftshader/third_party/subzero/src/
DIceInst.h323 enum OpKind { enum
479 enum OpKind { enum
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DSimplifyBooleanExprCheck.cpp117 StringRef getOperatorName(OverloadedOperatorKind OpKind) { in getOperatorName()
/external/clang/lib/Sema/
DSemaExprCXX.cpp5915 tok::TokenKind OpKind, in ActOnStartCXXMemberReference()
6057 tok::TokenKind& OpKind, SourceLocation OpLoc) { in CheckArrow()
6091 tok::TokenKind OpKind, in BuildPseudoDestructorExpr()
6189 tok::TokenKind OpKind, in ActOnPseudoDestructorExpr()
6326 tok::TokenKind OpKind, in ActOnPseudoDestructorExpr()
DSemaExprMember.cpp1714 tok::TokenKind OpKind, in ActOnMemberAccessExpr()
DSemaExpr.cpp6942 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); in IsArithmeticBinaryExpr() local
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp7122 tok::TokenKind OpKind, in ActOnStartCXXMemberReference()
7263 tok::TokenKind &OpKind, SourceLocation OpLoc) { in CheckArrow()
7327 tok::TokenKind OpKind, in BuildPseudoDestructorExpr()
7446 tok::TokenKind OpKind, in ActOnPseudoDestructorExpr()
7591 tok::TokenKind OpKind, in ActOnPseudoDestructorExpr()
DSemaExprMember.cpp1685 tok::TokenKind OpKind, in ActOnMemberAccessExpr()
DSemaCodeComplete.cpp552 tok::TokenKind OpKind, in enterUnary()
DSemaExpr.cpp8486 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); in IsArithmeticBinaryExpr() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1554 if (unsigned OpKind = IdentifyIntelInlineAsmOperator(Identifier)) { in ParseIntelExpression() local
1848 unsigned X86AsmParser::ParseIntelInlineAsmOperator(unsigned OpKind) { in ParseIntelInlineAsmOperator()
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp536 CXXOperatorCallExpr::CXXOperatorCallExpr(OverloadedOperatorKind OpKind, in CXXOperatorCallExpr()
558 OverloadedOperatorKind OpKind, Expr *Fn, in Create()
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1746 std::unique_ptr<X86Operand> X86AsmParser::ParseIntelOperator(unsigned OpKind) { in ParseIntelOperator()