Home
last modified time | relevance | path

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

/external/clang/include/clang/Driver/
DCompilation.h128 auto TCs = getOffloadToolChains<Kind>(); in getSingleOffloadToolChain() local
130 assert(TCs.first != TCs.second && in getSingleOffloadToolChain()
132 assert(std::next(TCs.first) == TCs.second && in getSingleOffloadToolChain()
134 return TCs.first->second; in getSingleOffloadToolChain()
/external/llvm-project/clang/include/clang/Driver/
DCompilation.h169 auto TCs = getOffloadToolChains<Kind>(); in getSingleOffloadToolChain() local
171 assert(TCs.first != TCs.second && in getSingleOffloadToolChain()
173 assert(std::next(TCs.first) == TCs.second && in getSingleOffloadToolChain()
175 return TCs.first->second; in getSingleOffloadToolChain()
/external/tcpdump/tests/
Ddcb_ets.out42 Willing:0, CBS:0, RES:0, Max TCs:0
139 Willing:0, CBS:0, RES:0, Max TCs:0
223 Willing:0, CBS:0, RES:0, Max TCs:0
321 Willing:0, CBS:0, RES:0, Max TCs:0
376 Willing:0, CBS:0, RES:0, Max TCs:0
443 Willing:0, CBS:0, RES:0, Max TCs:0
498 Willing:0, CBS:0, RES:0, Max TCs:0
577 Willing:0, CBS:0, RES:0, Max TCs:0
632 Willing:0, CBS:0, RES:0, Max TCs:0
687 Willing:0, CBS:0, RES:0, Max TCs:0
[all …]
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp145 auto TCs = C.getOffloadToolChains<Action::OFK_OpenMP>(); in forAllAssociatedToolChains() local
146 for (auto II = TCs.first, IE = TCs.second; II != IE; ++II) in forAllAssociatedToolChains()