Home
last modified time | relevance | path

Searched defs:pConst (Results 1 – 25 of 140) sorted by relevance

123456

/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/
H A DAMF_File.cpp1043 nConstellation* pConst = GetConstellation(ConstellationIndex); in GetConstellationName() local
1050 nConstellation* pConst = GetConstellation(ConstellationIndex); in RenameConstellation() local
1056 nConstellation* pConst = GetConstellation(ConstellationIndex); in RemoveConstellation() local
1066 nConstellation* pConst = GetConstellation(ConstellationIndex); in IsConstellationReferencedBy() local
1081 nConstellation* pConst = GetConstellation(ConstellationIndex); in GetInstanceCount() local
1089 nConstellation* pConst = GetConstellation(ConstellationIndex); in AddInstance() local
1101 nConstellation* pConst = GetConstellation(ConstellationIndex); in RemoveInstance() local
1133 nConstellation* pConst = GetConstellation(InstanceConstellationIndex); in SetInstanceConstellationIndex() local
1676 nConstellation* pConst = GetConstellation(ConstellationIndex, CanCreate); in GetInstance() local
1758 bool AmfFile::RenderConstellation(nConstellation* pConst, std::vector<int>* pIndexStack, Vec3D CurO… in RenderConstellation()
H A DnAmf.cpp346 nConstellation* pConst = GetConstellationByID(GeometryID); in GetGeoNameFromID() local
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/abci/
H A DabcDebug.c183 Abc_Obj_t * pObj, * pFanin, * pConst; in Abc_NtkAutoDebugModify() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/comp/
H A Dparser.cxx838 SbiConstDef* pConst = new SbiConstDef( pSym ); in addStringConst() local
846 SbiConstDef* pConst = new SbiConstDef(pSym); in addNumericConst() local
H A Ddim.cxx509 SbiConstDef* pConst = pDef->GetConstDef(); in DefVar() local
823 SbiConstDef* pConst = pElem->GetConstDef(); in DefEnum() local
H A Dexprtree.cxx283 SbiConstDef* pConst = pDef->GetConstDef(); in Term() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/comp/
H A Ddim.cxx474 SbiConstDef* pConst = pDef->GetConstDef(); in DefVar() local
788 SbiConstDef* pConst = pElem->GetConstDef(); in DefEnum() local
H A Dparser.cxx834 SbiConstDef* pConst = new SbiConstDef( pSym ); in addStringConst() local
H A Dexprtree.cxx288 SbiConstDef* pConst = pDef->GetConstDef(); in Term() local
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DHullShaderCodeGen.cpp326 CVariable* pConst = nullptr; in GetURBInputHandle() local
H A DPushAnalysis.cpp233 ConstantInt* pConst = cast<ConstantInt>(pAddress); in IsStatelessCBLoad() local
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/GlobalInfo/
H A DGmmClientContext.cpp606 void * pConst = NULL; in CreateResInfoObject() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/idlc/source/
H A Dastexpression.cxx1141 AstConstant* pConst; in eval_symbol() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idlc/source/
H A Dastexpression.cxx1134 AstConstant *pConst; in eval_symbol() local
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/wlc/
H A DwlcMem.c361 Wlc_Obj_t * pObj, * pFanin, * pFlop, * pCond, * pMux, * pConst; in Wlc_NtkAbsCreateFlopInputs() local
519 Wlc_Obj_t * pObj, * pCounter, * pConst, * pAdder, * pConstr = NULL; in Wlc_NtkAbstractMemory() local
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dselect.c4333 WhereConst *pConst, /* The WhereConst into which we are inserting */ in constInsert() argument
4377 static void findConstInWhere(WhereConst *pConst, Expr *pExpr){ in findConstInWhere()
4407 WhereConst *pConst; in propagateConstantExprRewrite() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dselect.c4160 WhereConst *pConst, /* The WhereConst into which we are inserting */ in constInsert() argument
4208 static void findConstInWhere(WhereConst *pConst, Expr *pExpr){ in findConstInWhere()
4238 WhereConst *pConst; in propagateConstantExprRewrite() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dselect.c4244 WhereConst *pConst, /* The WhereConst into which we are inserting */ in constInsert() argument
4288 static void findConstInWhere(WhereConst *pConst, Expr *pExpr){ in findConstInWhere()
4318 WhereConst *pConst; in propagateConstantExprRewrite() local
/dports/math/minizinc/libminizinc-2.5.5/lib/flatten/
H A Dflatten_call.cpp280 Expression* pConst = nullptr; in is_totaladd_bounds_disj() local
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php36 protected function pConst(Node\Const_ $node) { function in PhpParser\\PrettyPrinter\\Standard
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php35 protected function pConst(Node\Const_ $node) { function in PhpParser\\PrettyPrinter\\Standard
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php32 protected function pConst(Node\Const_ $node) { function in PhpParser\\PrettyPrinter\\Standard
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php36 protected function pConst(Node\Const_ $node) { function in PhpParser\\PrettyPrinter\\Standard
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/cba/
H A DcbaReadVer.c1655 char * pConst = Prs_NtkConst(pNtk, Value); in Prs_CreateBitSignal() local
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php40 protected function pConst(Node\Const_ $node) { function in PhpParser\\PrettyPrinter\\Standard

123456