Searched refs:isProperty (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 161 bool isProperty() const { return IsSpecial; } in isProperty() function in __anoned9efeff0111::LatticeCell 464 if (isProperty()) in convertToProperty() 482 if (isProperty()) { in print() 535 if (L.isProperty()) in meet() 554 if (!isProperty()) { in add() 605 if (isProperty()) in properties() 1114 bool IsProp1 = LS1.isProperty(); in evaluateCMPrr() 1115 bool IsProp2 = LS2.isProperty(); in evaluateCMPrr() 1152 if (LS.isProperty()) in evaluateCMPri() 1179 if (LS.isProperty()) in evaluateCMPrp() [all …]
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 162 bool isProperty() const { return IsSpecial; } in isProperty() function in __anon4e8e348b0111::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 …]
|
/external/dokka/core/src/main/kotlin/Formats/JavaLayoutHtml/ |
D | JavaLayoutHtmlFormatOutputBuilder.kt | 1019 private fun DocumentationNode.isProperty() = kind == propertyKind in <lambda>() method in org.jetbrains.dokka.Formats.ClassPage 1072 …extensionProperties = extensions.filter { it.isProperty() }.sortedBy { it.name }.groupBy { it.owne… in <lambda>() 1076 … inheritedExtensions.filter { it.isProperty() }.sortedBy { it.name }.groupBy { it.owner!! } in <lambda>()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 10189 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()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 14905 Expr *RHS, bool isProperty) { in checkUnsafeAssignLiteral() argument 14919 << (isProperty ? 0 : 1) in checkUnsafeAssignLiteral() 14927 Expr *RHS, bool isProperty) { in checkUnsafeAssignObject() argument 14933 << (isProperty ? 0 : 1) in checkUnsafeAssignObject() 14941 checkUnsafeAssignLiteral(S, Loc, RHS, isProperty)) in checkUnsafeAssignObject()
|