Home
last modified time | relevance | path

Searched refs:IsInteresting (Results 1 – 25 of 139) sorted by relevance

123456

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Entity/System/Data/WebControls/
H A DEntityDataSourceColumn.cs81 internal abstract bool IsInteresting { get; } property in System.Web.UI.WebControls.EntityDataSourceColumn
122 internal override bool IsInteresting property in System.Web.UI.WebControls.EntityDataSourcePropertyColumn
127 return this.memberPath.IsInteresting;
214 internal override bool IsInteresting property in System.Web.UI.WebControls.EntityDataSourceReferenceKeyColumn
385 internal override bool IsInteresting property in System.Web.UI.WebControls.EntityDataSourceReferenceValueColumn
H A DEntityDataSourceMemberPath.cs69 internal bool IsInteresting property in System.Web.UI.WebControls.EntityDataSourceMemberPath
74 … return this.isLocallyInteresting || (null != this.parent && this.parent.IsInteresting);
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dshouldreturnbool.cxx134 bool IsInteresting(FunctionDecl const*);
142 if (IsInteresting(functionDecl)) in TraverseFunctionDecl()
159 if (IsInteresting(methodDecl)) in TraverseCXXMethodDecl()
173 bool ShouldReturnBool::IsInteresting(FunctionDecl const* functionDecl) in IsInteresting() function in __anon358721690111::ShouldReturnBool
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dshouldreturnbool.cxx135 bool IsInteresting(FunctionDecl const*);
143 if (IsInteresting(functionDecl)) in TraverseFunctionDecl()
160 if (IsInteresting(methodDecl)) in TraverseCXXMethodDecl()
174 bool ShouldReturnBool::IsInteresting(FunctionDecl const* functionDecl) in IsInteresting() function in __anon481817c10111::ShouldReturnBool
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Target/ARM/
H A DMVEVPTOptimisationsPass.cpp287 bool IsInteresting = false; in ReduceOldVCCRValueUses() local
290 IsInteresting = true; in ReduceOldVCCRValueUses()
322 IsInteresting = true; in ReduceOldVCCRValueUses()
344 IsInteresting = true; in ReduceOldVCCRValueUses()
353 if (!IsInteresting && IsWritingToVCCR(*Iter)) in ReduceOldVCCRValueUses()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Target/ARM/
H A DMVEVPTOptimisationsPass.cpp287 bool IsInteresting = false; in ReduceOldVCCRValueUses() local
290 IsInteresting = true; in ReduceOldVCCRValueUses()
322 IsInteresting = true; in ReduceOldVCCRValueUses()
344 IsInteresting = true; in ReduceOldVCCRValueUses()
353 if (!IsInteresting && IsWritingToVCCR(*Iter)) in ReduceOldVCCRValueUses()
/dports/devel/intel-graphics-compiler/SPIRV-Tools/test/reduce/
H A Dreducer_test.cpp44 bool IsInteresting() { in IsInteresting() function in spvtools::reduce::__anon83f0764b0111::PingPongInteresting
199 return ping_pong_interesting.IsInteresting(); in TEST()
582 return ping_pong_interesting.IsInteresting(); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/test/reduce/
H A Dreducer_test.cpp44 bool IsInteresting() { in IsInteresting() function in spvtools::reduce::__anon48944d3b0111::PingPongInteresting
199 return ping_pong_interesting.IsInteresting(); in TEST()
582 return ping_pong_interesting.IsInteresting(); in TEST()
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/test/reduce/
H A Dreducer_test.cpp44 bool IsInteresting() { in IsInteresting() function in spvtools::reduce::__anon15989db00111::PingPongInteresting
199 return ping_pong_interesting.IsInteresting(); in TEST()
582 return ping_pong_interesting.IsInteresting(); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/test/reduce/
H A Dreducer_test.cpp44 bool IsInteresting() { in IsInteresting() function in spvtools::reduce::__anon0d8c47860111::PingPongInteresting
199 return ping_pong_interesting.IsInteresting(); in TEST()
582 return ping_pong_interesting.IsInteresting(); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Target/ARM/
H A DMVEVPTOptimisationsPass.cpp466 bool IsInteresting = false; in ReduceOldVCCRValueUses() local
469 IsInteresting = true; in ReduceOldVCCRValueUses()
501 IsInteresting = true; in ReduceOldVCCRValueUses()
523 IsInteresting = true; in ReduceOldVCCRValueUses()
532 if (!IsInteresting && IsWritingToVCCR(*Iter)) in ReduceOldVCCRValueUses()
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/reduce/
H A Dreducer_test.cpp45 bool IsInteresting(const std::vector<uint32_t>&) { in IsInteresting() function in spvtools::reduce::__anon449134f90111::PingPongInteresting
214 return ping_pong_interesting.IsInteresting(binary); in TEST()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/test/reduce/
H A Dreducer_test.cpp45 bool IsInteresting(const std::vector<uint32_t>&) { in IsInteresting() function in spvtools::reduce::__anon189009210111::PingPongInteresting
214 return ping_pong_interesting.IsInteresting(binary); in TEST()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp387 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
403 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
437 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
451 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
465 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp387 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
403 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
437 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
451 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
465 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp387 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
403 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
437 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
451 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
465 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp387 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
403 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
437 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
451 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
465 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp387 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
403 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
437 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
451 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
465 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp387 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
403 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
437 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
451 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
465 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp387 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
403 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
437 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
451 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
465 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp387 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
403 if (auto IsInteresting = PathBR->getInterestingnessKind(RetSym)) { in checkPostCall() local
437 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
451 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
465 if (auto IsInteresting = PathBR->getInterestingnessKind(Handle)) { in checkPostCall() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DMVEVPTOptimisationsPass.cpp581 bool IsInteresting = false; in ReduceOldVCCRValueUses() local
584 IsInteresting = true; in ReduceOldVCCRValueUses()
616 IsInteresting = true; in ReduceOldVCCRValueUses()
638 IsInteresting = true; in ReduceOldVCCRValueUses()
647 if (!IsInteresting && IsWritingToVCCR(*Iter)) in ReduceOldVCCRValueUses()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Target/ARM/
H A DMVEVPTOptimisationsPass.cpp581 bool IsInteresting = false; in ReduceOldVCCRValueUses() local
584 IsInteresting = true; in ReduceOldVCCRValueUses()
616 IsInteresting = true; in ReduceOldVCCRValueUses()
638 IsInteresting = true; in ReduceOldVCCRValueUses()
647 if (!IsInteresting && IsWritingToVCCR(*Iter)) in ReduceOldVCCRValueUses()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp734 bool IsInteresting = false; in ReduceOldVCCRValueUses() local
737 IsInteresting = true; in ReduceOldVCCRValueUses()
769 IsInteresting = true; in ReduceOldVCCRValueUses()
791 IsInteresting = true; in ReduceOldVCCRValueUses()
800 if (!IsInteresting && IsWritingToVCCR(*Iter)) in ReduceOldVCCRValueUses()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Target/ARM/
H A DMVETPAndVPTOptimisationsPass.cpp734 bool IsInteresting = false; in ReduceOldVCCRValueUses() local
737 IsInteresting = true; in ReduceOldVCCRValueUses()
769 IsInteresting = true; in ReduceOldVCCRValueUses()
791 IsInteresting = true; in ReduceOldVCCRValueUses()
800 if (!IsInteresting && IsWritingToVCCR(*Iter)) in ReduceOldVCCRValueUses()

123456