Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/common/
H A DSearchPath.h45 …bool search(const std::string & base, target_type_t targetType, bool searchCwd, std::string & resu…
H A DSearchPath.cpp54 bool PathSearcher::search(const std::string & base, target_type_t targetType, bool searchCwd, std::… in search() argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dvariant.d271 static bool tryPutting(A* src, TypeInfo targetType, void* target) in VariantN()
299 if (targetType != typeid(T)) in VariantN()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dvariant.d323 static bool tryPutting(A* src, TypeInfo targetType, void* target) in VariantN()
358 if (targetType != typeid(T)) in VariantN()