Home
last modified time | relevance | path

Searched defs:OtherType (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/Index/
H A Dprint-type.c8 typedef double OtherType; typedef
H A Dprint-type.cpp26 typedef double OtherType; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization-allowed-types.cpp35 struct OtherType { struct
H A Dunnecessary-value-param-allowed-types.cpp35 struct OtherType { struct
H A Dfor-range-copy-allowed-types.cpp56 struct OtherType { struct
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DImplicitBoolConversionCheck.cpp169 fixGenericExprCastFromBool(DiagnosticBuilder & Diag,const ImplicitCastExpr * Cast,ASTContext & Context,StringRef OtherType) fixGenericExprCastFromBool() argument
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h97 enum OtherType { global() enum
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10205 QualType OtherType = LHSVecType ? RHSType : LHSType; CheckVectorOperands() local