Home
last modified time | relevance | path

Searched refs:macros_with_same_name (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/torque/
Dimplementation-visitor.cc1205 std::vector<Macro*> macros_with_same_name; in LookupCall() local
1223 macros_with_same_name.push_back(m); in LookupCall()
1227 if (candidates.empty() && macros_with_same_name.empty()) { in LookupCall()
1233 macros_with_same_name); in LookupCall()