Searched refs:getDefault (Results 1 – 9 of 9) sorted by relevance
286 ng_getDefault_t *getDefault; /* get default value method */ member340 ng_parse_array_getDefault_t *getDefault; member366 ng_parse_array_getDefault_t *getDefault; member
171 ng_getDefault_t *const func = METHOD(type, getDefault); in ng_parse_getDefault()1485 if (ai->getDefault != NULL) { in ng_get_composite_elem_default()1486 return (*ai->getDefault)(type, in ng_get_composite_elem_default()1495 if (*fi->getDefault != NULL) { in ng_get_composite_elem_default()1496 return (*fi->getDefault)(type, in ng_get_composite_elem_default()1507 func = METHOD(etype, getDefault); in ng_get_composite_elem_default()1892 while (t != NULL && t->getDefault == NULL) in ng_get_getDefault_method()1894 return (t ? t->getDefault : NULL); in ng_get_getDefault_method()
51 static FunctionPassCtor getDefault() { return Registry.getDefault(); } in getDefault() function
87 PassCtorTy getDefault() { return Default; } in getDefault() function
53 static GCOVOptions getDefault();88 GCOVOptions::getDefault());
22 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts()
1357 const OptionValue<DataType> &getDefault() const { return Default; }1378 const OptionValue<DataType> &getDefault() const { return Default; }1402 const OptionValue<DataType> &getDefault() const { return Default; }1450 if (Force || this->getDefault().compare(this->getValue())) {1452 this->getDefault(), GlobalWidth);1459 const OptionValue<DataType> &V = this->getDefault();
1054 if (!RegisterRegAlloc::getDefault()) in initializeDefaultRegisterAllocatorOnce()1087 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass()
58 GCOVOptions GCOVOptions::getDefault() { in getDefault() function in GCOVOptions80 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler()146 : GCOVProfilerLegacyPass(GCOVOptions::getDefault()) {} in GCOVProfilerLegacyPass()