Searched defs:match (Results 1 - 13 of 13) sorted by relevance
/gem5/src/base/ |
H A D | match.hh | 53 bool match(const std::string &name) const function in class:ObjectMatch
|
H A D | match.cc | 87 bool match = true; local
|
H A D | addr_range.hh | 226 uint8_t match = 0; local
|
/gem5/util/ |
H A D | rundiff | 188 sub match { $match_found = 1; } subroutine
|
H A D | checkpoint-tester.py | 107 match = expr.match(dir) variable
|
/gem5/src/sim/ |
H A D | emul_driver.hh | 69 bool match(const std::string &s) const { return (s == filename); } function in class:EmulatedDriver
|
/gem5/src/cpu/minor/ |
H A D | func_unit.hh | 101 uint64_t match; member in class:MinorFUTiming
|
H A D | MinorCPU.py | 79 match = Param.UInt64(0, "match value for testing ExtMachInst:" variable in class:MinorFUTiming
|
/gem5/src/systemc/tests/ |
H A D | verify.py | 319 def match(n): function in function:GoldenDir.entry
|
/gem5/src/arch/arm/ |
H A D | pagetable.hh | 193 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 D | gmock-generated-matchers.h | 233 const bool match = inner_matcher_.MatchAndExplain(selected_args, local
|
H A D | gmock-matchers.h | 710 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 D | gmock-matchers_test.cc | 283 const bool match = x % 2 == 0; local [all...] |
Completed in 49 milliseconds