Home
last modified time | relevance | path

Searched refs:f_ptr (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-tautological-undefined-compare.cpp101 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 Dwarn-undefined-bool-conversion.cpp89 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 Duninitialized.cpp678 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 Dmangle-ms-back-references.cpp59 void h2(void (*f_ptr)(void *), void *arg) {} in h2()
/llvm-project-15.0.7/clang/test/Sema/
H A Dattr-format.c18 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 Dcall.ll109 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 Disolate-declaration.cpp63 float(*f_ptr)[42], (((f_value))) = 42; in f3() local
/llvm-project-15.0.7/llvm/test/CodeGen/Mips/GlobalISel/irtranslator/
H A Dcall.ll113 define i32 @call_reg(i32 (i32, i32)* %f_ptr, i32 %x, i32 %y) {
143 %call = call i32 %f_ptr(i32 %x, i32 %y)