Searched refs:cflag_allowlist (Results 1 – 3 of 3) sorted by relevance
276 cflag_allowlist = [284 for allowlisted_cflag in cflag_allowlist:
64 cflag_allowlist = r'^-(W.*|fno-exceptions|fPIC|std.*|fvisibility.*)$' variable300 return apply_allowlist(cflag_allowlist, result)
145 cflag_allowlist = r'^-DPERFETTO.*$' variable801 cflags = {flag for flag in target.cflags if re.match(cflag_allowlist, flag)}