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

Declarations

projects/openmp/runtime/src/kmp_runtime.cpp
 1127 static void __kmp_alloc_argv_entries(int argc, kmp_team_t *team,

References

projects/openmp/runtime/src/kmp_runtime.cpp
 1504       __kmp_alloc_argv_entries(argc, parent_team, TRUE);
 1802           __kmp_alloc_argv_entries(argc, team, TRUE);
 5210     __kmp_alloc_argv_entries(argc, team, TRUE);
 5253       __kmp_alloc_argv_entries(argc, team, TRUE);
 5318   __kmp_alloc_argv_entries(argc, team, FALSE);