Home
last modified time | relevance | path

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

12345

/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/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/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/GlobalISel/
DLegalizerInfo.h244 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 …]
DInstructionSelectorImpl.h243 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/
DPredicate.java3 public interface Predicate<T> { interface
/external/droiddriver/src/io/appium/droiddriver/finders/
DPredicate.java33 public interface Predicate<T> { interface
/external/guava/guava/src/com/google/common/base/
DPredicate.java36 public interface Predicate<T> { interface
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCPredicates.h20 enum Predicate { enum
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMLegalizerInfo.h48 CmpInst::Predicate Predicate; member
DARMLegalizerInfo.cpp293 ARMLegalizerInfo::getFCmpLibcalls(CmpInst::Predicate Predicate, in getFCmpLibcalls()
352 auto Predicate = in legalizeCustom() local
/external/catch2/include/internal/
Dcatch_matchers_generic.hpp51 …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/
Dremove_if.pass.cpp31 typedef unary_counting_predicate<bool(*)(int), int> Predicate; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DScalarizeMaskedMemIntrin.cpp195 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/
Dwarn-documentation.cpp1085 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/
DSemanticContext.java87 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/
DMipsELFObjectWriter.cpp72 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/
DMipsELFObjectWriter.cpp87 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/
DPPCPredicates.h27 enum Predicate { enum
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCPredicates.h27 enum Predicate { enum
/external/deqp-deps/SPIRV-Tools/test/opt/
Diterator_test.cpp226 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/
Diterator_test.cpp226 struct Predicate { in TEST() struct
227 bool operator()(const Placeholder& data) { return data.val % 2; } in TEST()

12345