Searched defs:is_fundamental (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/base/
H A Dmacros.h325 // TODO(yangguo): This is a poor man's replacement for std::is_fundamental,
326 // which requires C++11. Switch to std::is_fundamental once possible.
328 inline bool is_fundamental() { function in namespace:v8::base
333 inline bool is_fundamental<uint8_t>() { function in namespace:v8::base
/external/clang/test/SemaCXX/
H A Dtype-traits.cpp653 void is_fundamental() function

Completed in 147 milliseconds