Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstPropagation.cpp149 bool isProperty() const { return IsSpecial; } in isProperty() function in __anon01dac9570111::LatticeCell
452 if (isProperty()) in convertToProperty()
470 if (isProperty()) { in print()
523 if (L.isProperty()) in meet()
542 if (!isProperty()) { in add()
593 if (isProperty()) in properties()
1102 bool IsProp1 = LS1.isProperty(); in evaluateCMPrr()
1103 bool IsProp2 = LS2.isProperty(); in evaluateCMPrr()
1140 if (LS.isProperty()) in evaluateCMPri()
1167 if (LS.isProperty()) in evaluateCMPrp()
[all …]
/external/clang/lib/Sema/
DSemaChecking.cpp10189 Expr *RHS, bool isProperty) { in checkUnsafeAssignLiteral() argument
10203 << (isProperty ? 0 : 1) in checkUnsafeAssignLiteral()
10211 Expr *RHS, bool isProperty) { in checkUnsafeAssignObject() argument
10217 << (isProperty ? 0 : 1) in checkUnsafeAssignObject()
10225 checkUnsafeAssignLiteral(S, Loc, RHS, isProperty)) in checkUnsafeAssignObject()