Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dwarn-tautological-compare.cpp63 #define CallFunction(f) ((f != 0) ? f() : 0) macro
76 (void)CallFunction(fun2); in ignore()