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

  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 36 std::string CurrentType;
49 if (!CurrentType.empty())
50 Layouts[CurrentType] = CurrentLayout;
72 CurrentType = parseName(LineStr);
151 if (!CurrentType.empty())
152 Layouts[CurrentType] = CurrentLayout;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/EfiCompress/
EfiCompressMain.c 179 COMPRESS_TYPE CurrentType;
184 CurrentType = EFI_COMPRESS; // default compress algorithm
202 CurrentType = EFI_COMPRESS;
204 CurrentType = TIANO_COMPRESS;
223 (*Action)->CompressType = CurrentType;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LegacyBootMaintUiLib/
LegacyBootMaintUi.c 235 UINTN CurrentType;
262 CurrentType = 0;
277 while (mBbsType[CurrentType] != BBS_UNKNOWN) {
278 switch (mBbsType[CurrentType]) {
309 ASSERT (mBbsType[CurrentType] == BBS_BEV_DEVICE);
321 CurrentType++;
327 if (DevOrder->BbsType == mBbsType[CurrentType]) {
438 CurrentType++;
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmstypes.c     [all...]
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 306 milliseconds