Home
last modified time | relevance | path

Searched refs:test_bcmp (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/SystemZ/
H A Dbcmp.ll19 define signext i32 @test_bcmp(i8* nocapture readonly %A, i8* nocapture readonly %B) {
20 ; CHECK-LABEL: test_bcmp:
/llvm-project-15.0.7/compiler-rt/test/dfsan/
H A Dcustom.cpp221 void test_bcmp() { in test_bcmp() function
1989 test_bcmp(); in main()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dsecurity-syntax-checks.m75 int test_bcmp(void *a, void *b, size_t n) { function