/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | AssertSideEffectCheck.cpp | 42 OverloadedOperatorKind OpKind = OpCallExpr->getOperator(); in AST_MATCHER_P() local
|
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | RedundantExpressionCheck.cpp | 337 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/ |
D | FastISelEmitter.cpp | 78 class OpKind { class 83 OpKind() : Repr(OK_Invalid) {} in OpKind() function in __anonf9359ff90311::OperandsSignature::OpKind
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | PointerArithChecker.cpp | 319 BinaryOperatorKind OpKind = BOp->getOpcode(); in checkPreStmt() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | PointerArithChecker.cpp | 319 BinaryOperatorKind OpKind = BOp->getOpcode(); in checkPreStmt() local
|
/external/llvm-project/llvm/utils/TableGen/ |
D | FastISelEmitter.cpp | 88 class OpKind { class 93 OpKind() : Repr(OK_Invalid) {} in OpKind() function in __anonda4984e70311::OperandsSignature::OpKind
|
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 1506 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local 1614 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
|
D | ParseExprCXX.cpp | 1526 tok::TokenKind OpKind, in ParseCXXPseudoDestructor()
|
/external/llvm-project/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 2005 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/ |
D | ParseExpr.cpp | 1960 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local 2080 tok::TokenKind OpKind = Tok.getKind(); in ParsePostfixExpressionSuffix() local
|
D | ParseTemplate.cpp | 1351 OverloadedOperatorKind OpKind = in AnnotateTemplateIdToken() local
|
D | ParseExprCXX.cpp | 1748 tok::TokenKind OpKind, in ParseCXXPseudoDestructor() 2458 OverloadedOperatorKind OpKind = in ParseUnqualifiedIdTemplateId() local
|
/external/swiftshader/third_party/subzero/src/ |
D | IceInst.h | 323 enum OpKind { enum 479 enum OpKind { enum
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | SimplifyBooleanExprCheck.cpp | 117 StringRef getOperatorName(OverloadedOperatorKind OpKind) { in getOperatorName()
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 5915 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()
|
D | SemaExprMember.cpp | 1714 tok::TokenKind OpKind, in ActOnMemberAccessExpr()
|
D | SemaExpr.cpp | 6942 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); in IsArithmeticBinaryExpr() local
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 7122 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()
|
D | SemaExprMember.cpp | 1685 tok::TokenKind OpKind, in ActOnMemberAccessExpr()
|
D | SemaCodeComplete.cpp | 552 tok::TokenKind OpKind, in enterUnary()
|
D | SemaExpr.cpp | 8486 BinaryOperatorKind OpKind = BinaryOperator::getOverloadedOpcode(OO); in IsArithmeticBinaryExpr() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1554 if (unsigned OpKind = IdentifyIntelInlineAsmOperator(Identifier)) { in ParseIntelExpression() local 1848 unsigned X86AsmParser::ParseIntelInlineAsmOperator(unsigned OpKind) { in ParseIntelInlineAsmOperator()
|
/external/llvm-project/clang/lib/AST/ |
D | ExprCXX.cpp | 536 CXXOperatorCallExpr::CXXOperatorCallExpr(OverloadedOperatorKind OpKind, in CXXOperatorCallExpr() 558 OverloadedOperatorKind OpKind, Expr *Fn, in Create()
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmParser.cpp | 1746 std::unique_ptr<X86Operand> X86AsmParser::ParseIntelOperator(unsigned OpKind) { in ParseIntelOperator()
|