Home
last modified time | relevance | path

Searched defs:Predicate (Results 1 – 25 of 205) sorted by relevance

123456789

/external/libcxx/test/std/utilities/function.objects/negators/
Dnot2.depr_in_cxx17.fail.cpp26 struct Predicate { struct
33 std::not2(Predicate()); // expected-error{{'not2<Predicate>' is deprecated}} in main() argument
Dbinary_negate.depr_in_cxx17.fail.cpp26 struct Predicate { struct
33 …std::binary_negate<Predicate> f((Predicate())); // expected-error{{'binary_negate<Predicate>' is d… in main() argument
Dnot1.depr_in_cxx17.fail.cpp26 struct Predicate { struct
32 std::not1(Predicate()); // expected-error{{'not1<Predicate>' is deprecated}} in main() argument
Dunary_negate.depr_in_cxx17.fail.cpp26 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/
Dnot2.depr_in_cxx17.verify.cpp21 struct Predicate { struct
28 std::not2(Predicate()); // expected-warning {{'not2<Predicate>' is deprecated}} in main() argument
Dbinary_negate.depr_in_cxx17.verify.cpp21 struct Predicate { struct
28 …std::binary_negate<Predicate> f((Predicate())); // expected-warning {{'binary_negate<Predicate>' i… in main() argument
Dnot1.depr_in_cxx17.verify.cpp21 struct Predicate { struct
27 std::not1(Predicate()); // expected-warning {{'not1<Predicate>' is deprecated}} in main() argument
Dunary_negate.depr_in_cxx17.verify.cpp21 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/
Dremove_if.pass.cpp32 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/
Dremove_if.pass.cpp56 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/
DModifyStruct.h34 struct Predicate struct
56 Predicate::Func splitMatrixColumns = Predicate::False; argument
/external/llvm-project/lldb/unittests/Utility/
DPredicateTest.cpp15 TEST(Predicate, WaitForValueEqualTo) { in TEST() argument
28 TEST(Predicate, WaitForValueNotEqualTo) { in TEST() argument
/external/swiftshader/third_party/subzero/src/
DIceInstARM32.h516 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/
DLegalizerInfo.h340 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/
DGIMatchDagPredicateDependencyEdge.h31 const GIMatchDagPredicate *Predicate; variable
39 const GIMatchDagPredicate *Predicate, in GIMatchDagPredicateDependencyEdge()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h294 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/
DPredicate.h47 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/
DPredicate.java23 public interface Predicate<T> { interface
/external/cldr/tools/java/org/unicode/cldr/util/
DPredicate.java3 public interface Predicate<T> { interface
/external/webrtc/sdk/android/api/org/webrtc/
DPredicate.java16 public interface Predicate<T> { interface
/external/guava/android/guava/src/com/google/common/base/
DPredicate.java48 public interface Predicate<T> { interface
/external/guava/guava/src/com/google/common/base/
DPredicate.java45 public interface Predicate<T> extends java.util.function.Predicate<T> { interface
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp193 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/
DARMLegalizerInfo.cpp350 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls()
402 auto Predicate = in legalizeCustom() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.cpp350 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls()
403 auto Predicate = in legalizeCustom() local

123456789