Home
last modified time | relevance | path

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

12345

/llvm-project/polly/lib/External/isl/
H A Disl_imath.c35 mpz_t temp; in isl_imath_addmul_ui() local
47 mpz_t temp; in isl_imath_submul_ui() local
62 mpz_t temp; in isl_imath_cdiv_q_ui() local
76 mpz_t temp; in isl_imath_fdiv_q_ui() local
/llvm-project/libc/src/__support/
H A Dblockstore.h186 auto temp = current; destroy() local
188 delete temp; destroy() local
193 auto temp = current; destroy() local
195 delete temp; destroy() local
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
H A Dequivalence.cpp40 template<typename T> requires requires { typename T::template temp<>; } member in T
42 template<typename U> requires requires { typename U::template temp<>; } member in U
/llvm-project/clang/test/Analysis/cert/
H A Denv34-c-cert-examples.c68 const char *temp = getenv("TMP"); in correct_usage_1() local
105 const char *temp = getenv("TMP"); in correct_usage_2() local
/llvm-project/libc/src/string/
H A Dstrnlen.cpp18 const void *temp = internal::find_first_character( global() variable
/llvm-project/libc/src/spawn/
H A Dposix_spawn_file_actions_destroy.cpp34 auto *temp = act; global() variable
/llvm-project/lld/test/ELF/linkerscript/
H A Dsections-keep.s94 temp: label
/llvm-project/polly/lib/External/isl/imath/
H A Dgmp_compat.c156 mp_int temp = &tempz; in GMPZAPI() local
197 mp_int temp = &tempz; in GMPZAPI() local
209 mp_int temp = &tempz; in GMPZAPI() local
221 mp_int temp = &tempz; in GMPZAPI() local
232 mp_int temp = &tempz; in GMPZAPI() local
244 mp_int temp = &tempz; in GMPZAPI() local
261 mp_int temp = &tempz; in GMPZAPI() local
599 mp_int temp = &tempz; in GMPZAPI() local
631 mp_int temp = &tempz; in GMPZAPI() local
/llvm-project/lldb/test/API/commands/process/attach/
H A Dmain.cpp9 int temp; in main() local
/llvm-project/libcxx/test/libcxx/input.output/file.streams/fstreams/
H A Dfstream.close.pass.cpp25 std::string temp = get_temp_file_name(); in main() local
/llvm-project/clang/test/CodeGen/
H A Dflt_eval_macro.cpp38 float temp; in func() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.members/
H A Dclose.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
H A Dopen_string.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/ofstream.members/
H A Dclose.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
H A Drdbuf.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
/llvm-project/clang/test/SemaTemplate/
H A DGH71595.cpp19 class temp { class
/llvm-project/clang/test/OpenMP/
H A Ddeclare_reduction_messages.c5 int temp; // expected-note 6 {{'temp' declared here}} variable
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.members/
H A Dclose.pass.cpp29 std::string temp = get_temp_file_name(); in main() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.cons/
H A Dmove.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
/llvm-project/lldb/test/API/functionalities/thread/state/
H A Dmain.cpp18 int temp = 0; // Set first breakpoint here in doNothing() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/
H A Dmove_assign.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
H A Dmember_swap.pass.cpp23 std::string temp = get_temp_file_name(); in main() local
/llvm-project/libcxx/test/std/input.output/file.streams/fstreams/fstream.cons/
H A Dstring.pass.cpp23 std::string temp = get_temp_file_name(); main() local
/llvm-project/libcxx/test/libcxx/input.output/file.streams/fstreams/fstream.cons/
H A Dwchar_pointer.pass.cpp29 std::wstring temp = get_wide_temp_file_name(); in main() local
/llvm-project/libcxx/test/libcxx/input.output/file.streams/fstreams/fstream.members/
H A Dopen_wchar_pointer.pass.cpp29 std::wstring temp = get_wide_temp_file_name(); in main() local

12345