Home
last modified time | relevance | path

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

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/mysql-test/rocksdb_sys_vars/r/
H A Drocksdb_commit_time_batch_for_recovery_basic.result38 "Trying to set variable @@global.ROCKSDB_COMMIT_TIME_BATCH_FOR_RECOVERY to on"
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/
H A Dtemplates.cpp37 inline unsigned array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/CHERI/cheri-compressed-cap/test/
H A Dtest_util.h76 template <class T, std::size_t N> constexpr inline size_t array_lengthof(T (&)[N]) { return N; } in array_lengthof() function
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/cheri-common/cheri-compressed-cap/test/
H A Dtest_util.h76 template <class T, std::size_t N> constexpr inline size_t array_lengthof(T (&)[N]) { return N; } in array_lengthof() function
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DSTLExtras.h228 inline size_t array_lengthof(T (&)[N]) { in array_lengthof() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-init.cpp81 …integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate … in array_lengthof() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiate-init.cpp81 …integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate … in array_lengthof() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiate-init.cpp81 …integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate … in array_lengthof() function
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiate-init.cpp81 …integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate … in array_lengthof() function
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaTemplate/
H A Dinstantiate-init.cpp81 …integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate … in array_lengthof() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaTemplate/
H A Dinstantiate-init.cpp89 …integral_c<N> array_lengthof(T (&x)[N]) { return integral_c<N>(); } // expected-note 2{{candidate … in array_lengthof() function

12