Home
last modified time | relevance | path

Searched refs:constFunction (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dinline.c37 static int constFunction(void) __attribute__((const));
40 return constFunction(); // no-warning in useConst()
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dhas_attribute.c34 static int constFunction() __attribute__((const));
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dpredefined-expr.cpp211 void constFunction() const { in constFunction() function in NS::Base
480 b.constFunction(); in main()