Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 220) sorted by relevance

123456789

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dsimple_stack2.cpp11 volatile int tmp = 42; in bar1() local
18 volatile int tmp = Global; in foo2() local
24 volatile int tmp = 42; in bar2() local
H A Dsimple_stack.c10 volatile int tmp = 42; (void)tmp; in bar1() local
19 volatile int tmp = 42; (void)tmp; in bar2() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dfp-function-attrs.cpp4 float tmp = a; in test_default() local
15 float tmp = a; in test_precise_on_pragma() local
29 float tmp = a; in test_reassociate_off_pragma() local
H A Duint128_t.c11 __uint128_t tmp; in f() local
H A Dvla-3.c8 char __attribute__((aligned(16))) tmp[size+32]; in vlaalign() local
H A D2007-08-01-LoadStoreAlign.c14 int tmp = t.b; in main() local
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Duse-after-scope-goto.cpp13 int tmp; in f1() local
24 int tmp; in f2() local
37 int tmp; in f3() local
/llvm-project-15.0.7/compiler-rt/test/hwasan/TestCases/
H A Duse-after-scope-goto.cpp18 int tmp; in f1() local
29 int tmp; in f2() local
42 int tmp; in f3() local
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A Diterator.h135 DerivedT tmp = *static_cast<const DerivedT *>(this); variable
149 DerivedT tmp = *static_cast<const DerivedT *>(this); variable
160 DerivedT tmp = *static_cast<DerivedT *>(this); variable
174 DerivedT tmp = *static_cast<DerivedT *>(this); variable
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-vectors-and-functions.cpp29 T tmp = x + y; // DexLabel('break_0') in test1() local
57 T tmp = x; in test2() local
130 int4 tmp = test1(a,b); in main() local
/llvm-project-15.0.7/libc/src/__support/FPUtil/generic/
H A Dsqrt_80_bit_long_double.h94 UIntType tmp = (y << 1) + current_bit; // 2*y(n - 1) + 2^(-n-1) in sqrt() local
105 UIntType tmp = (y << 2) + 1; in sqrt() local
/llvm-project-15.0.7/libcxx/test/std/ranges/range.factories/range.iota.view/
H A Dtypes.h58 constexpr SomeInt operator++(int) { auto tmp = *this; ++value_; return tmp; } member
60 constexpr SomeInt operator--(int) { auto tmp = *this; --value_; return tmp; } member
88 constexpr IntComparableWith operator++(int) { auto tmp = *this; ++value_; return tmp; } member
123 constexpr IntSentinelWith operator++(int) { auto tmp = *this; ++value_; return tmp; } member
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-cxx.h51 auto tmp = *this; member
57 auto tmp = *this; -- ptr; member
114 auto tmp = *this; member
120 auto tmp = *this; -- ptr; member
174 auto tmp = *this; member
180 auto tmp = *this; member
217 auto tmp = *this; member
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dcomplex128.cpp8 __complex128 tmp; in check() local
H A D2007-05-03-VectorInit.cpp10 float4 tmp = {a,a,a,a}; in splat4() local
/llvm-project-15.0.7/clang/test/CodeGen/SystemZ/
H A Dbuiltins-systemz-error2.c8 …v16i8 tmp = __builtin_s390_vaq(a, b); // expected-error {{'__builtin_s390_vaq' needs target featur… in f0() local
/llvm-project-15.0.7/libcxxabi/test/
H A Dcxa_vec_new_overflow_PR41395.pass.cpp27 size_t tmp = x * y; in check_mul_overflows() local
34 size_t tmp = x + y; in check_add_overflows() local
/llvm-project-15.0.7/libc/AOR_v20.02/math/
H A Dexp2.c32 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase()
82 double_t kd, r, r2, scale, tail, tmp; in exp2() local
/llvm-project-15.0.7/clang/test/Sema/
H A Dstruct-cast.c12 struct S tmp; variable
/llvm-project-15.0.7/lldb/tools/intel-features/intel-mpx/test/
H A Dmain.cpp8 int *tmp; in func() local
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Ddefault-expr-arguments-2.cpp17 bar<int> tmp; in f() local
/llvm-project-15.0.7/compiler-rt/test/msan/
H A Ddso-origin.cpp12 volatile int tmp; in my_access() local
/llvm-project-15.0.7/lldb/source/Host/macosx/cfcpp/
H A DCFCReleaser.h99 T tmp = _ptr; in release() local
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A Diprime.c65 mpz_t tmp; in mp_int_is_prime() local
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DCFUtils.h65 T tmp = _ptr; in release() local

123456789