Searched refs:GDMIndex (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h58 static void *GDMIndex() { function in struct:clang::ento::ProgramStateTrait
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h127 static void *GDMIndex() { static int Index; return &Index; } function in struct:clang::ento::ProgramStateTrait
133 static void *GDMIndex() { static int Index; return &Index; } function in struct:clang::ento::ProgramStateTrait
139 static void *GDMIndex() { static int Index; return &Index; } function in struct:clang::ento::ProgramStateTrait
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h381 return ProgramStateTrait<T>::MakeData(FindGDM(ProgramStateTrait<T>::GDMIndex()));
387 void *const* d = FindGDM(ProgramStateTrait<T>::GDMIndex());
422 void *const* d = FindGDM(ProgramStateTrait<T>::GDMIndex());
594 return addGDM(st, ProgramStateTrait<T>::GDMIndex(),
604 return addGDM(st, ProgramStateTrait<T>::GDMIndex(),
612 return addGDM(st, ProgramStateTrait<T>::GDMIndex(),
621 return addGDM(st, ProgramStateTrait<T>::GDMIndex(),
627 return removeGDM(st, ProgramStateTrait<T>::GDMIndex());
636 void *p = FindGDMContext(ProgramStateTrait<T>::GDMIndex(),
H A DProgramStateTrait.h43 static void *GDMIndex() { static int Index; return &Index; } \
58 static void *GDMIndex() { static int Index; return &Index; } \
H A DRangedConstraintManager.h134 static void *GDMIndex();
H A DExprEngine.h870 static void *GDMIndex();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp202 void *ProgramStateTrait<ConstraintRange>::GDMIndex() { function in class:clang::ento::ProgramStateTrait
H A DExprEngine.cpp3189 void *ProgramStateTrait<ReplayWithoutInlining>::GDMIndex() { function in class:ProgramStateTrait

Completed in 95 milliseconds