HomeSort by relevance Sort by last modified time
    Searched refs:gMacroRefPattern (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
GlobalData.py 44 gMacroRefPattern = re.compile("\$\(([A-Z][_A-Z0-9]*)\)", re.UNICODE)
ToolDefClassObject.py 34 gMacroRefPattern = re.compile('(DEF\([^\(\)]+\))')
250 MacroReference = gMacroRefPattern.findall(Value)
String.py 264 MacroUsed = GlobalData.gMacroRefPattern.findall(String)
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
BuildEngine.py 141 self.MacroList.extend(gMacroRefPattern.findall(CmdLine))

Completed in 257 milliseconds