Searched refs:f_ptr (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaCXX/ |
| H A D | warn-tautological-undefined-compare.cpp | 101 int& (*f_ptr)() = &get_int; in test() local 102 if (&(*f_ptr)() == 0) {} in test() 104 if (&((*f_ptr)()) == 0) {} in test() 107 if (&(*f_ptr)() != 0) {} in test() 109 if (&((*f_ptr)()) != 0) {} in test()
|
| H A D | warn-undefined-bool-conversion.cpp | 89 int& (*f_ptr)() = &get_int; in test() local 90 if (&(*f_ptr)()) {} in test() 92 if (&((*f_ptr)())) {} in test() 94 if (!&(*f_ptr)()) {} in test()
|
| H A D | uninitialized.cpp | 678 F* F::*f_ptr = &F::f; variable 690 …G(char (*)[7]) : f3(f3->*f_ptr) {} // expected-warning {{field 'f3' is uninitialized when used her… in G()
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | mangle-ms-back-references.cpp | 59 void h2(void (*f_ptr)(void *), void *arg) {} in h2()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | attr-format.c | 18 int (*f_ptr)(char*,...) __attribute__((format(printf, 1,2))); // no-error variable
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/llvm-ir/ |
| H A D | call.ll | 109 define i32 @call_reg(i32 (i32, i32)* %f_ptr, i32 %x, i32 %y) { 142 %call = call i32 %f_ptr(i32 %x, i32 %y)
|
| /llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/ |
| H A D | isolate-declaration.cpp | 63 float(*f_ptr)[42], (((f_value))) = 42; in f3() local
|
| /llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/irtranslator/ |
| H A D | call.ll | 113 define i32 @call_reg(i32 (i32, i32)* %f_ptr, i32 %x, i32 %y) { 143 %call = call i32 %f_ptr(i32 %x, i32 %y)
|