Home
last modified time | relevance | path

Searched refs:isProperty (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp463 if (isProperty()) in convertToProperty()
481 if (isProperty()) { in print()
534 if (L.isProperty()) in meet()
553 if (!isProperty()) { in add()
604 if (isProperty()) in properties()
1151 if (LS.isProperty()) in evaluateCMPri()
1178 if (LS.isProperty()) in evaluateCMPrp()
1510 if (LS1.isProperty()) { in evaluateXORrr()
1515 if (LS2.isProperty()) { in evaluateXORrr()
1572 if (LS1.isProperty()) in evaluateZEXTr()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp16623 Expr *RHS, bool isProperty) { in checkUnsafeAssignLiteral() argument
16637 << (isProperty ? 0 : 1) in checkUnsafeAssignLiteral()
16645 Expr *RHS, bool isProperty) { in checkUnsafeAssignObject() argument
16651 << (isProperty ? 0 : 1) in checkUnsafeAssignObject()
16659 checkUnsafeAssignLiteral(S, Loc, RHS, isProperty)) in checkUnsafeAssignObject()