Home
last modified time | relevance | path

Searched defs:Fun (Results 1 – 25 of 32) sorted by relevance

12

/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A DPR23141.pass.cpp24 struct Fun { struct
32 std::bind(Fun{}, std::placeholders::_1, 42)("hello"); in test() argument
/llvm-project/clang/test/PCH/
H A Dstruct.h15 struct Fun { struct
24 struct Fun2; argument
/llvm-project/clang/test/Modules/Inputs/set-pure-crash/
H A Db.h7 void foo(Fun) {} in foo() argument
/llvm-project/clang/test/Frontend/
H A Dftime-report-template-decl.cpp86 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 Dprocedure-pointer-component-structure-constructor.f9016 INTEGER FUNCTION Fun(Arg) function
/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DDataflowEnvironmentTest.cpp143 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 Dp2.cpp13 typedef auto Fun(int a) -> decltype(a + a); typedef
H A Dp5.cpp20 typedef auto Fun(int a) -> decltype(a + a); typedef
/llvm-project/clang/test/SemaCXX/
H A Dconsteval-return-void.cpp3 consteval int Fun() { return; } // expected-error {{non-void consteval function 'Fun' should return… in Fun() function
H A Doffsetof.cpp84 …void Fun() { (void)__builtin_offsetof(Derived, Field); } // expected-warning {{offset of on non-PO… in Fun() function
H A Dalignof.cpp88 void Fun(T A) { in Fun() function
H A Dwarn-infinite-recursion.cpp110 void Fun() { // expected-warning{{call itself}} in Fun() function in U
/llvm-project/lldb/test/API/lang/cpp/nsimport/
H A Dmain.cpp24 namespace Fun namespace
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsWindows.cpp60 if (Fun == FunDef) { in GetFnPtr() argument
/llvm-project/clang/test/Sema/
H A Dattr-noreturn.c44 typedef void (*Fun)(void) __attribute__ ((noreturn(2))); // expected-error {{'noreturn' attribute t… typedef
/llvm-project/clang/test/Parser/
H A DDelayedTemplateParsing.cpp103 constexpr T Fun(T A) { return T(0); } in Fun() function
H A Dcxx1z-class-template-argument-deduction.cpp85 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 DCodeCompletion.cpp150 const auto *Fun = cast<CXXMethodDecl>(Result.Declaration); in handleDeclaration() local
/llvm-project/llvm/unittests/IR/
H A DDebugInfoTest.cpp515 Function &Fun = *M->getFunction("fun"); in TEST() local
760 Function &Fun = *M->getFunction("fun"); TEST() local
/llvm-project/llvm/unittests/Transforms/Utils/
H A DLocalTest.cpp745 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 Decho.cpp454 LLVMValueRef Fun; global() member
1435 LLVMValueRef Fun = LLVMGetNamedFunction(M, Name); clone_symbols() local
[all...]
/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DEasilySwappableParametersCheck.cpp229 const CXXConstructorDecl *Fun; member
235 const CXXConversionDecl *Fun; member
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp923 __anon146649730402(auto &&Fun) process() argument
/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp428 DeclaratorChunk::FunctionTypeInfo &Fun = getFunctionTypeInfo(); isExplicitObjectMemberFunction() local
[all...]
/llvm-project/clang/unittests/Tooling/
H A DRangeSelectorTest.cpp791 const char *Fun = "Fun"; in TEST() local

12