Searched refs:targetType (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | SearchPath.h | 45 …bool search(const std::string & base, target_type_t targetType, bool searchCwd, std::string & resu…
|
H A D | SearchPath.cpp | 54 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 D | variant.d | 271 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 D | variant.d | 323 static bool tryPutting(A* src, TypeInfo targetType, void* target) in VariantN() 358 if (targetType != typeid(T)) in VariantN()
|