Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaObjC/
H A Dincompatible-protocol-qualified-types.m30 INTF <MyProto1> * Func3(INTF <MyProto2> *p2) function
/llvm-project/lldb/test/Shell/SymbolFile/PDB/Inputs/
H A DTypeQualsTest.cpp19 void Func3(int*& a, int& b, const int&c, int&& d) { in Func3() function
/llvm-project/clang/test/CodeGenCXX/
H A Dattr-musttail.cpp41 int Func3(int x) { in Func3() function
/llvm-project/clang/test/Sema/
H A Dattr-capabilities.c31 void Func3(void) __attribute__((requires_capability)) {} // expected-error {{'requires_capability'… in Func3() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dnamed-parameter.cpp51 template <void Func(void *)> void Func3() {} in Func3() function