Home
last modified time | relevance | path

Searched defs:fa2 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/test/PCH/
H A Dtypes.c38 float_array fa2 = { 1, 2, 3, 4, 5, 6, 7, 8 }; variable
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp4.cpp44 FA fa2{X<2>{}}; // expected-error {{calling a private constructor}} variable
/llvm-project/clang/test/SemaObjC/
H A Dformat-arg-attribute.m17 extern NSString *fa2 (const NSString *) __attribute__((format_arg(1))); function