Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DAVR.cpp33 std::string SubPath; member
282 return std::string(MCU.SubPath); in GetMCUSubPath()
341 std::string SubPath = GetMCUSubPath(CPU); in AVRToolChain() local
344 getFilePaths().push_back(LibcRoot + std::string("/lib/") + SubPath); in AVRToolChain()
345 getFilePaths().push_back(GCCRoot + std::string("/") + SubPath); in AVRToolChain()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslopt.c225 BOOLEAN SubPath = FALSE; in OptBuildShortestPath() local
288 SubPath = TRUE; in OptBuildShortestPath()
318 if (IsDeclaration && SubPath && in OptBuildShortestPath()