Home
last modified time | relevance | path

Searched refs:VLASize (Results 1 – 25 of 88) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-core.VLASize.rst1 .. title:: clang-tidy - clang-analyzer-core.VLASize
5 clang-analyzer-core.VLASize
8 The clang-analyzer-core.VLASize check is an alias, please see
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-core.VLASize.rst1 .. title:: clang-tidy - clang-analyzer-core.VLASize
5 clang-analyzer-core.VLASize
8 The clang-analyzer-core.VLASize check is an alias, please see
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-core.VLASize.rst1 .. title:: clang-tidy - clang-analyzer-core.VLASize
5 clang-analyzer-core.VLASize
8 The clang-analyzer-core.VLASize check is an alias, please see
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-core.VLASize.rst1 .. title:: clang-tidy - clang-analyzer-core.VLASize
5 clang-analyzer-core.VLASize
8 The clang-analyzer-core.VLASize check is an alias, please see
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/docs/clang-tidy/checks/
H A Dclang-analyzer-core.VLASize.rst1 .. title:: clang-tidy - clang-analyzer-core.VLASize
5 clang-analyzer-core.VLASize
8 The clang-analyzer-core.VLASize check is an alias, please see
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-core.VLASize.rst1 .. title:: clang-tidy - clang-analyzer-core.VLASize
5 clang-analyzer-core.VLASize
8 The clang-analyzer-core.VLASize check is an alias, please see
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/docs/clang-tidy/checks/
H A Dclang-analyzer-core.VLASize.rst1 .. title:: clang-tidy - clang-analyzer-core.VLASize
5 clang-analyzer-core.VLASize
8 The clang-analyzer-core.VLASize check is an alias, please see
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-core.VLASize.rst1 .. title:: clang-tidy - clang-analyzer-core.VLASize
5 clang-analyzer-core.VLASize
8 The clang-analyzer-core.VLASize check is an alias, please see
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-core.VLASize.rst1 .. title:: clang-tidy - clang-analyzer-core.VLASize
5 clang-analyzer-core.VLASize
8 The clang-analyzer-core.VLASize check is an alias, please see
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-core.VLASize.rst1 .. title:: clang-tidy - clang-analyzer-core.VLASize
5 clang-analyzer-core.VLASize
8 The clang-analyzer-core.VLASize check is an alias, please see
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-core.VLASize.rst1 .. title:: clang-tidy - clang-analyzer-core.VLASize
5 clang-analyzer-core.VLASize
8 The clang-analyzer-core.VLASize check is an alias, please see
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-core.VLASize.rst1 .. title:: clang-tidy - clang-analyzer-core.VLASize
5 clang-analyzer-core.VLASize
8 The clang-analyzer-core.VLASize check is an alias, please see
/dports/science/py-pymol/pymol-open-source-2.4.0/layer2/
H A DMmtfMoleculeReader.cpp164 VLASize(I->AtomInfo, AtomInfoType, I->NAtom); in ObjectMoleculeReadMmtfStr()
165 VLASize(I->CSet, CoordSet *, I->NCSet); in ObjectMoleculeReadMmtfStr()
284 VLASize(cset->Coord, float, 3 * cset->NIndex); in ObjectMoleculeReadMmtfStr()
285 VLASize(cset->IdxToAtm, int, cset->NIndex); in ObjectMoleculeReadMmtfStr()
H A DCoordSet.cpp375 VLASize(I->AtmToIdx, int, nAtom); in CoordSetAdjustAtmIdx()
411 VLASize(I->IdxToAtm, int, nIndex); in CoordSetMerge()
548 VLASize(I->Coord, float, I->NIndex * 3); in CoordSetPurge()
550 VLASize(I->LabPos, LabPosType, I->NIndex); in CoordSetPurge()
553 VLASize(I->RefPos, RefPosType, I->NIndex); in CoordSetPurge()
556 VLASize(I->has_atom_state_settings, char, I->NIndex); in CoordSetPurge()
557 VLASize(I->atom_state_setting_id, int, I->NIndex); in CoordSetPurge()
559 VLASize(I->IdxToAtm, int, I->NIndex); in CoordSetPurge()
1592 VLASize(I->AtmToIdx, int, nAtom); in extendIndices()
H A DCifMoleculeReader.cpp539 VLASize(I->Bond, BondType, I->NBond); in ObjectMoleculeConnectComponents()
751 VLASize(csets, CoordSet*, csetbeginidx + ncsets); in read_pdbx_struct_assembly()
969 VLASize(coord, float, 3 * atomCount); in read_chem_comp_atom_model()
970 VLASize(*atInfoPtr, AtomInfoType, atomCount); in read_chem_comp_atom_model()
1216 VLASize(*atInfoPtr, AtomInfoType, atomCount); in read_atom_site()
1688 VLASize(bondvla, BondType, nBond); in read_geom_bond()
1889 VLASize(cset->TmpBond, BondType, nBond); in read_struct_conn_()
1956 VLASize(bondvla, BondType, nBond); in read_chem_comp_bond()
2170 VLASize(I->Bond, BondType, I->NBond); in ObjectMoleculeReadCifData()
H A DObjectGadgetRamp.cpp444 VLASize(I->Level, float, I->NLevel); in ObjectGadgetRampNewFromPyList()
450 VLASize(I->Color, float, I->NLevel * 3); in ObjectGadgetRampNewFromPyList()
900 VLASize(I->Level, float, 1); in ObjectGadgetRampHandleInputColors()
909 VLASize(I->Color, float, 3); in ObjectGadgetRampHandleInputColors()
923 VLASize(I->Color, float, 3 * I->NLevel); in ObjectGadgetRampHandleInputColors()
H A DObjectAlignment.cpp466 VLASize(vla, char, len + 1); in ObjectAlignmentAsStrVLA()
742 VLASize(result, int, n_result); in AlignmentMerge()
/dports/science/py-pymol/pymol-open-source-2.4.0/layer0/
H A DMemoryCache.h75 #define VLACacheSize(G,ptr,type,size,t,i) VLASize(ptr,type,size)
H A DMemoryDebug.h42 #define VLASize(ptr,type,size) VLASize2<type>(ptr,size) macro
H A Dvla.h170 VLASize(m_vla, T, newSize); in resize()
/dports/math/vtk9/VTK-9.1.0/
H A D.clang-tidy24 -clang-analyzer-core.VLASize,\
/dports/math/vtk9/VTK-9.1.0/Utilities/MetaIO/
H A D.clang-tidy24 -clang-analyzer-core.VLASize,\
/dports/misc/mxnet/incubator-mxnet-1.9.0/
H A D.clang-tidy31 clang-analyzer-core.VLASize, clang-analyzer-core.builtin.BuiltinFunctions,
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/
H A D.clang-tidy31 clang-analyzer-core.VLASize, clang-analyzer-core.builtin.BuiltinFunctions,
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DPConv.cpp595 VLASize((*f), float, l); in PConvPyListToFloatVLANoneOkay()
634 VLASize((*f), float, l * 3); in PConvPyList3ToFloatVLA()
1149 VLASize(vla, char, ll); in PConvPyListToStringVLA()

1234