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

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 3372   llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc)};
 3372   llvm::Value *Args[] = {emitUpdateLocation(CGF, Loc), getThreadID(CGF, Loc)};
 3404         CopyprivateVars, SrcExprs, DstExprs, AssignmentOps, Loc);
 3411         emitUpdateLocation(CGF, Loc), // ident_t *<loc>
 3412         getThreadID(CGF, Loc),        // i32 <gtid>