HomeSort by: relevance | last modified time | path
    Searched defs:feature_p (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 10003 /* Register a feature for __has_{feature,extension}. FEATURE_P is true
10008 c_common_register_feature (const char *name, bool feature_p)
10010 bool dup = feature_map->put (get_identifier (name), feature_p);
10031 const bool feature_p = !(info->flags & HF_FLAG_EXT);
10032 c_common_register_feature (info->ident, feature_p);
10013 const bool feature_p = !(info->flags & HF_FLAG_EXT); local

Completed in 38 milliseconds