Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp141 bool isProperty() const { return IsSpecial; } in isProperty() function in __anonfe19b4d40111::LatticeCell
443 if (isProperty()) in convertToProperty()
461 if (isProperty()) { in print()
514 if (L.isProperty()) in meet()
533 if (!isProperty()) { in add()
584 if (isProperty()) in properties()
1093 bool IsProp1 = LS1.isProperty(); in evaluateCMPrr()
1094 bool IsProp2 = LS2.isProperty(); in evaluateCMPrr()
1132 if (LS.isProperty()) in evaluateCMPri()
1160 if (LS.isProperty()) in evaluateCMPrp()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp14770 Expr *RHS, bool isProperty) { in checkUnsafeAssignLiteral() argument
14784 << (isProperty ? 0 : 1) in checkUnsafeAssignLiteral()
14792 Expr *RHS, bool isProperty) { in checkUnsafeAssignObject() argument
14798 << (isProperty ? 0 : 1) in checkUnsafeAssignObject()
14806 checkUnsafeAssignLiteral(S, Loc, RHS, isProperty)) in checkUnsafeAssignObject()