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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
H A DMPITypes.h58 static void *GDMIndex() { function in struct:clang::ento::ProgramStateTrait
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIterator.h130 static void *GDMIndex() { static int Index; return &Index; } function in struct:clang::ento::ProgramStateTrait
136 static void *GDMIndex() { static int Index; return &Index; } function in struct:clang::ento::ProgramStateTrait
142 static void *GDMIndex() { static int Index; return &Index; } function in struct:clang::ento::ProgramStateTrait
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramState.h388 return ProgramStateTrait<T>::MakeData(FindGDM(ProgramStateTrait<T>::GDMIndex()));
394 void *const* d = FindGDM(ProgramStateTrait<T>::GDMIndex());
429 void *const* d = FindGDM(ProgramStateTrait<T>::GDMIndex());
601 return addGDM(st, ProgramStateTrait<T>::GDMIndex(),
611 return addGDM(st, ProgramStateTrait<T>::GDMIndex(),
619 return addGDM(st, ProgramStateTrait<T>::GDMIndex(),
628 return addGDM(st, ProgramStateTrait<T>::GDMIndex(),
634 return removeGDM(st, ProgramStateTrait<T>::GDMIndex());
643 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 DExprEngine.h945 static void *GDMIndex();
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp3281 void *ProgramStateTrait<ReplayWithoutInlining>::GDMIndex() { function in class:ProgramStateTrait

Completed in 222 milliseconds