HomeSort by: relevance | last modified time | path
    Searched refs:COMPILER_FLAG (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/jemalloc/dist/scripts/
gen_travis.py 66 COMPILER_FLAG = auto()
81 return Option(Option.Type.COMPILER_FLAG, value)
102 Option.Type.COMPILER_FLAG: 'COMPILER_FLAG',
186 compiler_flags = [x.value for x in combination if x.type == Option.Type.COMPILER_FLAG]
gen_gh_actions.py 37 COMPILER_FLAG = auto()
52 return Option(Option.Type.COMPILER_FLAG, value)
73 Option.Type.COMPILER_FLAG: 'COMPILER_FLAG',
154 compiler_flags = [x.value for x in combination if x.type == Option.Type.COMPILER_FLAG]
  /src/external/bsd/jemalloc.old/dist/scripts/
gen_travis.py 66 COMPILER_FLAG = auto()
81 return Option(Option.Type.COMPILER_FLAG, value)
175 compiler_flags = [x.value for x in combination if x.type == Option.Type.COMPILER_FLAG]

Completed in 24 milliseconds