Home
last modified time | relevance | path

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

/external/clang/test/Index/
Dprint-type.c8 typedef double OtherType; typedef
Dprint-type.cpp25 typedef double OtherType; typedef
/external/llvm-project/clang/test/Index/
Dprint-type.c8 typedef double OtherType; typedef
Dprint-type.cpp26 typedef double OtherType; typedef
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dperformance-unnecessary-copy-initialization-allowed-types.cpp35 struct OtherType { struct
Dperformance-unnecessary-value-param-allowed-types.cpp35 struct OtherType { struct
Dperformance-for-range-copy-allowed-types.cpp56 struct OtherType { struct
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DImplicitBoolConversionCheck.cpp180 ASTContext &Context, StringRef OtherType) { in fixGenericExprCastFromBool()
/external/llvm-project/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h104 enum OtherType { enum
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h95 enum OtherType { enum
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h104 enum OtherType { enum
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10009 QualType OtherType = LHSVecType ? RHSType : LHSType; in CheckVectorOperands() local