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

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 2667   auto &&CodeGen = [this, OutlinedFn, CapturedVars, Loc, &ThreadIDAddr](
 2679     emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, OutlinedFnArgs);
 2681   auto &&SeqGen = [this, &CodeGen, Loc](CodeGenFunction &CGF,
 2685     llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc);
 2686     llvm::Value *ThreadID = getThreadID(CGF, Loc);
 2700     ThreadIDAddr = emitThreadIDAddress(CGF, Loc);