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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 39 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
53 static data_type Set(data_type B, key_type K, value_type E,context_type F){
57 static data_type Remove(data_type B, key_type K, context_type F) {
61 static inline context_type MakeContext(void *p) {
80 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
91 static data_type Add(data_type B, key_type K, context_type F) {
95 static data_type Remove(data_type B, key_type K, context_type F) {
103 static inline context_type MakeContext(void *p) {
122 typedef typename data_type::Factory& context_type; typedef in struct:clang::ento::ProgramStatePartialTrait
124 static data_type Add(data_type L, key_type K, context_type F)
    [all...]
ProgramState.h 314 typename ProgramStateTrait<T>::context_type get_context() const;
322 typename ProgramStateTrait<T>::context_type C) const;
336 typename ProgramStateTrait<T>::context_type C) const;
573 typename ProgramStateTrait<T>::context_type C) {
582 typename ProgramStateTrait<T>::context_type C) {
590 typename ProgramStateTrait<T>::context_type C) {
606 typename ProgramStateTrait<T>::context_type get_context() {
724 typename ProgramStateTrait<T>::context_type ProgramState::get_context() const {
735 typename ProgramStateTrait<T>::context_type C) const {
758 typename ProgramStateTrait<T>::context_type C) const
    [all...]

Completed in 62 milliseconds