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

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
Eot.py 46 def __init__(self, CommandLineOption=True, IsInit=True, SourceFileList=None, \
55 self.IsInit = IsInit
116 EotGlobalData.gDb.InitDatabase(self.IsInit)
514 if self.IsInit:
572 self.IsInit = False
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Ecc.py 60 self.IsInit = True
117 EccGlobalData.gDb.InitDatabase(self.IsInit)
175 if self.IsInit:
366 self.IsInit = False
  /external/clang/lib/CodeGen/
CGExpr.cpp 172 bool IsInit) {
177 /*isInit*/ false);
182 AggValueSlot::IsDestructed_t(IsInit),
184 AggValueSlot::IsAliased_t(!IsInit)));
424 EmitAnyExprToMem(E, Object, Qualifiers(), /*IsInit*/true);
444 EmitAnyExprToMem(E, Object, Qualifiers(), /*IsInit*/true);
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py     [all...]

Completed in 994 milliseconds