Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/tsan/
H A Dsimple_stack2.cpp12 int tmp2 = tmp; in bar1() local
19 int tmp2 = tmp; in foo2() local
25 int tmp2 = tmp; in bar2() local
/llvm-project/llvm/test/MC/RISCV/
H A Dhilo-constaddr-expr.s9 tmp2: label
/llvm-project/clang/test/CodeGen/
H A Dvla-3.c9 char tmp2[size+16]; in vlaalign() local
H A Dbpf-struct-argument.c30 struct t2 tmp2 = {}; in foo3() local
H A Dbpf-union-argument.c38 union t2 tmp2 = {}; in foo3() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dreference-to-constructed-temporary.cpp19 const WithoutConstructor& tmp2{1,2}; in test() local
/llvm-project/libc/AOR_v20.02/string/aarch64/
H A Dmemcmp.S29 #define tmp2 x8 macro
H A Dstrlen-mte.S27 #define tmp2 x5 macro
H A Dstrlen.S31 #define tmp2 x5 macro
H A Dstrcmp.S34 #define tmp2 x8 macro
H A Dstrnlen.S29 #define tmp2 x9 macro
H A Dstrncmp.S35 #define tmp2 x9 macro
H A Dstrcpy.S36 #define tmp2 x9 macro
/llvm-project/libc/AOR_v20.02/string/arm/
H A Dstrlen-armv6t2.S42 #define tmp2 r5 macro
H A Dstrcmp.S63 #define tmp2 r5 macro
H A Dmemcpy.S66 #define tmp2 r10 macro
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Dpro-type-vararg.cpp67 void *tmp2 = in; in no_false_positive_desugar_va_list() local
/llvm-project/flang/test/Examples/
H A Domp-nowait.f9011 integer :: i,j,k,l,tmp,tmp1,tmp2 local
/llvm-project/cross-project-tests/debuginfo-tests/dexter-tests/
H A Doptnone-vectors-and-functions.cpp31 T tmp2 = tmp + y; in test1() local
/llvm-project/clang/test/Analysis/
H A Dequality_tracking.c266 void deleteTwoPoints(int x, int tmp1, int tmp2) { in deleteTwoPoints()
/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dlse.S130 #define tmp2 15 macro
/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DAllReduceLowering.cpp78 Value tmp2 = create<arith::AddIOp>(int32Type, tmp1, tidY); in rewrite() local
/llvm-project/polly/lib/External/isl/
H A Dbasis_reduction_tab.c26 isl_int tmp2; member
/llvm-project/clang/test/Sema/
H A Dbuiltins-elementwise-math.c890 float4 tmp2 = __builtin_elementwise_copysign(v4f32, f); test_builtin_elementwise_copysign() local
/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5224 llvm::Value *tmp2 = Builder.CreateNot(tmp); VisitAbstractConditionalOperator() local