Home
last modified time | relevance | path

Searched defs:Function1 (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang/test/Misc/
H A Ddiag-overload-cand-ranges.cpp70 template <short T> void Function1(int zz, Type1<T> &x, int ww) {} in Function1() function
H A Dinteger-literal-printing.cpp5 template <short T> void Function1(Type1<T>& x) {} // expected-note{{candidate function [with T = -4… in Function1() function
/llvm-project/clang/test/Analysis/
H A Dglobal-region-invalidation.c82 void Function1(void) { in Function1() function
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-bool-literals-ignore-macros.cpp121 bool Function1() { in Function1() function
H A Duse-bool-literals.cpp125 bool Function1() { in Function1() function
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dp5.cpp558 int Function1() { in Function1() function
/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp1053 const auto *Function1 = cast<FunctionType>(T1); IsStructurallyEquivalent() local
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3956 compareConversionFunctions(Sema & S,FunctionDecl * Function1,FunctionDecl * Function2) compareConversionFunctions() argument