Home
last modified time | relevance | path

Searched defs:Same (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dlibcxx_is_trivially_equality_comparable_hack.cpp5 struct Same { struct
14 using A = Same<__is_trivially_equality_comparable<int>::type, __is_trivially_equality_comparable<in… argument
H A Dlibstdcxx_is_nothrow_convertible_hack.cpp5 struct Same { struct
14 using A = Same<__is_nothrow_convertible<int>::type, __is_nothrow_convertible<int>::type>; argument
H A Dlibstdcxx_transform_type_traits_hack.cpp7 struct Same { struct
14 using A = Same<__remove_const<T>, __remove_const<T>>; argument
/llvm-project/llvm/unittests/Support/
H A DMemoryBufferRefTest.cpp36 MemoryBufferRef Same(MB->getBuffer(), MB->getBufferIdentifier()); in TEST() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_lzw_test.cpp41 TYPED_TEST(LzwTest, Same) { in TYPED_TEST() argument
H A Dsanitizer_stackdepot_test.cpp65 TEST_F(StackDepotTest, Same) { in TEST_F() argument
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMIRFormatter.cpp57 constexpr int64_t Same = 0; printSDelayAluImm() local
/llvm-project/llvm/tools/llvm-mt/
H A Dllvm-mt.cpp144 bool Same = false; llvm_mt_main() local
/llvm-project/clang/lib/AST/
H A DASTDiagnostic.cpp620 bool Same = false; global() member
760 SetSame(bool Same) SetSame() argument
1686 PrintTypeNames(QualType FromType,QualType ToType,bool FromDefault,bool ToDefault,bool Same) PrintTypeNames() argument
1754 PrintExpr(const Expr * FromExpr,const Expr * ToExpr,bool FromDefault,bool ToDefault,bool Same) PrintExpr() argument
1789 PrintTemplateTemplate(TemplateDecl * FromTD,TemplateDecl * ToTD,bool FromDefault,bool ToDefault,bool Same) PrintTemplateTemplate() argument
1825 PrintAPSInt(const llvm::APSInt & FromInt,const llvm::APSInt & ToInt,bool IsValidFromInt,bool IsValidToInt,QualType FromIntType,QualType ToIntType,Expr * FromExpr,Expr * ToExpr,bool FromDefault,bool ToDefault,bool Same) PrintAPSInt() argument
1952 PrintValueDecl(ValueDecl * FromValueDecl,ValueDecl * ToValueDecl,bool FromAddressOf,bool ToAddressOf,bool FromNullPtr,bool ToNullPtr,Expr * FromExpr,Expr * ToExpr,bool FromDefault,bool ToDefault,bool Same) PrintValueDecl() argument
[all...]
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h45 Same, enumerator
/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAUpdater.cpp95 bool Same = true; in LookForIdenticalPHI() local
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h46 Same, enumerator
/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp80 Same, // Same argument type as the previous one. enumerator
H A DMemorySSAUpdater.cpp215 MemoryAccess *Same = nullptr; in tryRemoveTrivialPhi() local
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_nontype_cxx20.cpp163 template<auto V, auto W> constexpr bool Same = false; variable
/llvm-project/clang/include/clang/AST/
H A DDecl.h1577 setPreviousDeclInSameBlockScope(bool Same) setPreviousDeclInSameBlockScope() argument
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp2200 auto *Same = DICompositeType::get( TEST_F() local
/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp6927 bool Same = Context.hasSameType(LTy, RTy); CXXCheckConditionalOperands() local