/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
H A D | PR23141.pass.cpp | 24 struct Fun { struct 32 std::bind(Fun{}, std::placeholders::_1, 42)("hello"); in test() argument
|
/llvm-project/clang/test/PCH/ |
H A D | struct.h | 15 struct Fun { struct 24 struct Fun2; argument
|
/llvm-project/clang/test/Modules/Inputs/set-pure-crash/ |
H A D | b.h | 7 void foo(Fun) {} in foo() argument
|
/llvm-project/clang/test/Frontend/ |
H A D | ftime-report-template-decl.cpp | 86 void L<k>::O<T>::Fun(U) {} Fun() function in PR17637::L::O 126 oneT L<k>::O<T>::Fun(U) { return one; } Fun() function in explicit_partial_specializations::L::O 131 oneT L<0>::O<char>::Fun(U) { return one; } Fun() function in explicit_partial_specializations::L::O
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | procedure-pointer-component-structure-constructor.f90 | 16 INTEGER FUNCTION Fun(Arg) function
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | DataflowEnvironmentTest.cpp | 143 const auto *Fun = selectFirst<FunctionDecl>("fun", Results); TEST_F() local 215 const auto *Fun = selectFirst<FunctionDecl>("target", Results); TEST_F() local 297 const auto *Fun = selectFirst<FunctionDecl>("target", Results); TEST_F() local 393 const auto *Fun = selectFirst<FunctionDecl>("target", Results); TEST_F() local [all...] |
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
H A D | p2.cpp | 13 typedef auto Fun(int a) -> decltype(a + a); typedef
|
H A D | p5.cpp | 20 typedef auto Fun(int a) -> decltype(a + a); typedef
|
/llvm-project/clang/test/SemaCXX/ |
H A D | consteval-return-void.cpp | 3 consteval int Fun() { return; } // expected-error {{non-void consteval function 'Fun' should return… in Fun() function
|
H A D | offsetof.cpp | 84 …void Fun() { (void)__builtin_offsetof(Derived, Field); } // expected-warning {{offset of on non-PO… in Fun() function
|
H A D | alignof.cpp | 88 void Fun(T A) { in Fun() function
|
H A D | warn-infinite-recursion.cpp | 110 void Fun() { // expected-warning{{call itself}} in Fun() function in U
|
/llvm-project/lldb/test/API/lang/cpp/nsimport/ |
H A D | main.cpp | 24 namespace Fun namespace
|
/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerExtFunctionsWindows.cpp | 60 if (Fun == FunDef) { in GetFnPtr() argument
|
/llvm-project/clang/test/Sema/ |
H A D | attr-noreturn.c | 44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{'noreturn' attribute t… typedef
|
/llvm-project/clang/test/Parser/ |
H A D | DelayedTemplateParsing.cpp | 103 constexpr T Fun(T A) { return T(0); } in Fun() function
|
H A D | cxx1z-class-template-argument-deduction.cpp | 85 typedef A Fun(int a) -> decltype(a + a); // expected-error{{requires template arguments; argument deduction not allowed in function return type}} typedef
|
/llvm-project/clang/lib/Interpreter/ |
H A D | CodeCompletion.cpp | 150 const auto *Fun = cast<CXXMethodDecl>(Result.Declaration); in handleDeclaration() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | DebugInfoTest.cpp | 515 Function &Fun = *M->getFunction("fun"); in TEST() local 760 Function &Fun = *M->getFunction("fun"); TEST() local
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | LocalTest.cpp | 745 Function &Fun = *cast<Function>(M->getNamedValue("fun")); in TEST() local 797 Function &Fun = *cast<Function>(M->getNamedValue("fun")); in TEST() local
|
/llvm-project/llvm/tools/llvm-c-test/ |
H A D | echo.cpp | 454 LLVMValueRef Fun; global() member 1435 LLVMValueRef Fun = LLVMGetNamedFunction(M, Name); clone_symbols() local [all...] |
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | EasilySwappableParametersCheck.cpp | 229 const CXXConstructorDecl *Fun; member 235 const CXXConversionDecl *Fun; member
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | GenericTaintChecker.cpp | 923 __anon146649730402(auto &&Fun) process() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | DeclSpec.cpp | 428 DeclaratorChunk::FunctionTypeInfo &Fun = getFunctionTypeInfo(); isExplicitObjectMemberFunction() local [all...] |
/llvm-project/clang/unittests/Tooling/ |
H A D | RangeSelectorTest.cpp | 791 const char *Fun = "Fun"; in TEST() local
|