Home
last modified time | relevance | path

Searched refs:getBlock (Results 101 – 125 of 4778) sorted by relevance

12345678910>>...192

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/queso/test/test_gaussian_likelihoods/
H A Dtest_blockDiagonalCovarianceRandomCoefficients.C115 covariance.getBlock(0)(0, 0) = 1.0; in main()
116 covariance.getBlock(1)(0, 0) = 1.0; in main()
117 covariance.getBlock(1)(0, 1) = 2.0; in main()
118 covariance.getBlock(1)(1, 0) = 2.0; in main()
119 covariance.getBlock(1)(1, 1) = 8.0; in main()
H A Dtest_blockDiagonalCovariance.C110 covariance.getBlock(0)(0, 0) = 1.0; in main()
111 covariance.getBlock(1)(0, 0) = 1.0; in main()
112 covariance.getBlock(1)(0, 1) = 2.0; in main()
113 covariance.getBlock(1)(1, 0) = 2.0; in main()
114 covariance.getBlock(1)(1, 1) = 8.0; in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Analysis/
H A DCFGStmtMap.h41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Analysis/
H A DCFGStmtMap.h41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Analysis/
H A DCFGStmtMap.h41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Analysis/
H A DCFGStmtMap.h41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Analysis/
H A DCFGStmtMap.h41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Analysis/
H A DCFGStmtMap.h41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Analysis/
H A DCFGStmtMap.h41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Analysis/
H A DCFGStmtMap.h41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Analysis/
H A DCFGStmtMap.h41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Analysis/
H A DCFGStmtMap.h41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Analysis/
H A DCFGStmtMap.h41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Analysis/
H A DCFGStmtMap.h41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Analysis/
H A DCFGStmtMap.h41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Analysis/
H A DCFGStmtMap.h42 CFGBlock *getBlock(Stmt * S);
44 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
45 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Analysis/
H A DCFGStmtMap.h42 CFGBlock *getBlock(Stmt * S);
44 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
45 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Analysis/
H A DCFGStmtMap.h41 CFGBlock *getBlock(Stmt * S);
43 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
44 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Support/
H A DGenericDomTreeConstruction.h732 (From->getBlock() && To->getBlock()) in InsertReachable()
733 ? DT.findNearestCommonDominator(From->getBlock(), To->getBlock()) in InsertReachable()
978 DT.findNearestCommonDominator(FromTN->getBlock(), ToTN->getBlock()); in DeleteReachable()
1021 if (Support != TN->getBlock()) { in HasProperSupport()
1039 assert(ToTN->getBlock()); in DeleteUnreachable()
1079 DT.findNearestCommonDominator(TN->getBlock(), ToTN->getBlock()); in DeleteUnreachable()
1298 const NodePtr BB = TN->getBlock(); in verifyReachability()
1331 const NodePtr BB = TN->getBlock(); in VerifyLevels()
1499 const NodePtr BB = TN->getBlock(); in verifyParentProperty()
1532 const NodePtr BB = TN->getBlock(); in verifySiblingProperty()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Support/
H A DGenericDomTreeConstruction.h731 (From->getBlock() && To->getBlock()) in InsertReachable()
732 ? DT.findNearestCommonDominator(From->getBlock(), To->getBlock()) in InsertReachable()
977 DT.findNearestCommonDominator(FromTN->getBlock(), ToTN->getBlock()); in DeleteReachable()
1020 if (Support != TN->getBlock()) { in HasProperSupport()
1038 assert(ToTN->getBlock()); in DeleteUnreachable()
1078 DT.findNearestCommonDominator(TN->getBlock(), ToTN->getBlock()); in DeleteUnreachable()
1358 const NodePtr BB = TN->getBlock(); in verifyReachability()
1391 const NodePtr BB = TN->getBlock(); in VerifyLevels()
1560 const NodePtr BB = TN->getBlock(); in verifyParentProperty()
1593 const NodePtr BB = TN->getBlock(); in verifySiblingProperty()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfb_Alignment.cpp36 if(pLine->getBlock()->getDominantDirection() == UT_BIDI_RTL) in initialize()
91 if(pLine->getBlock()->getDominantDirection() == UT_BIDI_RTL) in initialize()
133 if(pLine->getBlock()->getDominantDirection() == UT_BIDI_RTL) in initialize()
142 …else if(pLine->getBlock()->getDominantDirection() == UT_BIDI_RTL) //this is RTL block, the last li… in initialize()
/dports/cad/openroad/OpenROAD-2.0/src/gui/src/
H A Dgui.cpp53 static odb::dbBlock* getBlock(odb::dbDatabase* db) in getBlock() function
64 return chip->getBlock(); in getBlock()
124 auto block = getBlock(main_window->getDb()); in addSelectedNet()
143 auto block = getBlock(main_window->getDb()); in addSelectedNets()
180 auto block = getBlock(main_window->getDb()); in addSelectedInst()
199 auto block = getBlock(main_window->getDb()); in addSelectedInsts()
254 auto block = getBlock(main_window->getDb()); in addInstToHighlightSet()
270 auto block = getBlock(main_window->getDb()); in addNetToHighlightSet()
/dports/cad/opencascade/opencascade-7.6.0/src/NCollection/
H A DNCollection_SparseArrayBase.cxx53 Block aBlock = getBlock(anAddr); in freeBlock()
114 Block anOtherBlock = getBlock(theOther.myData[iBlock]); in assign()
121 Block aBlock ( getBlock(anAddr) ); in assign()
135 Block aBlock ( getBlock(anAddr) ); in assign()
215 Block aBlock (getBlock (anAddr)); in setValue()
245 return getBlock(myData[iBlock]).IsSet(theIndex % myBlockSize) ? Standard_True : Standard_False; in HasValue()
260 Block aBlock (getBlock(myData[iBlock])); in UnsetValue()
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/liboscar/tasks/
H A Dbuddyicontask.cpp159 QByteArray hash( b->getBlock( iconHashSize ) ); in handleUploadResponse()
192 QByteArray iconHash( b->getBlock(hashSize) ); in handleAIMBuddyIconResponse()
194 QByteArray icon( b->getBlock(iconSize) ); in handleAIMBuddyIconResponse()
228 QByteArray iconHash( b->getBlock(hashSize) ); in handleICQBuddyIconResponse()
236 QByteArray iconHash2( b->getBlock(hashSize2) ); in handleICQBuddyIconResponse()
239 QByteArray icon( b->getBlock(iconSize) ); in handleICQBuddyIconResponse()
/dports/lang/smalltalk/smalltalk-3.2.5/kernel/
H A DValueAdapt.st286 | getBlock putBlock |
294 PluggableAdaptor class >> getBlock: getBlock putBlock: putBlock [
299 ^self basicNew getBlock: getBlock putBlock: putBlock
308 ^self basicNew getBlock: [anObject perform: getSelector]
330 ^self getBlock: [anObject at: anIndex]
352 ^getBlock value
355 getBlock: get putBlock: put [
357 getBlock := get.
397 ^delayed ifTrue: [value] ifFalse: [getBlock value]
400 getBlock: get putBlock: put [
[all …]

12345678910>>...192