reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2649 void *t_inline_argv[KMP_INLINE_ARGV_ENTRIES];
projects/openmp/runtime/src/kmp_runtime.cpp3006 if (argc <= KMP_INLINE_ARGV_ENTRIES) { 3008 team->t.t_max_argc = KMP_INLINE_ARGV_ENTRIES; 3016 &team->t.t_inline_argv[KMP_INLINE_ARGV_ENTRIES], 3017 (sizeof(void *) * KMP_INLINE_ARGV_ENTRIES), "team_%d.t_inline_argv",