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

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 2498   auto &&CodeGen = [this, Fn, CapturedVars, Loc, &ThreadIDAddr](
 2510     emitOutlinedFunctionCall(CGF, Loc, Fn, OutlinedFnArgs);
 2512   auto &&SeqGen = [this, &CodeGen, Loc](CodeGenFunction &CGF,
 2516     llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc);
 2517     llvm::Value *ThreadID = getThreadID(CGF, Loc);
 2599   auto &&LNParallelGen = [this, Loc, &SeqGen, &L0ParallelGen](
 2623       llvm::Value *RTLoc = emitUpdateLocation(CGF, Loc);
 2624       llvm::Value *ThreadID = getThreadID(CGF, Loc);