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

  /external/v8/src/base/
macros.h 325 // 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/
type-traits.cpp 653 void is_fundamental() function
    [all...]

Completed in 1191 milliseconds