| /external/libcxx/test/std/utilities/function.objects/negators/ |
| D | not2.depr_in_cxx17.fail.cpp | 26 struct Predicate { struct 33 std::not2(Predicate()); // expected-error{{'not2<Predicate>' is deprecated}} in main() argument
|
| D | binary_negate.depr_in_cxx17.fail.cpp | 26 struct Predicate { struct 33 …std::binary_negate<Predicate> f((Predicate())); // expected-error{{'binary_negate<Predicate>' is d… in main() argument
|
| D | not1.depr_in_cxx17.fail.cpp | 26 struct Predicate { struct 32 std::not1(Predicate()); // expected-error{{'not1<Predicate>' is deprecated}} in main() argument
|
| D | unary_negate.depr_in_cxx17.fail.cpp | 26 struct Predicate { struct 32 …std::unary_negate<Predicate> f((Predicate())); // expected-error{{'unary_negate<Predicate>' is dep… in main() argument
|
| /external/llvm-project/libcxx/test/std/utilities/function.objects/negators/ |
| D | not2.depr_in_cxx17.verify.cpp | 21 struct Predicate { struct 28 std::not2(Predicate()); // expected-warning {{'not2<Predicate>' is deprecated}} in main() argument
|
| D | binary_negate.depr_in_cxx17.verify.cpp | 21 struct Predicate { struct 28 …std::binary_negate<Predicate> f((Predicate())); // expected-warning {{'binary_negate<Predicate>' i… in main() argument
|
| D | not1.depr_in_cxx17.verify.cpp | 21 struct Predicate { struct 27 std::not1(Predicate()); // expected-warning {{'not1<Predicate>' is deprecated}} in main() argument
|
| D | unary_negate.depr_in_cxx17.verify.cpp | 21 struct Predicate { struct 27 …std::unary_negate<Predicate> f((Predicate())); // expected-warning {{'unary_negate<Predicate>' is … in main() argument
|
| /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
| D | remove_if.pass.cpp | 32 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 45 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 57 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 70 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 81 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 95 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 108 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 120 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 133 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 144 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
|
| /external/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/ |
| D | remove_if.pass.cpp | 56 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 69 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 81 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 94 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 105 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 134 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 147 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 159 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 172 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef 183 typedef unary_counting_predicate<bool(*)(T), T> Predicate; in main() typedef
|
| /external/angle/src/compiler/translator/TranslatorMetalDirect/ |
| D | ModifyStruct.h | 34 struct Predicate struct 56 Predicate::Func splitMatrixColumns = Predicate::False; argument
|
| /external/llvm-project/lldb/unittests/Utility/ |
| D | PredicateTest.cpp | 15 TEST(Predicate, WaitForValueEqualTo) { in TEST() argument 28 TEST(Predicate, WaitForValueNotEqualTo) { in TEST() argument
|
| /external/swiftshader/third_party/subzero/src/ |
| D | IceInstARM32.h | 516 CondARM32::Cond Predicate) in InstARM32Pred() 558 CondARM32::Cond Predicate) { in create() 582 CondARM32::Cond Predicate) in InstARM32UnaryopGPR() 599 CondARM32::Cond Predicate) { in create() 623 CondARM32::Cond Predicate) in InstARM32UnaryopFP() 641 create(Cfg *Func, Variable *Dest, Variable *Src, CondARM32::Cond Predicate) { in create() 650 CondARM32::Cond Predicate) in InstARM32UnaryopSignAwareFP() 664 CondARM32::Cond Predicate) { in create() 688 CondARM32::Cond Predicate) in InstARM32TwoAddrGPR() 706 CondARM32::Cond Predicate) { in create() [all …]
|
| /external/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | LegalizerInfo.h | 340 LegalityPredicate Predicate; variable 347 : Predicate(Predicate), Action(Action), Mutation(Mutation) {} in Predicate() argument 423 LegalityPredicate Predicate) { in actionIf() 429 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() 532 LegalizeRuleSet &legalIf(LegalityPredicate Predicate) { in legalIf() 596 LegalizeRuleSet &bitcastIf(LegalityPredicate Predicate, in bitcastIf() 614 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate) { in lowerIf() 622 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate, in lowerIf() 678 LegalizeRuleSet &libcallIf(LegalityPredicate Predicate) { in libcallIf() 703 LegalizeRuleSet &widenScalarIf(LegalityPredicate Predicate, in widenScalarIf() [all …]
|
| /external/llvm-project/llvm/utils/TableGen/GlobalISel/ |
| D | GIMatchDagPredicateDependencyEdge.h | 31 const GIMatchDagPredicate *Predicate; variable 39 const GIMatchDagPredicate *Predicate, in GIMatchDagPredicateDependencyEdge()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | LegalizerInfo.h | 294 LegalityPredicate Predicate; variable 301 : Predicate(Predicate), Action(Action), Mutation(Mutation) {} in Predicate() argument 377 LegalityPredicate Predicate) { in actionIf() 383 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() 478 LegalizeRuleSet &legalIf(LegalityPredicate Predicate) { in legalIf() 544 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate) { in lowerIf() 552 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate, in lowerIf() 601 LegalizeRuleSet &libcallIf(LegalityPredicate Predicate) { in libcallIf() 626 LegalizeRuleSet &widenScalarIf(LegalityPredicate Predicate, in widenScalarIf() 635 LegalizeRuleSet &narrowScalarIf(LegalityPredicate Predicate, in narrowScalarIf() [all …]
|
| /external/llvm-project/lldb/include/lldb/Utility/ |
| D | Predicate.h | 47 Predicate() : m_value(), m_mutex(), m_condition() {} in Predicate() function 56 Predicate(T initial_value) in Predicate() function
|
| /external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/ |
| D | Predicate.java | 23 public interface Predicate<T> { interface
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | Predicate.java | 3 public interface Predicate<T> { interface
|
| /external/webrtc/sdk/android/api/org/webrtc/ |
| D | Predicate.java | 16 public interface Predicate<T> { interface
|
| /external/guava/android/guava/src/com/google/common/base/ |
| D | Predicate.java | 48 public interface Predicate<T> { interface
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Predicate.java | 45 public interface Predicate<T> extends java.util.function.Predicate<T> { interface
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | ScalarizeMaskedMemIntrin.cpp | 193 Value *Predicate; in scalarizeMaskedLoad() local 324 Value *Predicate; in scalarizeMaskedStore() local 443 Value *Predicate; in scalarizeMaskedGather() local 564 Value *Predicate; in scalarizeMaskedScatter() local 654 Value *Predicate; in scalarizeMaskedExpandLoad() local 760 Value *Predicate; in scalarizeMaskedCompressStore() local
|
| /external/llvm-project/llvm/lib/Target/ARM/ |
| D | ARMLegalizerInfo.cpp | 350 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls() 402 auto Predicate = in legalizeCustom() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| D | ARMLegalizerInfo.cpp | 350 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls() 403 auto Predicate = in legalizeCustom() local
|