Lines Matching refs:D
75 D("Calculating required guard for %s:\n", declaration.name.c_str()); in calculateRequiredGuard()
76 D(" Declaration availability: %s\n", to_string(decl_av).c_str()); in calculateRequiredGuard()
91 D(" Declaration visibility: global = %d, arch = %s\n", global_min_api_visible, in calculateRequiredGuard()
107 D(" Calculated result: %s\n", to_string(result).c_str()); in calculateRequiredGuard()
108 D("\n"); in calculateRequiredGuard()
161 D("Generating guard for availability: %s\n", to_string(avail).c_str()); in generateGuardCondition()
190 D(" Checking arch set '%s'\n", arch_expr.c_str()); in generateGuardCondition()
203 D(" Skipping arch set, availability for %s doesn't match %s\n", in generateGuardCondition()
216 D(" Skipping arch set, availability for %s doesn't match %s\n", in generateGuardCondition()
225 D(" Generated expression '%s'\n", expressions.rbegin()->c_str()); in generateGuardCondition()
320 D("Didn't find block comment terminator, skipping line\n"); in mergeGuards()
324 D("Found block comment terminator\n"); in mergeGuards()
346 D("Trailing slash at end of line\n"); in mergeGuards()
358 D("In a block comment\n"); in mergeGuards()
361 D("Unexpected output after /: %s\n", line.substr(pos).c_str()); in mergeGuards()
369 D("Not merging blocks %s and %s\n", to_string(current->first).c_str(), in mergeGuards()
376 D("Merging blocks %s and %s\n", to_string(current->first).c_str(), in mergeGuards()