Home
last modified time | relevance | path

Searched refs:OtherType (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-value-param-allowed-types.cpp35 struct OtherType { struct
36 ~OtherType();
69 void positiveOtherType(OtherType O) { in positiveOtherType()
H A Dunnecessary-copy-initialization-allowed-types.cpp35 struct OtherType { struct
36 ~OtherType();
54 const OtherType &getOtherType();
H A Dfor-range-copy-allowed-types.cpp56 struct OtherType { struct
57 ~OtherType();
127 for (auto O : View<Iterator<OtherType>>()) { in positiveOtherType()
/llvm-project-15.0.7/clang/test/Index/
H A Dprint-type.c8 typedef double OtherType; typedef
H A Dprint-type.cpp26 typedef double OtherType; typedef
/llvm-project-15.0.7/mlir/test/mlir-tblgen/
H A Dconstraint-unique.td16 def OtherType : Type<ATypePred, "another type">;
49 let arguments = (ins OtherType:$a, OtherAttr:$b);
50 let results = (outs OtherType:$ret);
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h93 enum OtherType { enum
110 PointerSumTypeMember<Other, PointerEmbeddedInt<OtherType, 3>>>;
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DImplicitBoolConversionCheck.cpp180 ASTContext &Context, StringRef OtherType) { in fixGenericExprCastFromBool() argument
186 (Twine("static_cast<") + OtherType + ">" + (NeedParens ? "(" : "")) in fixGenericExprCastFromBool()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp10544 QualType OtherType = LHSVecType ? RHSType : LHSType; in CheckVectorOperands() local
10546 if (isLaxVectorConversion(OtherType, VecType)) { in CheckVectorOperands()
10561 } else if (OtherType->isExtVectorType() || OtherType->isVectorType() || in CheckVectorOperands()
10562 (OtherType->isScalarType() && VT->getNumElements() == 1)) { in CheckVectorOperands()