Home
last modified time | relevance | path

Searched refs:MyVectorType (Results 1 – 2 of 2) sorted by relevance

/external/eigen/doc/examples/
DCustomizingEigen_Inheritance.cpp4 class MyVectorType : public Eigen::VectorXd class
7 MyVectorType(void):Eigen::VectorXd() {} in MyVectorType() function in MyVectorType
11 MyVectorType(const Eigen::MatrixBase<OtherDerived>& other) in MyVectorType() function in MyVectorType
17 MyVectorType& operator=(const Eigen::MatrixBase <OtherDerived>& other) in operator =()
26 MyVectorType v = MyVectorType::Ones(4); in main()
/external/llvm-project/clang/test/Analysis/
Dcxx-uninitialized-object-ptr-ref.cpp270 using MyVectorType = __attribute__((__vector_size__(8))) int; typedef
271 MyVectorType *x;
277 VectorSizePointee::MyVectorType i; in __vector_size__PointeeTest()