Searched defs:prefix (Results 1 - 18 of 18) sorted by relevance

/gem5/ext/pybind11/tools/
H A Dcheck-style.sh53 function prefix(filename, lineno) { function
/gem5/util/systemc/systemc_within_gem5/systemc_simple_object/
H A Dprinter.hh52 std::string prefix; member in class:Printer
H A DSystemC_Example.py42 prefix = Param.String('', 'Prefix for each word') variable in class:SystemC_Printer
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_vector.cpp143 sc_vector_base::make_name( const char* prefix, size_type /* idx */ ) argument
H A Dsc_vector.h344 explicit sc_vector( const char* prefix, size_type n ) argument
349 sc_vector( const char* prefix, size_type n, Creator creator ) argument
[all...]
/gem5/src/base/
H A Dstr.hh221 startswith(const char *s, const char *prefix) argument
231 startswith(const std::string &s, const char *prefix) argument
241 startswith(const std::string &s, const std::string &prefix) argument
[all...]
H A Dlogging.hh88 Logger(const char *prefix) : enabled(true), prefix(prefix) argument
132 const char *prefix; member in class:Logger
/gem5/src/systemc/core/
H A Dsc_main.cc222 const char *prefix = "("; local
226 os << prefix; local
/gem5/src/arch/x86/
H A Ddecoder.cc180 uint8_t prefix = Prefixes[nextByte]; local
[all...]
H A Dtlb.cc177 Addr prefix = (vaddr >> 3) & IntAddrPrefixMask; local
/gem5/src/mem/
H A Dpacket.cc446 pushLabel(const std::string &lbl, const std::string &prefix) argument
H A Dpacket.hh425 std::string *prefix; member in struct:Packet::PrintReqState::LabelStackEntry
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc542 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { argument
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h629 static bool Register(const char* prefix, argument
675 Register(const char* prefix, CodeLocation code_location, const TypedTestCasePState* state, const char* case_name, const char* test_names) argument
[all...]
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc281 Addr prefix = (vaddr >> 3) & IntAddrPrefixMask; local
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3247 const string prefix = local
4958 string prefix = local
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1236 explicit StartsWithMatcher(const StringType& prefix) : prefix_(prefix) { argument
3991 StartsWith(const internal::string& prefix) { argument
4066 StartsWith(const internal::wstring& prefix) { argument
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc5001 bool SkipPrefix(const char* prefix, const char** pstr) { argument

Completed in 107 milliseconds