Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_builtin_vars.h107 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h31 unsigned blockIdx; // This is the index of the next statement. variable
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dbitmapped_block.d516 const blockIdx = (b.ptr - _payload.ptr) / blockSize; in expand() local
587 immutable blockIdx = pos / blockSize; in deallocate() local
1049 auto blockIdx = pos / _heap.blockSize; in markAsUsed() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp761 uint32_t blockIdx = 0, edgeIdx = 0; in annotateSource() local