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

  /external/clang/lib/Sema/
AttributeList.cpp 45 FreeLists.resize(InlineFreeListsCapacity);
58 if (index < FreeLists.size()) {
59 if (AttributeList *attr = FreeLists[index]) {
60 FreeLists[index] = attr->NextInPool;
79 // Expand FreeLists to the appropriate size, if required.
80 if (freeListIndex >= FreeLists.size())
81 FreeLists.resize(freeListIndex+1);
84 cur->NextInPool = FreeLists[freeListIndex];
85 FreeLists[freeListIndex] = cur;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/MakeDeps/
MakeDeps.c 193 FreeLists (
298 FreeLists ();
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 239 FreeLists (
427 FreeLists ();
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c 259 FreeLists (
454 FreeLists ();
    [all...]
  /external/clang/include/clang/Sema/
AttributeList.h 561 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttributeList.h 564 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
AttributeList.h 570 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
AttributeList.h 570 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
AttributeList.h 577 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
AttributeList.h 577 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
AttributeList.h 577 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
AttributeList.h 577 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
AttributeList.h 564 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
AttributeList.h 570 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
AttributeList.h 570 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
AttributeList.h 577 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
AttributeList.h 577 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
AttributeList.h 577 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
AttributeList.h 577 SmallVector<AttributeList*, InlineFreeListsCapacity> FreeLists;
    [all...]

Completed in 672 milliseconds