Home
last modified time | relevance | path

Searched refs:getInfo (Results 1 – 25 of 4893) sorted by relevance

12345678910>>...196

/dports/multimedia/avidemux/avidemux_2.7.6/avidemux/common/
H A Dgui_autodrive.cpp72 …if((currentaudiostream->getInfo()->channels == 2)&& currentaudiostream->getInfo()->encoding == WAV… in A_autoDrive()
83 if (currentaudiostream->getInfo()->channels != 2) in A_autoDrive()
97 fq=currentaudiostream->getInfo()->frequency; in A_autoDrive()
181 if((currentaudiostream->getInfo()->frequency==fq)&& in A_autoDrive()
182 (currentaudiostream->getInfo()->channels==2)&& in A_autoDrive()
183 (currentaudiostream->getInfo()->encoding==WAV_AAC)) in A_autoDrive()
195 if(currentaudiostream->getInfo()->frequency!=fq) in A_autoDrive()
209 if((currentaudiostream->getInfo()->frequency==44100)&& in A_autoDrive()
210 (currentaudiostream->getInfo()->channels==2)&& in A_autoDrive()
225 if(currentaudiostream->getInfo()->channels!=2) in A_autoDrive()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/common/
H A Dgui_autodrive.cpp72 …if((currentaudiostream->getInfo()->channels == 2)&& currentaudiostream->getInfo()->encoding == WAV… in A_autoDrive()
83 if (currentaudiostream->getInfo()->channels != 2) in A_autoDrive()
97 fq=currentaudiostream->getInfo()->frequency; in A_autoDrive()
181 if((currentaudiostream->getInfo()->frequency==fq)&& in A_autoDrive()
182 (currentaudiostream->getInfo()->channels==2)&& in A_autoDrive()
183 (currentaudiostream->getInfo()->encoding==WAV_AAC)) in A_autoDrive()
195 if(currentaudiostream->getInfo()->frequency!=fq) in A_autoDrive()
209 if((currentaudiostream->getInfo()->frequency==44100)&& in A_autoDrive()
210 (currentaudiostream->getInfo()->channels==2)&& in A_autoDrive()
225 if(currentaudiostream->getInfo()->channels!=2) in A_autoDrive()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux/common/
H A Dgui_autodrive.cpp72 …if((currentaudiostream->getInfo()->channels == 2)&& currentaudiostream->getInfo()->encoding == WAV… in A_autoDrive()
83 if (currentaudiostream->getInfo()->channels != 2) in A_autoDrive()
97 fq=currentaudiostream->getInfo()->frequency; in A_autoDrive()
181 if((currentaudiostream->getInfo()->frequency==fq)&& in A_autoDrive()
182 (currentaudiostream->getInfo()->channels==2)&& in A_autoDrive()
183 (currentaudiostream->getInfo()->encoding==WAV_AAC)) in A_autoDrive()
195 if(currentaudiostream->getInfo()->frequency!=fq) in A_autoDrive()
209 if((currentaudiostream->getInfo()->frequency==44100)&& in A_autoDrive()
210 (currentaudiostream->getInfo()->channels==2)&& in A_autoDrive()
225 if(currentaudiostream->getInfo()->channels!=2) in A_autoDrive()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux/common/
H A Dgui_autodrive.cpp72 …if((currentaudiostream->getInfo()->channels == 2)&& currentaudiostream->getInfo()->encoding == WAV… in A_autoDrive()
83 if (currentaudiostream->getInfo()->channels != 2) in A_autoDrive()
97 fq=currentaudiostream->getInfo()->frequency; in A_autoDrive()
181 if((currentaudiostream->getInfo()->frequency==fq)&& in A_autoDrive()
182 (currentaudiostream->getInfo()->channels==2)&& in A_autoDrive()
183 (currentaudiostream->getInfo()->encoding==WAV_AAC)) in A_autoDrive()
195 if(currentaudiostream->getInfo()->frequency!=fq) in A_autoDrive()
209 if((currentaudiostream->getInfo()->frequency==44100)&& in A_autoDrive()
210 (currentaudiostream->getInfo()->channels==2)&& in A_autoDrive()
225 if(currentaudiostream->getInfo()->channels!=2) in A_autoDrive()
[all …]
/dports/misc/mnn/MNN-1.2.0/tools/train/source/optimizer/
H A DLoss.cpp17 MNN_ASSERT(predicts->getInfo()->dim.size() == 2); in _CrossEntropy()
18 MNN_ASSERT(predicts->getInfo()->dim == oneHotTargets->getInfo()->dim); in _CrossEntropy()
24 MNN_ASSERT(predicts->getInfo()->dim.size() == 2); in _KLDivergence()
25 MNN_ASSERT(predicts->getInfo()->dim == oneHotTargets->getInfo()->dim); in _KLDivergence()
31 MNN_ASSERT(predicts->getInfo()->dim.size() == 2); in _MSE()
32 MNN_ASSERT(predicts->getInfo()->dim == oneHotTargets->getInfo()->dim); in _MSE()
39 MNN_ASSERT(predicts->getInfo()->dim == oneHotTargets->getInfo()->dim); in _MAE()
46 MNN_ASSERT(predicts->getInfo()->dim == oneHotTargets->getInfo()->dim); in _Hinge()
52 auto info = teacherLogits->getInfo(); in _DistillLoss()
58 MNN_ASSERT(studentLogits->getInfo()->dim == teacherLogits->getInfo()->dim); in _DistillLoss()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/stan/math/opencl/
H A Dopencl_context.hpp82 platform_name_ = platform_.getInfo<CL_PLATFORM_NAME>(); in opencl_context_base()
97 device_.getInfo<size_t>(CL_DEVICE_MAX_WORK_GROUP_SIZE, in opencl_context_base()
181 .platform_.getInfo<CL_PLATFORM_NAME>() in description()
185 .platform_.getInfo<CL_PLATFORM_VENDOR>() in description()
197 .device_.getInfo<CL_DEVICE_VENDOR>() in description()
201 .device_.getInfo<CL_DEVICE_MAX_COMPUTE_UNITS>() in description()
205 .device_.getInfo<CL_DEVICE_GLOBAL_MEM_SIZE>() in description()
213 .device_.getInfo<CL_DEVICE_MAX_MEM_ALLOC_SIZE>() in description()
217 .device_.getInfo<CL_DEVICE_LOCAL_MEM_SIZE>() in description()
221 .device_.getInfo<CL_DEVICE_AVAILABLE>() in description()
[all …]
/dports/math/stanmath/math-4.2.0/stan/math/opencl/
H A Dopencl_context.hpp97 device_[0].getInfo<cl_command_queue_properties>( in opencl_context_base()
227 .getInfo<CL_PLATFORM_NAME>() in description()
232 .getInfo<CL_PLATFORM_VENDOR>() in description()
239 .getInfo<CL_DEVICE_NAME>() in description()
244 .getInfo<CL_DEVICE_TYPE>() in description()
249 .getInfo<CL_DEVICE_VENDOR>() in description()
254 .getInfo<CL_DEVICE_MAX_COMPUTE_UNITS>() in description()
259 .getInfo<CL_DEVICE_GLOBAL_MEM_SIZE>() in description()
269 .getInfo<CL_DEVICE_MAX_MEM_ALLOC_SIZE>() in description()
274 .getInfo<CL_DEVICE_LOCAL_MEM_SIZE>() in description()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/helpers/
H A Dget_info_tests.cpp12 TEST(getInfo, GivenSrcSizeLessThanOrEqualDstSizeWhenGettingInfoThenSrcCopiedToDst) { in TEST() argument
16 auto retVal = GetInfo::getInfo(&dest, sizeof(dest), &src, sizeof(src)); in TEST()
25 auto retVal = GetInfo::getInfo(nullptr, 0, &src, sizeof(src)); in TEST()
34 auto retVal = GetInfo::getInfo(nullptr, sizeof(dest), &src, sizeof(src)); in TEST()
43 auto retVal = GetInfo::getInfo(&dest, 0, &src, sizeof(src)); in TEST()
48 TEST(getInfo, GivenNullSrcPtrWhenGettingInfoThenInvalidValueErrorIsReturned) { in TEST() argument
52 auto retVal = GetInfo::getInfo(&dest, sizeof(dest), nullptr, sizeof(src)); in TEST()
57 TEST(getInfo, GivenZeroSrcSizeWhenGettingInfoThenSuccessIsReturned) { in TEST() argument
61 auto retVal = GetInfo::getInfo(&dest, sizeof(dest), &src, 0); in TEST()
66 TEST(getInfo, GivenInvalidSrcSizeWhenGettingInfoThenInvalidValueErrorIsReturned) { in TEST() argument
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/Frameworks/moduleclasses/moduleadmin/
H A Dmoduleadmin.php58 public function getInfo() function in ModuleAdmin
159 if ($this->_obj->getInfo('help')) {
313 …if ($this->_obj->getInfo('min_php') || $this->_obj->getInfo('min_xoops') || !empty($this->_itemCon…
322 if ($this->_obj->getInfo('min_php')) {
333 $dbarray = $this->_obj->getInfo('min_db');
376 if ($this->_obj->getInfo('min_xoops')) {
387 if ($this->_obj->getInfo('min_admin')) {
505 $author = explode(',', $this->_obj->getInfo('author'));
517 …. $this->_obj->getInfo('module_website_name') . " - " . $this->_obj->getInfo('module_website_url')…
524 $license_url = $this->_obj->getInfo('license_url');
[all …]
/dports/multimedia/oggvideotools/oggvideotools-0.9.1/src/main/
H A DvideoHook.cpp91 …ecoder.getWidth(), decoder.getHeight(), decoder.getInfo().pic_x, decoder.getInfo().pic_y, decoder. in operator <<()
182 copy = (decoder.getInfo() == encoder.getInfo()) && !reencode; in initAndConnect()
189 if ((decoder.getInfo().pic_width != encoder.getInfo().pic_width) || in initAndConnect()
190 (decoder.getInfo().pic_height != encoder.getInfo().pic_height)) in initAndConnect()
194 if ((decoder.getInfo().aspect_numerator != encoder.getInfo().aspect_numerator) || in initAndConnect()
195 (decoder.getInfo().aspect_denominator != encoder.getInfo().aspect_denominator)) in initAndConnect()
199 if (decoder.getInfo().fps_denominator > 0) in initAndConnect()
200 framerateDecoder = decoder.getInfo().fps_numerator*1.0/decoder.getInfo().fps_denominator; in initAndConnect()
204 if (encoder.getInfo().fps_denominator > 0) in initAndConnect()
205 framerateEncoder = encoder.getInfo().fps_numerator*1.0/encoder.getInfo().fps_denominator; in initAndConnect()
[all …]
/dports/net/gerbera/gerbera-1.9.2/test/util/
H A Dtest_upnp_clients.cc57 subject->getInfo(&addr, "Android/8.0.0 UPnP/1.0 BubbleUPnP/3.4.4", &pInfo); in TEST_F()
61 subject->getInfo(&addr, "BubbleUPnP UPnP/1.1", &pInfo); in TEST_F()
72 subject->getInfo(&addr, "UPnP/1.0 DLNADOC/1.50 Platinum/1.0.4.2-bb / foobar2000", &pInfo); in TEST_F()
76 subject->getInfo(&addr, "foobar2000/1.6.2", &pInfo); in TEST_F()
87 subject->getInfo(&addr, "UPnP/1.0 DLNADOC/1.50 Kodi", &pInfo); in TEST_F()
106 subject->getInfo(&addr, "samsung-agent/1.1", &pInfo); in TEST_F()
121 subject->getInfo(&addr, "VLC/3.0.11.1 LibVLC/3.0.11.1", &pInfo); in TEST_F()
143 subject->getInfo(&addr, "UPnP/1.0 DLNADOC/1.50 Platinum/1.0.4.2-bb / foobar2000", &pInfo); in TEST_F()
147 subject->getInfo(&addr, "UPnP/1.0 DLNADOC/1.50 Kodi", &pInfo); in TEST_F()
151 subject->getInfo(&addr, "foobar2000/1.6.2", &pInfo); in TEST_F()
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/admin/modulesadmin/
H A Dmain.php80 $listed_mods[$i]['image'] = $module->getInfo('image');
81 $listed_mods[$i]['adminindex'] = $module->getInfo('adminindex');
85 $listed_mods[$i]['author'] = $module->getInfo('author');
86 $listed_mods[$i]['credits'] = $module->getInfo('credits');
87 $listed_mods[$i]['license'] = $module->getInfo('license');
88 $listed_mods[$i]['description'] = $module->getInfo('description');
94 $install_mods[] = $module->getInfo('dirname');
145 $install_mods[] = $module->getInfo('dirname');
340 if ($mod->getInfo('image') !== false && trim($mod->getInfo('image')) != '') {
397 if ($mod->getInfo('image') !== false && trim($mod->getInfo('image')) != '') {
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/
H A Dhelp.php67 $helplist = $module->getInfo('helpsection');
81 if (($module->getInfo('help') !== '') && ($j == 0)) {
82 $help['name'] = $module->getInfo('name');
109 $helpcontent = $module->getInfo('description');
133 $listed_mods[$i]['image'] = $module->getInfo('image');
137 $listed_mods[$i]['author'] = $module->getInfo('author');
138 $listed_mods[$i]['credits'] = $module->getInfo('credits');
162 $helplist = $module->getInfo('helpsection');
179 if (($module->getInfo('help') !== '') && ($k == 0)) {
180 $list_help[$j]['name'] = $module->getInfo('name');
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp128 static const ParsedAttrInfo &getInfo(const ParsedAttr &A) { in getInfo() function
135 return getMinArgs() + getInfo(*this).OptArgs; in getMaxArgs()
139 return getInfo(*this).HasCustomParsing; in hasCustomParsing()
143 return getInfo(*this).DiagAppertainsToDecl(S, *this, D); in diagnoseAppertainsTo()
159 return getInfo(*this).DiagLangOpts(S, *this); in diagnoseLangOpts()
163 return getInfo(*this).IsTargetSpecific; in isTargetSpecificAttr()
166 bool ParsedAttr::isTypeAttr() const { return getInfo(*this).IsType; } in isTypeAttr()
171 return getInfo(*this).ExistsInTarget(Target); in existsInTarget()
177 return getInfo(*this).IsSupportedByPragmaAttribute; in isSupportedByPragmaAttribute()
181 return getInfo(*this).SpellingIndexToSemanticSpelling(*this); in getSemanticSpelling()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Sema/
H A DParsedAttr.cpp128 static const ParsedAttrInfo &getInfo(const ParsedAttr &A) { in getInfo() function
135 return getMinArgs() + getInfo(*this).OptArgs; in getMaxArgs()
139 return getInfo(*this).HasCustomParsing; in hasCustomParsing()
143 return getInfo(*this).DiagAppertainsToDecl(S, *this, D); in diagnoseAppertainsTo()
159 return getInfo(*this).DiagLangOpts(S, *this); in diagnoseLangOpts()
163 return getInfo(*this).IsTargetSpecific; in isTargetSpecificAttr()
166 bool ParsedAttr::isTypeAttr() const { return getInfo(*this).IsType; } in isTypeAttr()
171 return getInfo(*this).ExistsInTarget(Target); in existsInTarget()
177 return getInfo(*this).IsSupportedByPragmaAttribute; in isSupportedByPragmaAttribute()
181 return getInfo(*this).SpellingIndexToSemanticSpelling(*this); in getSemanticSpelling()
[all …]
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-ptb/src/org/herac/tuxguitar/io/ptb/
H A DPTInputStream.java85 this.song.getInfo().setName(readString()); in readSongInfo()
90 this.song.getInfo().setAlbum(readString()); in readSongInfo()
91 this.song.getInfo().setYear(readShort()); in readSongInfo()
94 this.song.getInfo().setAlbum(readString()); in readSongInfo()
98 this.song.getInfo().setDay(readShort()); in readSongInfo()
99 this.song.getInfo().setMonth(readShort()); in readSongInfo()
100 this.song.getInfo().setYear(readShort()); in readSongInfo()
114 this.song.getInfo().setName(readString()); in readSongInfo()
115 this.song.getInfo().setAlbum(readString()); in readSongInfo()
116 this.song.getInfo().setStyle(readShort()); in readSongInfo()
[all …]
/dports/misc/mnn/MNN-1.2.0/test/op/
H A DBroadcastToTest.cpp32 const int size = result->getInfo()->size; in run()
36 auto& dims = result->getInfo()->dim; in run()
55 const int size = result->getInfo()->size; in run()
59 auto& dims = result->getInfo()->dim; in run()
78 const int size = result->getInfo()->size; in run()
82 auto& dims = result->getInfo()->dim; in run()
102 const int size = result->getInfo()->size; in run()
106 auto& dims = result->getInfo()->dim; in run()
130 auto& dims = result->getInfo()->dim; in run()
153 auto& dims = result->getInfo()->dim; in run()
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/SBVTestSuite/TestSuite/Queries/
H A DBasicQuery.hs74 _ <- getInfo ReasonUnknown
75 _ <- getInfo (InfoKeyword ":version")
76 _ <- getInfo (InfoKeyword ":status")
96 _ <- getInfo AssertionStackLevels
97 _ <- getInfo Authors
98 _ <- getInfo ErrorBehavior
99 _ <- getInfo Name
100 _ <- getInfo ReasonUnknown
101 _ <- getInfo Version
102 _ <- getInfo (InfoKeyword ":memory")
[all …]
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/test/cpp/
H A Dstreamtestcase.cpp156 logger->setLevel(Level::getInfo()); in LOGUNIT_CLASS()
264 logger->setLevel(Level::getInfo()); in LOGUNIT_CLASS()
282 logstream os(root, Level::getInfo()); in LOGUNIT_CLASS()
328 root->setLevel(Level::getInfo()); in LOGUNIT_CLASS()
340 root->setLevel(Level::getInfo()); in LOGUNIT_CLASS()
389 logger->setLevel(Level::getInfo()); in LOGUNIT_CLASS()
453 root->setLevel(Level::getInfo()); in LOGUNIT_CLASS()
465 root->setLevel(Level::getInfo()); in LOGUNIT_CLASS()
522 logger->setLevel(Level::getInfo()); in LOGUNIT_CLASS()
595 root->setLevel(Level::getInfo()); in LOGUNIT_CLASS()
[all …]
/dports/devel/vexcl/vexcl-1.4.3/vexcl/backend/opencl/
H A Dcontext.hpp68 return q.getInfo<CL_QUEUE_DEVICE>(); in get_device()
73 return q.getInfo<CL_QUEUE_DEVICE>()(); in get_device_id()
79 return q.getInfo<CL_QUEUE_CONTEXT>()(); in get_context_id()
84 return q.getInfo<CL_QUEUE_CONTEXT>(); in get_context()
104 q.getInfo<CL_QUEUE_CONTEXT>(), q.getInfo<CL_QUEUE_DEVICE>()); in duplicate_queue()
109 cl::Device d = q.getInfo<CL_QUEUE_DEVICE>(); in is_cpu()
114 return d.getInfo<CL_DEVICE_TYPE>() & CL_DEVICE_TYPE_CPU; in is_cpu()
136 if (!d->getInfo<CL_DEVICE_AVAILABLE>()) continue; in device_list()
200 cl::Device d(q.getInfo<CL_QUEUE_DEVICE>()); in operator <<()
201 cl::Platform p(d.getInfo<CL_DEVICE_PLATFORM>()); in operator <<()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Sema/
H A DParsedAttr.cpp151 return getMinArgs() + getInfo().OptArgs; in getMaxArgs()
155 return getInfo().HasCustomParsing; in hasCustomParsing()
159 return getInfo().diagAppertainsToDecl(S, *this, D); in diagnoseAppertainsTo()
163 return getInfo().diagAppertainsToStmt(S, *this, St); in diagnoseAppertainsTo()
167 return getInfo().diagMutualExclusion(S, *this, D); in diagnoseMutualExclusion()
183 return getInfo().diagLangOpts(S, *this); in diagnoseLangOpts()
187 return getInfo().IsTargetSpecific; in isTargetSpecificAttr()
195 return getInfo().existsInTarget(Target); in existsInTarget()
201 return getInfo().IsSupportedByPragmaAttribute; in isSupportedByPragmaAttribute()
205 return getInfo().spellingIndexToSemanticSpelling(*this); in getSemanticSpelling()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DParsedAttr.cpp151 return getMinArgs() + getInfo().OptArgs; in getMaxArgs()
155 return getInfo().HasCustomParsing; in hasCustomParsing()
159 return getInfo().diagAppertainsToDecl(S, *this, D); in diagnoseAppertainsTo()
163 return getInfo().diagAppertainsToStmt(S, *this, St); in diagnoseAppertainsTo()
167 return getInfo().diagMutualExclusion(S, *this, D); in diagnoseMutualExclusion()
183 return getInfo().diagLangOpts(S, *this); in diagnoseLangOpts()
187 return getInfo().IsTargetSpecific; in isTargetSpecificAttr()
195 return getInfo().existsInTarget(Target); in existsInTarget()
201 return getInfo().IsSupportedByPragmaAttribute; in isSupportedByPragmaAttribute()
205 return getInfo().spellingIndexToSemanticSpelling(*this); in getSemanticSpelling()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp151 return getMinArgs() + getInfo().OptArgs; in getMaxArgs()
155 return getInfo().HasCustomParsing; in hasCustomParsing()
159 return getInfo().diagAppertainsToDecl(S, *this, D); in diagnoseAppertainsTo()
163 return getInfo().diagAppertainsToStmt(S, *this, St); in diagnoseAppertainsTo()
167 return getInfo().diagMutualExclusion(S, *this, D); in diagnoseMutualExclusion()
183 return getInfo().diagLangOpts(S, *this); in diagnoseLangOpts()
187 return getInfo().IsTargetSpecific; in isTargetSpecificAttr()
195 return getInfo().existsInTarget(Target); in existsInTarget()
201 return getInfo().IsSupportedByPragmaAttribute; in isSupportedByPragmaAttribute()
205 return getInfo().spellingIndexToSemanticSpelling(*this); in getSemanticSpelling()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Sema/
H A DParsedAttr.cpp151 return getMinArgs() + getInfo().OptArgs; in getMaxArgs()
155 return getInfo().HasCustomParsing; in hasCustomParsing()
159 return getInfo().diagAppertainsToDecl(S, *this, D); in diagnoseAppertainsTo()
163 return getInfo().diagAppertainsToStmt(S, *this, St); in diagnoseAppertainsTo()
167 return getInfo().diagMutualExclusion(S, *this, D); in diagnoseMutualExclusion()
183 return getInfo().diagLangOpts(S, *this); in diagnoseLangOpts()
187 return getInfo().IsTargetSpecific; in isTargetSpecificAttr()
195 return getInfo().existsInTarget(Target); in existsInTarget()
201 return getInfo().IsSupportedByPragmaAttribute; in isSupportedByPragmaAttribute()
205 return getInfo().spellingIndexToSemanticSpelling(*this); in getSemanticSpelling()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Sema/
H A DParsedAttr.cpp151 return getMinArgs() + getInfo().OptArgs; in getMaxArgs()
155 return getInfo().HasCustomParsing; in hasCustomParsing()
159 return getInfo().diagAppertainsToDecl(S, *this, D); in diagnoseAppertainsTo()
163 return getInfo().diagAppertainsToStmt(S, *this, St); in diagnoseAppertainsTo()
167 return getInfo().diagMutualExclusion(S, *this, D); in diagnoseMutualExclusion()
183 return getInfo().diagLangOpts(S, *this); in diagnoseLangOpts()
187 return getInfo().IsTargetSpecific; in isTargetSpecificAttr()
195 return getInfo().existsInTarget(Target); in existsInTarget()
201 return getInfo().IsSupportedByPragmaAttribute; in isSupportedByPragmaAttribute()
205 return getInfo().spellingIndexToSemanticSpelling(*this); in getSemanticSpelling()
[all …]

12345678910>>...196