Searched defs:match (Results 1 - 13 of 13) sorted by relevance

/gem5/src/base/
H A Dmatch.hh53 bool match(const std::string &name) const function in class:ObjectMatch
H A Dmatch.cc87 bool match = true; local
H A Daddr_range.hh226 uint8_t match = 0; local
/gem5/util/
H A Drundiff188 sub match { $match_found = 1; } subroutine
H A Dcheckpoint-tester.py107 match = expr.match(dir) variable
/gem5/src/sim/
H A Demul_driver.hh69 bool match(const std::string &s) const { return (s == filename); } function in class:EmulatedDriver
/gem5/src/cpu/minor/
H A Dfunc_unit.hh101 uint64_t match; member in class:MinorFUTiming
H A DMinorCPU.py79 match = Param.UInt64(0, "match value for testing ExtMachInst:" variable in class:MinorFUTiming
/gem5/src/systemc/tests/
H A Dverify.py319 def match(n): function in function:GoldenDir.entry
/gem5/src/arch/arm/
H A Dpagetable.hh193 match(Addr va, uint8_t _vmid, bool hypLookUp, bool secure_lookup, function in struct:ArmISA::TlbEntry
200 match(Addr va, uint16_t asn, uint8_t _vmid, bool hypLookUp, function in struct:ArmISA::TlbEntry
203 bool match = false; local
[all...]
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-matchers.h233 const bool match = inner_matcher_.MatchAndExplain(selected_args, local
H A Dgmock-matchers.h710 const bool match = matcher.MatchAndExplain(value, &inner_listener); local
2668 const bool match = matcher_.MatchAndExplain(sorted_container, local
2954 const bool match = inner_matcher_.MatchAndExplain(key_value.first, local
3179 bool match; // Does the current element match the current matcher? local
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc283 const bool match = x % 2 == 0; local
[all...]

Completed in 50 milliseconds