Searched refs:region_type (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/libsanitizer/lsan/
H A Dlsan_common.h123 const char *region_type, ChunkTag tag);
H A Dlsan_common.cc158 const char *region_type, ChunkTag tag) {
160 LOG_POINTERS("Scanning %s range %p-%p.\n", region_type, begin, end);
156 ScanRangeForPointers(uptr begin, uptr end, Frontier *frontier, const char *region_type, ChunkTag tag) argument
/haiku-buildtools/gcc/gcc/
H A Dgimplify.c177 enum omp_region_type region_type; member in struct:gimplify_omp_ctx
385 new_omp_context (enum omp_region_type region_type) argument
394 c->region_type = region_type;
395 if ((region_type & ORT_TASK) == 0)
710 && (ctx->region_type == ORT_WORKSHARE
711 || ctx->region_type == ORT_SIMD))
1105 if (ctx->region_type == ORT_SIMD
1828 && (ctx->region_type == ORT_WORKSHARE
1829 || ctx->region_type
6109 gimplify_scan_omp_clauses(tree *list_p, gimple_seq *pre_p, enum omp_region_type region_type) argument
[all...]

Completed in 155 milliseconds