Searched refs:__profcxx_vector_construct (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/profile/ |
H A D | vector | 81 __profcxx_vector_construct(this, this->capacity()); 90 __profcxx_vector_construct(this, this->capacity()); 98 __profcxx_vector_construct(this, this->capacity()); 107 __profcxx_vector_construct(this, this->capacity()); 117 __profcxx_vector_construct(this, this->capacity()); 124 __profcxx_vector_construct(this, this->capacity()); 132 __profcxx_vector_construct(this, this->capacity()); 140 __profcxx_vector_construct(this, this->capacity()); 147 __profcxx_vector_construct(this, this->capacity()); 154 __profcxx_vector_construct(this, this->capacity());
|
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/profile/impl/ |
H A D | profiler.h | 229 #define __profcxx_vector_construct(__x...) \ macro 235 #define __profcxx_vector_construct(__x...) macro
|