Home
last modified time | relevance | path

Searched defs:f2e (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-function.cpp83 function<int(int, int)> f2e = &add_ints; in test_function() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dredundant-void-arg.cpp159 void (*f2e)(void)(NULL); variable