Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp162 bool isProperty() const { return IsSpecial; } in isProperty() function in __anonfdfc6f5f0111::LatticeCell
463 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()
1119 bool IsProp1 = LS1.isProperty(); in evaluateCMPrr()
1120 bool IsProp2 = LS2.isProperty(); in evaluateCMPrr()
1157 if (LS.isProperty()) in evaluateCMPri()
1184 if (LS.isProperty()) in evaluateCMPrp()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp15174 Expr *RHS, bool isProperty) { in checkUnsafeAssignLiteral() argument
15188 << (isProperty ? 0 : 1) in checkUnsafeAssignLiteral()
15196 Expr *RHS, bool isProperty) { in checkUnsafeAssignObject() argument
15202 << (isProperty ? 0 : 1) in checkUnsafeAssignObject()
15210 checkUnsafeAssignLiteral(S, Loc, RHS, isProperty)) in checkUnsafeAssignObject()