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

Overrides

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
10923 void CGOpenMPRuntime::emitOutlinedFunctionCall(

Declarations

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.h
  354   void emitOutlinedFunctionCall(

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 2470   emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, OutlinedFnArgs);
 2510     emitOutlinedFunctionCall(CGF, Loc, Fn, OutlinedFnArgs);
 2679     emitOutlinedFunctionCall(CGF, Loc, OutlinedFn, OutlinedFnArgs);
 4651   emitOutlinedFunctionCall(CGF, D.getBeginLoc(), OutlinedParallelFn, Args);