Home
last modified time | relevance | path

Searched defs:AddCompilerOption (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython3/Tools/freeze/
Dcheckextensions_win32.py47 def AddCompilerOption(self, option): member in CExtension
/aosp_15_r20/external/python/cpython2/Tools/freeze/
Dcheckextensions_win32.py47 def AddCompilerOption(self, option): member in CExtension
/aosp_15_r20/art/runtime/
H A Druntime.h230 void AddCompilerOption(const std::string& option) { in AddCompilerOption() function