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 335 // TODO(yangguo): This is a poor man's replacement for std::is_fundamental,
336 // which requires C++11. Switch to std::is_fundamental once possible.
338 inline bool is_fundamental() { function in namespace:v8::base
343 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 62 milliseconds