Home
last modified time | relevance | path

Searched defs:StaticCast (Results 1 – 5 of 5) sorted by relevance

/llvm-project/libcxx/benchmarks/libcxxabi/
H A Ddynamic_cast.bench.cpp
/llvm-project/clang/test/CXX/temp/temp.res/
H A Dp4.cpp24 auto StaticCast = static_cast<T::type>(1.2); in f() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsigned-char-misuse.cpp42 int StaticCast() { in StaticCast() function
/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp9496 SmallString<128> StaticCast; DiagnoseNarrowingInInitList() local
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp3491 TEST(TransferTest,StaticCast) TEST() argument