Home
last modified time | relevance | path

Searched defs:fine (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dthrow-by-value-catch-by-reference.cpp132 typedef logic_error &fine; typedef
/llvm-project/clang/test/C/drs/
H A Ddr3xx.c152 …static type fine; /* expected-error {{variable length array declaration cannot have 'static' stora… in dr320() local
/llvm-project/clang/test/SemaCXX/
H A Dconstexpr-builtin-bit-cast.cpp131 constexpr pad fine = bit_cast<pad>(no_pad{1, 2, 3, 4, 5}); in test_partially_initialized() local
/llvm-project/clang/test/CXX/over/over.match/over.match.funcs/over.match.oper/
H A Dp3-2a.cpp408 bool fine(A a, B b) { return a == b; } // Ok. Found a matching operator!=. in fine() function