Home
last modified time | relevance | path

Searched refs:getDefault (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/sys/netgraph/
HDng_parse.h286 ng_getDefault_t *getDefault; /* get default value method */ member
340 ng_parse_array_getDefault_t *getDefault; member
366 ng_parse_array_getDefault_t *getDefault; member
HDng_parse.c171 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()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDRegAllocRegistry.h51 static FunctionPassCtor getDefault() { return Registry.getDefault(); } in getDefault() function
HDMachinePassRegistry.h87 PassCtorTy getDefault() { return Default; } in getDefault() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
HDInstrumentation.h53 static GCOVOptions getDefault();
88 GCOVOptions::getDefault());
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
HDGCOVProfiler.h22 GCOVProfilerPass(const GCOVOptions &Options = GCOVOptions::getDefault()) : GCOVOpts(Options) { } in GCOVOpts()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDCommandLine.h1357 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();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDTargetPassConfig.cpp1054 if (!RegisterRegAlloc::getDefault()) in initializeDefaultRegisterAllocatorOnce()
1087 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDGCOVProfiling.cpp58 GCOVOptions GCOVOptions::getDefault() { in getDefault() function in GCOVOptions
80 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler()
146 : GCOVProfilerLegacyPass(GCOVOptions::getDefault()) {} in GCOVProfilerLegacyPass()