| /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/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/ |
| D | LegalizerInfo.h | 244 LegalityPredicate Predicate; variable 251 : Predicate(Predicate), Action(Action), Mutation(Mutation) {} in Predicate() function 313 LegalityPredicate Predicate) { in actionIf() 319 LegalizeRuleSet &actionIf(LegalizeAction Action, LegalityPredicate Predicate, in actionIf() 405 LegalizeRuleSet &legalIf(LegalityPredicate Predicate) { in legalIf() 451 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate) { in lowerIf() 459 LegalizeRuleSet &lowerIf(LegalityPredicate Predicate, in lowerIf() 508 LegalizeRuleSet &libcallIf(LegalityPredicate Predicate) { in libcallIf() 533 LegalizeRuleSet &widenScalarIf(LegalityPredicate Predicate, in widenScalarIf() 542 LegalizeRuleSet &narrowScalarIf(LegalityPredicate Predicate, in narrowScalarIf() [all …]
|
| D | InstructionSelectorImpl.h | 243 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local 267 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local 289 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local 308 int64_t Predicate = MatchTable[CurrentIdx++]; in executeMatchTable() local
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | Predicate.java | 3 public interface Predicate<T> { interface
|
| /external/droiddriver/src/io/appium/droiddriver/finders/ |
| D | Predicate.java | 33 public interface Predicate<T> { interface
|
| /external/guava/guava/src/com/google/common/base/ |
| D | Predicate.java | 36 public interface Predicate<T> { interface
|
| /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCPredicates.h | 20 enum Predicate { enum
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
| D | ARMLegalizerInfo.h | 48 CmpInst::Predicate Predicate; member
|
| D | ARMLegalizerInfo.cpp | 293 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls() 352 auto Predicate = in legalizeCustom() local
|
| /external/catch2/include/internal/ |
| D | catch_matchers_generic.hpp | 51 …Generic::PredicateMatcher<T> Predicate(std::function<bool(T const&)> const& predicate, std::string… in Predicate() function
|
| /external/libcxx/test/std/containers/sequences/list/list.ops/ |
| D | remove_if.pass.cpp | 31 typedef unary_counting_predicate<bool(*)(int), int> Predicate; typedef
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| D | ScalarizeMaskedMemIntrin.cpp | 195 Value *Predicate = in scalarizeMaskedLoad() local 317 Value *Predicate = in scalarizeMaskedStore() local 444 Value *Predicate = Builder.CreateExtractElement(Mask, Builder.getInt32(Idx), in scalarizeMaskedGather() local 556 Value *Predicate = Builder.CreateExtractElement(Mask, Builder.getInt32(Idx), in scalarizeMaskedScatter() local
|
| /external/clang/test/Sema/ |
| D | warn-documentation.cpp | 1085 class Predicate class 1096 template<> class Predicate<int, char> class 1107 template<class T> class Predicate<T, int> class
|
| /external/antlr/tool/src/main/java/org/antlr/analysis/ |
| D | SemanticContext.java | 87 public static class Predicate extends SemanticContext { class in SemanticContext 115 public Predicate(int constantValue) { in Predicate() method in SemanticContext.Predicate 120 public Predicate(GrammarAST predicate) { in Predicate() method in SemanticContext.Predicate 130 public Predicate(Predicate p) { in Predicate() method in SemanticContext.Predicate
|
| /external/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsELFObjectWriter.cpp | 72 UnaryPredicate Predicate) { in copy_if_else() 104 InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsELFObjectWriter.cpp | 87 UnaryPredicate Predicate) { in copy_if_else() 111 static InputIt find_best(InputIt First, InputIt Last, UnaryPredicate Predicate, in find_best()
|
| /external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCPredicates.h | 27 enum Predicate { enum
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCPredicates.h | 27 enum Predicate { enum
|
| /external/deqp-deps/SPIRV-Tools/test/opt/ |
| D | iterator_test.cpp | 226 struct Predicate { in TEST() struct 227 bool operator()(const Placeholder& data) { return data.val % 2; } in TEST()
|
| /external/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | iterator_test.cpp | 226 struct Predicate { in TEST() struct 227 bool operator()(const Placeholder& data) { return data.val % 2; } in TEST()
|