Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGen/
H A D2002-07-30-VarArgsCallFailure.c3 int tcount; variable
7 test(Buf, "n%%%d", tcount++); in foo()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp199 mach_msg_type_number_t ncount, tcount; in InferiorThreadID() local
205 ::mach_port_names(task, &names, &ncount, &types, &tcount); in InferiorThreadID()
226 tcount * sizeof(mach_port_type_t)); in InferiorThreadID()