Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.shared/
H A Dload.d123 void runTests(string libName) in runTests() argument
126 auto handle = openLib(libName); in runTests()
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.shared/
H A Dload.d122 void runTests(string libName) in runTests() argument
125 auto handle = openLib(libName); in runTests()
/netbsd-src/usr.bin/make/
H A Darch.c865 char *libName = str_concat3("lib", gn->name + 2, ".a"); in Arch_FindLib()
866 gn->path = Dir_FindFile(libName, path); in Arch_FindLib() local
867 free(libName); in Arch_FindLib()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2346 const char *libName = TLI.getLibcallName(VT == MVT::i32 in LowerFP_TO_SINT() local
2349 return TLI.LowerF128Op(Op, DAG, libName, 1); in LowerFP_TO_SINT()
2377 const char *libName = TLI.getLibcallName(OpVT == MVT::i32 in LowerSINT_TO_FP() local
2380 return TLI.LowerF128Op(Op, DAG, libName, 1); in LowerSINT_TO_FP()