Searched refs:test_log (Results 1 – 13 of 13) sorted by relevance
/llvm-project/libcxx/test/support/ |
H A D | assert_macros.h | 41 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 D | macro-repeated-side-effects.c | 123 void test_log(int a) { in test_log() function
|
/llvm-project/llvm/test/CodeGen/ARM/ |
H A D | 2011-11-29-128bitArithmetics.ll | 183 define void @test_log(ptr %X) nounwind { 185 ; CHECK-LABEL: test_log:
|
H A D | fp16-fullfp16.ll | 355 define void @test_log(ptr %p) { 356 ; CHECK-LABEL: test_log:
|
H A D | fp16-promote.ll | 554 ; 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 D | illegal-float-ops.ll | 78 define void @test_log(float %float, double %double, fp128 %fp128) { 79 ; CHECK-LABEL: test_log:
|
H A D | f16-instructions.ll | 1334 define half @test_log(half %a) #0 { 1335 ; CHECK-LABEL: test_log:
|
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 230 void test_log() { in test_log() function 942 test_log(); in main()
|
/llvm-project/llvm/test/Transforms/HardwareLoops/ARM/ |
H A D | calls.ll | 156 ; CHECK-LABEL: test_log 159 define float @test_log(ptr %a) {
|
/llvm-project/mlir/test/Dialect/Tosa/ |
H A D | ops.mlir | 425 func.func @test_log(%arg0: tensor<13x21x3xf32>) -> tensor<13x21x3xf32> {
|
/llvm-project/llvm/test/CodeGen/NVPTX/ |
H A D | f16-instructions.ll | 945 ; XCHECK-LABEL: test_log( 946 ;define half @test_log(half %a) #0 {
|
H A D | f16x2-instructions.ll | 1794 ; 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 D | cmath.pass.cpp | 409 void test_log() in test_log() 1668 test_log(); 405 void test_log() test_log() function
|