reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 1477     emitCall(CGF, WST.Loc, W,
 1478              {Bld.getInt16(/*ParallelLevel=*/0), getThreadID(CGF, WST.Loc)});
 1497   emitCall(CGF, WST.Loc, {ParallelFnTy, WorkFnCast},
 1498            {Bld.getInt16(/*ParallelLevel=*/0), getThreadID(CGF, WST.Loc)});