Home
last modified time | relevance | path

Searched refs:test_log (Results 1 – 13 of 13) sorted by relevance

/llvm-project/libcxx/test/support/
H A Dassert_macros.h41 void test_log(const char* condition, const char* file, int line, const char* message) { in test_log() function
47 void test_log(const char* condition, const char* file, int line, const F& functor) { in test_log() function
54 test_log("", file, line, arg); in test_fail()
63 test_log(condition_str, file, line, arg); in test_require()
96 ::test_log(#EXPR, __FILE__, __LINE__, "no exception was expected\n"); \
106 ::test_log(nullptr, \
114 ::test_log(nullptr, \
130 ::test_log(nullptr, \
138 ::test_log(nullptr, \
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dmacro-repeated-side-effects.c123 void test_log(int a) { in test_log() function
/llvm-project/llvm/test/CodeGen/ARM/
H A D2011-11-29-128bitArithmetics.ll183 define void @test_log(ptr %X) nounwind {
185 ; CHECK-LABEL: test_log:
H A Dfp16-fullfp16.ll355 define void @test_log(ptr %p) {
356 ; CHECK-LABEL: test_log:
H A Dfp16-promote.ll554 ; CHECK-FP16-LABEL: test_log:
558 ; CHECK-LIBCALL-LABEL: test_log:
562 define void @test_log(ptr %p) #0 {
/llvm-project/llvm/test/CodeGen/AArch64/
H A Dillegal-float-ops.ll78 define void @test_log(float %float, double %double, fp128 %fp128) {
79 ; CHECK-LABEL: test_log:
H A Df16-instructions.ll1334 define half @test_log(half %a) #0 {
1335 ; CHECK-LABEL: test_log:
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp230 void test_log() { in test_log() function
942 test_log(); in main()
/llvm-project/llvm/test/Transforms/HardwareLoops/ARM/
H A Dcalls.ll156 ; CHECK-LABEL: test_log
159 define float @test_log(ptr %a) {
/llvm-project/mlir/test/Dialect/Tosa/
H A Dops.mlir425 func.func @test_log(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
/llvm-project/llvm/test/CodeGen/NVPTX/
H A Df16-instructions.ll945 ; XCHECK-LABEL: test_log(
946 ;define half @test_log(half %a) #0 {
H A Df16x2-instructions.ll1794 ; XCHECK-LABEL: test_log(
1795 ;define <2 x half> @test_log(<2 x half> %a) #0 {
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp409 void test_log() in test_log()
1668 test_log();
405 void test_log() test_log() function