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

  /external/llvm/lib/Target/X86/
X86VZeroUpper.cpp 87 unsigned computeState(unsigned PrevState, unsigned CurState) {
88 if (PrevState == ST_INIT)
91 if (PrevState == ST_DIRTY || CurState == ST_DIRTY)
94 if (PrevState == ST_CLEAN && CurState == ST_CLEAN)
  /external/libnfc-nxp/src/
phFriNfc_SmtCrdFmt.h 185 uint8_t PrevState;
phFriNfc_MifareULMap.c 711 NdefMap->PrevState = PH_FRINFC_NDEFMAP_MFUL_STATE_READ;
    [all...]
phFriNfc_NdefMap.h 857 uint8_t PrevState;
    [all...]
phFriNfc_DesfireFormat.c 197 NdefSmtCrdFmt->AddInfo.Type4Info.PrevState = 0;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp     [all...]
BugReporterVisitors.cpp 457 ProgramStateRef PrevState = Prev->getState();
463 PrevState->getGDM().getRoot())

Completed in 1182 milliseconds