/llvm-project/clang/test/Analysis/ |
H A D | uninit-const.c | 32 int* tp = &t; // expected-note {{'tp' initialized here}} in f_1() local 56 int *tp = p; // expected-note {{'tp' initialized to the value of 'p'}} in f_2() local 73 int *tp = ta; // expected-note {{'tp' initialized here}} in f_5() local 86 int* tp = ta; in f_6() local 185 int* tp = &t; // expected-note {{'tp' initialized here}} in f_variadic_unp_unv() local 193 int* tp = &t; // expected-note {{'tp' initialized here}} in f_variadic_unp_inv() local 202 int* tp = &t; in f_variadic_inp_unv() local 211 int* tp = &t; in f_variadic_inp_inv() local 220 int *tp = &t; in f_variadic_inp_inp() local 229 int *tp = &t; // expected-note {{'tp' initialized here}} in f_variadic_unp_inp() local [all …]
|
/llvm-project/libcxx/src/filesystem/ |
H A D | filesystem_clock.cpp | 46 detail::TimeSpec tp = detail::filetime_to_timespec(time); now() local 50 struct timespec tp; now() local
|
/llvm-project/third-party/benchmark/cmake/ |
H A D | steady_clock.cpp | 5 Clock::time_point tp = Clock::now(); in main() local
|
/llvm-project/lldb/test/API/types/ |
H A D | recursive_type_main.cpp | 1 typedef struct t *tp; typedef
|
H A D | recursive_type_2.cpp | 1 typedef struct t *tp; typedef
|
H A D | recursive_type_1.cpp | 1 typedef struct t *tp; typedef
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | pr47676.cpp | 10 template <typename T> void f(T *tp) { in f()
|
/llvm-project/libcxx/test/libcxx/thread/thread.shared_timed_mutex/ |
H A D | thread_safety.verify.cpp | 41 void f(std::chrono::time_point<std::chrono::steady_clock> tp, std::chrono::milliseconds d) { in f()
|
/llvm-project/libcxx/src/ |
H A D | chrono.cpp | 164 struct timespec tp; __libcpp_steady_clock_now() local 218 struct timespec tp; __libcpp_steady_clock_now() local [all...] |
H A D | condition_variable.cpp | 36 … chrono::time_point<chrono::system_clock, chrono::nanoseconds> tp) noexcept { in __do_timed_wait()
|
/llvm-project/flang/test/Integration/ |
H A D | debug-loc-1.f90 | 23 real, save :: tp local
|
/llvm-project/libcxx/test/std/time/time.zone/time.zone.exception/time.zone.exception.nonexist/ |
H A D | ctor.pass.cpp | 30 test(const std::chrono::local_time<Duration>& tp, const std::chrono::local_info& i, std::string_vie… in test()
|
/llvm-project/libcxx/test/std/time/time.zone/time.zone.exception/time.zone.exception.ambig/ |
H A D | ctor.pass.cpp | 30 test(const std::chrono::local_time<Duration>& tp, const std::chrono::local_info& i, std::string_vie… in test()
|
/llvm-project/libcxx/test/libcxx/depr/depr.default.allocator/allocator.members/ |
H A D | address.cxx20.verify.cpp | 25 T* tp = new T(); in test_address() local
|
H A D | address.cxx20.pass.cpp | 27 T* tp = new T(); in test_address() local
|
/llvm-project/libc/test/src/time/ |
H A D | clock_gettime_test.cpp | 15 struct timespec tp; TEST() local
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
H A D | p5-cxx0x-no-extra-copy.cpp | 30 T *tp = dp; in get_value_badly() local
|
H A D | p5-cxx03-extra-copy.cpp | 33 …T *tp = dp; // expected-error{{cannot initialize a variable of type 'int *' with an lvalue of type… in get_value_badly() local
|
/llvm-project/mlir/lib/TableGen/ |
H A D | GenInfo.cpp | 33 GenNameParser *tp = const_cast<GenNameParser *>(this); in printOptionInfo() local
|
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/ |
H A D | addressof.pass.cpp | 38 A* tp = new A; in main() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/ |
H A D | CodegenUtils.h | 312 constantZero(OpBuilder & builder,Location loc,Type tp) constantZero() argument 323 constantOne(OpBuilder & builder,Location loc,Type tp) constantOne() argument 405 Type tp = cast<ComplexType>(complexAttr.getType()).getElementType(); genValFromAttr() local [all...] |
H A D | CodegenUtils.cpp | 46 OverheadType mlir::sparse_tensor::overheadTypeEncoding(Type tp) { in overheadTypeEncoding() argument 101 StringRef mlir::sparse_tensor::overheadTypeFunctionSuffix(Type tp) { in overheadTypeFunctionSuffix() argument 189 mlir::TypedAttr mlir::sparse_tensor::getOneAttr(Builder &builder, Type tp) { in getOneAttr() argument 206 Type tp = v.getType(); genIsNonzero() local 361 genAlloca(OpBuilder & builder,Location loc,unsigned sz,Type tp,bool staticShape) genAlloca() argument 370 genAlloca(OpBuilder & builder,Location loc,Value sz,Type tp) genAlloca() argument 376 genAllocaScalar(OpBuilder & builder,Location loc,Type tp) genAllocaScalar() argument [all...] |
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | do04.f90 | 71 module tp module
|
/llvm-project/libc/config/linux/ |
H A D | app.h | 92 uintptr_t tp = 0; global() member
|
/llvm-project/mlir/lib/Dialect/AMX/IR/ |
H A D | AMXDialect.cpp | 31 verifyTileSize(Operation * op,VectorType tp) verifyTileSize() argument
|