Home
last modified time | relevance | path

Searched defs:H4 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/ClangScanDeps/
H A Dhas_include_if_elif.cpp26 #define H4 __has_include("header4.h") macro
/llvm-project/clang/test/C/C23/
H A Dn3033.c41 #define H4(X, ...) __VA_OPT__(a X ## X) ## b macro
/llvm-project/clang/test/Sema/
H A Dwarn-duplicate-enum.c53 H4}; enumerator
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-class-nttp.cpp267 struct H4 { H2 h2; }; struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dloop-convert-extra.cpp1006 auto H4 = [&]() { int R = *I + 1; }; in iterators() local