Home
last modified time | relevance | path

Searched refs:Matcher (Results 1 – 25 of 6255) sorted by relevance

12345678910>>...251

/dports/lang/v8/v8-9.6.180.12/test/unittests/compiler/
H A Dnode-test-utils.h43 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher);
44 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher,
46 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher,
49 Matcher<Node*> IsBranch(const Matcher<Node*>& value_matcher,
51 Matcher<Node*> IsMerge(const Matcher<Node*>& control0_matcher,
53 Matcher<Node*> IsMerge(const Matcher<Node*>& control0_matcher,
56 Matcher<Node*> IsLoop(const Matcher<Node*>& control0_matcher,
58 Matcher<Node*> IsLoop(const Matcher<Node*>& control0_matcher,
66 Matcher<Node*> IsSwitch(const Matcher<Node*>& value_matcher,
74 Matcher<Node*> IsReturn(const Matcher<Node*>& value_matcher,
[all …]
H A Dnode-test-utils.cc1570 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher) { in IsEnd()
1575 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher, in IsEnd()
1582 Matcher<Node*> IsEnd(const Matcher<Node*>& control0_matcher, in IsEnd()
1590 Matcher<Node*> IsBranch(const Matcher<Node*>& value_matcher, in IsBranch()
1611 Matcher<Node*> IsLoop(const Matcher<Node*>& control0_matcher, in IsLoop()
1618 Matcher<Node*> IsLoop(const Matcher<Node*>& control0_matcher, in IsLoop()
1647 Matcher<Node*> IsSwitch(const Matcher<Node*>& value_matcher, in IsSwitch()
1675 Matcher<Node*> IsReturn(const Matcher<Node*>& value_matcher, in IsReturn()
1682 Matcher<Node*> IsReturn2(const Matcher<Node*>& value_matcher, in IsReturn2()
2047 Matcher<Node*> IsAllocate(const Matcher<Node*>& size_matcher, in IsAllocate()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/tests/gtests/gtest/src/
H A Dgtest-matchers.cc50 Matcher<const std::string&>::Matcher(const ::string& s) { in Matcher() function in testing::Matcher::string
57 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string
68 Matcher<std::string>::Matcher(const ::string& s) { in Matcher() function in testing::Matcher::string
80 Matcher<const ::string&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::string
93 Matcher<::string>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::string
98 Matcher<::string>::Matcher(const ::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string
107 Matcher<const absl::string_view&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::string_view
119 Matcher<const absl::string_view&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string_view
125 Matcher<const absl::string_view&>::Matcher(absl::string_view s) { in Matcher() function in testing::Matcher::string_view
141 Matcher<absl::string_view>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string_view
[all …]
/dports/math/onednn/oneDNN-2.5.1/tests/gtests/gtest/src/
H A Dgtest-matchers.cc50 Matcher<const std::string&>::Matcher(const ::string& s) { in Matcher() function in testing::Matcher::string
57 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string
68 Matcher<std::string>::Matcher(const ::string& s) { in Matcher() function in testing::Matcher::string
80 Matcher<const ::string&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::string
93 Matcher<::string>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::string
98 Matcher<::string>::Matcher(const ::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string
107 Matcher<const absl::string_view&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::string_view
119 Matcher<const absl::string_view&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string_view
125 Matcher<const absl::string_view&>::Matcher(absl::string_view s) { in Matcher() function in testing::Matcher::string_view
141 Matcher<absl::string_view>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string_view
[all …]
/dports/devel/protobuf/protobuf-3.17.3/third_party/googletest/googletest/src/
H A Dgtest-matchers.cc50 Matcher<const std::string&>::Matcher(const ::string& s) { in Matcher() function in testing::Matcher::string
57 Matcher<const std::string&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string
68 Matcher<std::string>::Matcher(const ::string& s) { in Matcher() function in testing::Matcher::string
80 Matcher<const ::string&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::string
93 Matcher<::string>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::string
98 Matcher<::string>::Matcher(const ::string& s) { *this = Eq(s); } in Matcher() function in testing::Matcher::string
107 Matcher<const absl::string_view&>::Matcher(const std::string& s) { in Matcher() function in testing::Matcher::string_view
119 Matcher<const absl::string_view&>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string_view
125 Matcher<const absl::string_view&>::Matcher(absl::string_view s) { in Matcher() function in testing::Matcher::string_view
141 Matcher<absl::string_view>::Matcher(const char* s) { in Matcher() function in testing::Matcher::string_view
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/TableGen/
H A DDAGISelMatcher.h21 class Matcher; variable
32 void OptimizeMatcher(std::unique_ptr<Matcher> &Matcher,
34 void EmitMatcherTable(Matcher *Matcher, const CodeGenDAGPatterns &CGP,
40 class Matcher {
43 std::unique_ptr<Matcher> Next;
97 Matcher(KindTy K) : Kind(K) {} in Matcher() function
99 virtual ~Matcher() {} in ~Matcher()
154 Matcher *unlinkNode(Matcher *Other);
190 SmallVector<Matcher*, 4> Children;
207 Matcher *takeChild(unsigned i) { in takeChild()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcher.h21 class Matcher; variable
32 void OptimizeMatcher(std::unique_ptr<Matcher> &Matcher,
34 void EmitMatcherTable(Matcher *Matcher, const CodeGenDAGPatterns &CGP,
40 class Matcher {
43 std::unique_ptr<Matcher> Next;
97 Matcher(KindTy K) : Kind(K) {} in Matcher() function
99 virtual ~Matcher() {} in ~Matcher()
154 Matcher *unlinkNode(Matcher *Other);
190 SmallVector<Matcher*, 4> Children;
207 Matcher *takeChild(unsigned i) { in takeChild()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/TableGen/
H A DDAGISelMatcher.h21 class Matcher; variable
32 void OptimizeMatcher(std::unique_ptr<Matcher> &Matcher,
34 void EmitMatcherTable(Matcher *Matcher, const CodeGenDAGPatterns &CGP,
40 class Matcher {
43 std::unique_ptr<Matcher> Next;
97 Matcher(KindTy K) : Kind(K) {} in Matcher() function
99 virtual ~Matcher() {} in ~Matcher()
154 Matcher *unlinkNode(Matcher *Other);
190 SmallVector<Matcher*, 4> Children;
207 Matcher *takeChild(unsigned i) { in takeChild()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/TableGen/
H A DDAGISelMatcher.h21 class Matcher; variable
32 void OptimizeMatcher(std::unique_ptr<Matcher> &Matcher,
34 void EmitMatcherTable(Matcher *Matcher, const CodeGenDAGPatterns &CGP,
40 class Matcher {
43 std::unique_ptr<Matcher> Next;
97 Matcher(KindTy K) : Kind(K) {} in Matcher() function
99 virtual ~Matcher() {} in ~Matcher()
154 Matcher *unlinkNode(Matcher *Other);
190 SmallVector<Matcher*, 4> Children;
207 Matcher *takeChild(unsigned i) { in takeChild()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/TableGen/
H A DDAGISelMatcher.h21 class Matcher; variable
32 void OptimizeMatcher(std::unique_ptr<Matcher> &Matcher,
34 void EmitMatcherTable(Matcher *Matcher, const CodeGenDAGPatterns &CGP,
40 class Matcher {
43 std::unique_ptr<Matcher> Next;
97 Matcher(KindTy K) : Kind(K) {} in Matcher() function
99 virtual ~Matcher() {} in ~Matcher()
154 Matcher *unlinkNode(Matcher *Other);
190 SmallVector<Matcher*, 4> Children;
207 Matcher *takeChild(unsigned i) { in takeChild()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/TableGen/
H A DDAGISelMatcher.h21 class Matcher; variable
32 void OptimizeMatcher(std::unique_ptr<Matcher> &Matcher,
34 void EmitMatcherTable(Matcher *Matcher, const CodeGenDAGPatterns &CGP,
40 class Matcher {
43 std::unique_ptr<Matcher> Next;
97 Matcher(KindTy K) : Kind(K) {} in Matcher() function
99 virtual ~Matcher() {} in ~Matcher()
154 Matcher *unlinkNode(Matcher *Other);
190 SmallVector<Matcher*, 4> Children;
207 Matcher *takeChild(unsigned i) { in takeChild()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/compare-locales/compare_locales/tests/paths/
H A Dtest_matcher.py17 one = Matcher('foo/*')
20 other = Matcher('bar/*')
25 one = Matcher('foo/**')
194 Matcher(
220 other = Matcher(
255 Matcher('foo'),
256 Matcher('foo')
259 Matcher('foo'),
260 Matcher('bar')
378 Matcher(
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Testing/Support/
H A DError.h35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() argument
36 : Matcher(Matcher) {} in ValueMatchesMono()
66 testing::Matcher<T> Matcher;
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() argument
81 M Matcher;
88 : Matcher(std::move(Matcher)) {} in ErrorMatchesMono()
106 if (!Matcher) in MatchAndExplain()
129 Optional<testing::Matcher<InfoT &>> Matcher;
136 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() argument
137 : Matcher(std::move(Matcher)) {} in ErrorMessageMatches()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Testing/Support/
H A DError.h35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() argument
36 : Matcher(Matcher) {} in ValueMatchesMono()
66 testing::Matcher<T> Matcher;
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() argument
81 M Matcher;
88 : Matcher(std::move(Matcher)) {} in ErrorMatchesMono()
106 if (!Matcher) in MatchAndExplain()
129 Optional<testing::Matcher<InfoT &>> Matcher;
136 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() argument
137 : Matcher(std::move(Matcher)) {} in ErrorMessageMatches()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Testing/Support/
H A DError.h35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher)
36 : Matcher(Matcher) {}
66 testing::Matcher<T> Matcher; in code()
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {}
81 M Matcher;
88 : Matcher(std::move(Matcher)) {}
106 if (!Matcher)
129 Optional<testing::Matcher<InfoT &>> Matcher;
136 testing::Matcher<std::vector<std::string>> Matcher)
137 : Matcher(std::move(Matcher)) {}
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Testing/Support/
H A DError.h35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() argument
36 : Matcher(Matcher) {} in ValueMatchesMono()
66 testing::Matcher<T> Matcher;
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() argument
81 M Matcher;
88 : Matcher(std::move(Matcher)) {} in ErrorMatchesMono()
106 if (!Matcher) in MatchAndExplain()
129 Optional<testing::Matcher<InfoT &>> Matcher;
136 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() argument
137 : Matcher(std::move(Matcher)) {} in ErrorMessageMatches()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Testing/Support/
H A DError.h35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() argument
36 : Matcher(Matcher) {} in ValueMatchesMono()
66 testing::Matcher<T> Matcher;
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() argument
81 M Matcher;
88 : Matcher(std::move(Matcher)) {} in ErrorMatchesMono()
106 if (!Matcher) in MatchAndExplain()
129 Optional<testing::Matcher<InfoT &>> Matcher;
136 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() argument
137 : Matcher(std::move(Matcher)) {} in ErrorMessageMatches()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/Testing/Support/
H A DError.h35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() argument
36 : Matcher(Matcher) {} in ValueMatchesMono()
66 testing::Matcher<T> Matcher;
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() argument
81 M Matcher;
88 : Matcher(std::move(Matcher)) {} in ErrorMatchesMono()
106 if (!Matcher) in MatchAndExplain()
129 Optional<testing::Matcher<InfoT &>> Matcher;
136 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() argument
137 : Matcher(std::move(Matcher)) {} in ErrorMessageMatches()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() argument
36 : Matcher(Matcher) {} in ValueMatchesMono()
66 testing::Matcher<T> Matcher;
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() argument
81 M Matcher;
88 : Matcher(std::move(Matcher)) {} in ErrorMatchesMono()
106 if (!Matcher) in MatchAndExplain()
129 Optional<testing::Matcher<InfoT &>> Matcher;
136 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() argument
137 : Matcher(std::move(Matcher)) {} in ErrorMessageMatches()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Testing/Support/
H A DError.h35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() argument
36 : Matcher(Matcher) {} in ValueMatchesMono()
66 testing::Matcher<T> Matcher;
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() argument
81 M Matcher;
88 : Matcher(std::move(Matcher)) {} in ErrorMatchesMono()
106 if (!Matcher) in MatchAndExplain()
129 Optional<testing::Matcher<InfoT &>> Matcher;
136 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() argument
137 : Matcher(std::move(Matcher)) {} in ErrorMessageMatches()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Testing/Support/
H A DError.h35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() argument
36 : Matcher(Matcher) {} in ValueMatchesMono()
66 testing::Matcher<T> Matcher;
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() argument
81 M Matcher;
88 : Matcher(std::move(Matcher)) {} in ErrorMatchesMono()
106 if (!Matcher) in MatchAndExplain()
129 Optional<testing::Matcher<InfoT &>> Matcher;
136 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() argument
137 : Matcher(std::move(Matcher)) {} in ErrorMessageMatches()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Testing/Support/
H A DError.h35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() argument
36 : Matcher(Matcher) {} in ValueMatchesMono()
66 testing::Matcher<T> Matcher;
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() argument
81 M Matcher;
88 : Matcher(std::move(Matcher)) {} in ErrorMatchesMono()
106 if (!Matcher) in MatchAndExplain()
129 Optional<testing::Matcher<InfoT &>> Matcher;
136 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() argument
137 : Matcher(std::move(Matcher)) {} in ErrorMessageMatches()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Testing/Support/
H A DError.h35 explicit ValueMatchesMono(const testing::Matcher<T> &Matcher) in ValueMatchesMono() argument
36 : Matcher(Matcher) {} in ValueMatchesMono()
66 testing::Matcher<T> Matcher;
72 explicit ValueMatchesPoly(const M &Matcher) : Matcher(Matcher) {} in ValueMatchesPoly() argument
81 M Matcher;
88 : Matcher(std::move(Matcher)) {} in ErrorMatchesMono()
106 if (!Matcher) in MatchAndExplain()
129 Optional<testing::Matcher<InfoT &>> Matcher;
136 testing::Matcher<std::vector<std::string>> Matcher) in ErrorMessageMatches() argument
137 : Matcher(std::move(Matcher)) {} in ErrorMessageMatches()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/TableGen/
H A DDAGISelMatcher.h21 class Matcher; variable
32 void OptimizeMatcher(std::unique_ptr<Matcher> &Matcher,
34 void EmitMatcherTable(const Matcher *Matcher, const CodeGenDAGPatterns &CGP,
40 class Matcher {
43 std::unique_ptr<Matcher> Next;
93 Matcher(KindTy K) : Kind(K) {} in Matcher() function
95 virtual ~Matcher() {} in ~Matcher()
148 Matcher *unlinkNode(Matcher *Other);
184 SmallVector<Matcher*, 4> Children;
201 Matcher *takeChild(unsigned i) { in takeChild()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/utils/TableGen/
H A DDAGISelMatcher.h21 class Matcher; variable
32 void OptimizeMatcher(std::unique_ptr<Matcher> &Matcher,
34 void EmitMatcherTable(const Matcher *Matcher, const CodeGenDAGPatterns &CGP,
40 class Matcher {
43 std::unique_ptr<Matcher> Next;
93 Matcher(KindTy K) : Kind(K) {} in Matcher() function
95 virtual ~Matcher() {} in ~Matcher()
148 Matcher *unlinkNode(Matcher *Other);
184 SmallVector<Matcher*, 4> Children;
201 Matcher *takeChild(unsigned i) { in takeChild()
[all …]

12345678910>>...251