Searched refs:EntryString (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/polly/lib/CodeGen/ |
D | PerfMonitor.cpp | 85 std::string EntryString, ExitString; in GetScopUniqueVarname() local 86 std::tie(EntryString, ExitString) = S.getEntryExitStr(); in GetScopUniqueVarname() 89 EntryString + "__to__" + ExitString) in GetScopUniqueVarname()
|
/external/libevent/ |
D | event_rpcgen.py | 760 class EntryString(Entry): class 763 super(EntryString, self).__init__(ent_type, name, tag) 1541 newentry = factory.EntryString(entry_type, name, tag) 1817 def EntryString(entry_type, name, tag): member in CCodeGenerator 1818 return EntryString(entry_type, name, tag)
|