Home
last modified time | relevance | path

Searched defs:another (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dwarn-static-function-inheader.cpp4 static void another(void) { // expected-warning {{function 'another' is not needed and will not be … in another() function
H A Dmember-init.cpp88 struct another { struct
89 another() : r(thing()) {} // expected-error {{binds to a temporary object}} in another() function
91 const function &r; // expected-note {{reference member declared here}}
H A Dconstexpr-printing.cpp28 T another; member
/llvm-project/clang/test/CodeGen/
H A Dbasic-block-sections.c22 int another(int a) { in another() function
/llvm-project/clang/test/CodeGenObjC/
H A Dprotocol-property-synth.m19 @property(assign) id another; property
/llvm-project/clang/test/C/C23/
H A Dn3042.c28 _Bool another = val; // expected-warning {{implicit conversion of nullptr constant to 'bool'}} in questionable_behaviors() local
/llvm-project/clang/test/OpenMP/
H A Dinterop_messages.cpp167 omp_interop_t another; in foo2() local
/llvm-project/clang/test/FixIt/
H A Dtypo.cpp86 namespace another { namespace
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-using.cpp77 typedef Test<my_class *> another; typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-values.cpp680 unsigned another : 20; global() member