Home
last modified time | relevance | path

Searched defs:blockIdx (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_builtin_vars.h107 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx; variable
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h31 unsigned blockIdx; // This is the index of the next statement. variable
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp811 uint32_t blockIdx = 0, edgeIdx = 0; in annotateSource() local