Home
last modified time | relevance | path

Searched defs:tp (Results 1 – 25 of 63) sorted by relevance

123

/llvm-project/clang/test/Analysis/
H A Duninit-const.c32 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 Dfilesystem_clock.cpp46 detail::TimeSpec tp = detail::filetime_to_timespec(time); now() local
50 struct timespec tp; now() local
/llvm-project/third-party/benchmark/cmake/
H A Dsteady_clock.cpp5 Clock::time_point tp = Clock::now(); in main() local
/llvm-project/lldb/test/API/types/
H A Drecursive_type_main.cpp1 typedef struct t *tp; typedef
H A Drecursive_type_2.cpp1 typedef struct t *tp; typedef
H A Drecursive_type_1.cpp1 typedef struct t *tp; typedef
/llvm-project/clang/test/SemaTemplate/
H A Dpr47676.cpp10 template <typename T> void f(T *tp) { in f()
/llvm-project/libcxx/test/libcxx/thread/thread.shared_timed_mutex/
H A Dthread_safety.verify.cpp41 void f(std::chrono::time_point<std::chrono::steady_clock> tp, std::chrono::milliseconds d) { in f()
/llvm-project/libcxx/src/
H A Dchrono.cpp164 struct timespec tp; __libcpp_steady_clock_now() local
218 struct timespec tp; __libcpp_steady_clock_now() local
[all...]
H A Dcondition_variable.cpp36 … chrono::time_point<chrono::system_clock, chrono::nanoseconds> tp) noexcept { in __do_timed_wait()
/llvm-project/flang/test/Integration/
H A Ddebug-loc-1.f9023 real, save :: tp local
/llvm-project/libcxx/test/std/time/time.zone/time.zone.exception/time.zone.exception.nonexist/
H A Dctor.pass.cpp30 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 Dctor.pass.cpp30 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 Daddress.cxx20.verify.cpp25 T* tp = new T(); in test_address() local
H A Daddress.cxx20.pass.cpp27 T* tp = new T(); in test_address() local
/llvm-project/libc/test/src/time/
H A Dclock_gettime_test.cpp15 struct timespec tp; TEST() local
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-cxx0x-no-extra-copy.cpp30 T *tp = dp; in get_value_badly() local
H A Dp5-cxx03-extra-copy.cpp33 …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 DGenInfo.cpp33 GenNameParser *tp = const_cast<GenNameParser *>(this); in printOptionInfo() local
/llvm-project/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/
H A Daddressof.pass.cpp38 A* tp = new A; in main() local
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DCodegenUtils.h312 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 DCodegenUtils.cpp46 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 Ddo04.f9071 module tp module
/llvm-project/libc/config/linux/
H A Dapp.h92 uintptr_t tp = 0; global() member
/llvm-project/mlir/lib/Dialect/AMX/IR/
H A DAMXDialect.cpp31 verifyTileSize(Operation * op,VectorType tp) verifyTileSize() argument

123