Home
last modified time | relevance | path

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

/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
39 blockIdx(idx) {} in WorkListUnit()
45 blockIdx(0) {} in WorkListUnit()
57 unsigned getIndex() const { return blockIdx; } in getIndex()
/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/llvm/lib/ProfileData/
H A DGCOV.cpp811 uint32_t blockIdx = 0, edgeIdx = 0; in annotateSource() local
820 os << format("%5u-block %2u\n", lineNum, blockIdx++); in annotateSource()