Searched refs:blockIdx (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h31 unsigned blockIdx; // This is the index of the next statement. member in class:clang::ento::WorkListUnit
39 blockIdx(idx) {}
45 blockIdx(0) {}
57 unsigned getIndex() const { return blockIdx; }
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_builtin_vars.h67 // blockIdx should be convertible to uint3 (in fact in nvcc, it *is* a
99 __CUDA_BUILTIN_VAR __cuda_builtin_blockIdx_t blockIdx; variable

Completed in 105 milliseconds