HomeSort by relevance Sort by last modified time
    Searched refs:CurrentEntry (Results 1 - 25 of 60) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtMemoryStatusCode/
RtMemoryStatusCode.c 58 EFI_STATUS_CODE_ENTRY *CurrentEntry;
79 CurrentEntry = (EFI_STATUS_CODE_ENTRY *) (UINTN) (mStatusCodeMemoryPpi.Address + (mStatusCodeMemoryPpi.LastEntry * sizeof (EFI_STATUS_CODE_ENTRY)));
86 CurrentEntry->Type = CodeType;
87 CurrentEntry->Value = Value;
88 CurrentEntry->Instance = Instance;
175 EFI_STATUS_CODE_ENTRY *CurrentEntry;
195 CurrentEntry = (EFI_STATUS_CODE_ENTRY *) (UINTN) (mStatusCodeMemoryPpi.Address + (Counter * sizeof (EFI_STATUS_CODE_ENTRY)));
197 CurrentEntry->Type,
198 CurrentEntry->Value,
199 CurrentEntry->Instance,
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 303 /// BaseT must have a ValueT* member named CurrentEntry and a member function
304 /// increment() which must set CurrentEntry to 0 to create an end iterator.
313 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
314 return Base->CurrentEntry;
318 assert(Base && Base->CurrentEntry &&
320 return *Base->CurrentEntry;
324 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
325 return Base->CurrentEntry;
333 /// hence Base.CurrentEntry and Other.Base.CurrentEntry are equa
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLParser.h 306 /// BaseT must have a ValueT* member named CurrentEntry and a member function
307 /// increment() which must set CurrentEntry to 0 to create an end iterator.
316 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
317 return Base->CurrentEntry;
321 assert(Base && Base->CurrentEntry &&
323 return *Base->CurrentEntry;
327 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
328 return Base->CurrentEntry;
336 /// hence Base.CurrentEntry and Other.Base.CurrentEntry are equa
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 306 /// BaseT must have a ValueT* member named CurrentEntry and a member function
307 /// increment() which must set CurrentEntry to 0 to create an end iterator.
316 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
317 return Base->CurrentEntry;
321 assert(Base && Base->CurrentEntry &&
323 return *Base->CurrentEntry;
327 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
328 return Base->CurrentEntry;
336 /// hence Base.CurrentEntry and Other.Base.CurrentEntry are equa
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
YAMLParser.h 306 /// BaseT must have a ValueT* member named CurrentEntry and a member function
307 /// increment() which must set CurrentEntry to 0 to create an end iterator.
316 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
317 return Base->CurrentEntry;
321 assert(Base && Base->CurrentEntry &&
323 return *Base->CurrentEntry;
327 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
328 return Base->CurrentEntry;
336 /// hence Base.CurrentEntry and Other.Base.CurrentEntry are equa
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
YAMLParser.h 306 /// BaseT must have a ValueT* member named CurrentEntry and a member function
307 /// increment() which must set CurrentEntry to 0 to create an end iterator.
316 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
317 return Base->CurrentEntry;
321 assert(Base && Base->CurrentEntry &&
323 return *Base->CurrentEntry;
327 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
328 return Base->CurrentEntry;
336 /// hence Base.CurrentEntry and Other.Base.CurrentEntry are equa
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 306 /// BaseT must have a ValueT* member named CurrentEntry and a member function
307 /// increment() which must set CurrentEntry to 0 to create an end iterator.
316 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
317 return Base->CurrentEntry;
321 assert(Base && Base->CurrentEntry &&
323 return *Base->CurrentEntry;
327 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
328 return Base->CurrentEntry;
336 /// hence Base.CurrentEntry and Other.Base.CurrentEntry are equa
    [all...]