Home
last modified time | relevance | path

Searched refs:Fun (Results 1 – 23 of 23) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DDeclSpec.cpp195 new (&I.Fun) FunctionTypeInfo; in getFunction()
196 I.Fun.hasPrototype = hasProto; in getFunction()
197 I.Fun.isVariadic = EllipsisLoc.isValid(); in getFunction()
198 I.Fun.isAmbiguous = isAmbiguous; in getFunction()
199 I.Fun.LParenLoc = LParenLoc; in getFunction()
200 I.Fun.EllipsisLoc = EllipsisLoc; in getFunction()
201 I.Fun.RParenLoc = RParenLoc; in getFunction()
202 I.Fun.DeleteParams = false; in getFunction()
203 I.Fun.NumParams = NumParams; in getFunction()
204 I.Fun.Params = nullptr; in getFunction()
[all …]
H A DSemaTemplateVariadic.cpp936 for (unsigned i = 0, e = Chunk.Fun.NumParams; i != e; ++i) { in containsUnexpandedParameterPacks()
937 ParmVarDecl *Param = cast<ParmVarDecl>(Chunk.Fun.Params[i].Param); in containsUnexpandedParameterPacks()
943 if (Chunk.Fun.getExceptionSpecType() == EST_Dynamic) { in containsUnexpandedParameterPacks()
944 for (unsigned i = 0; i != Chunk.Fun.getNumExceptions(); ++i) { in containsUnexpandedParameterPacks()
945 if (Chunk.Fun.Exceptions[i] in containsUnexpandedParameterPacks()
950 } else if (isComputedNoexcept(Chunk.Fun.getExceptionSpecType()) && in containsUnexpandedParameterPacks()
951 Chunk.Fun.NoexceptExpr->containsUnexpandedParameterPack()) in containsUnexpandedParameterPacks()
954 if (Chunk.Fun.hasTrailingReturnType()) { in containsUnexpandedParameterPacks()
955 QualType T = Chunk.Fun.getTrailingReturnType().get(); in containsUnexpandedParameterPacks()
H A DSema.cpp2497 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
2498 if (Fun->getMinRequiredArguments() == 0) in tryExprAsCall()
2499 ZeroArgCallReturnTy = Fun->getReturnType(); in tryExprAsCall()
H A DSemaType.cpp3281 D.getTypeObject(FunctionChunkIndex).Fun; in diagnoseRedundantReturnTypeQualifiers()
3784 const DeclaratorChunk::FunctionTypeInfo &FTI = DeclType.Fun; in warnAboutAmbiguousFunction()
5129 DeclaratorChunk::FunctionTypeInfo &FTI = DeclType.Fun; in GetFullTypeForDeclarator()
5689 const DeclaratorChunk::FunctionTypeInfo &FTI = DeclType.Fun; in GetFullTypeForDeclarator()
5765 if (Chunk.Fun.hasRefQualifier()) in GetFullTypeForDeclarator()
5766 RemovalLocs.push_back(Chunk.Fun.getRefQualifierLoc()); in GetFullTypeForDeclarator()
5768 if (Chunk.Fun.hasMethodTypeQualifiers()) in GetFullTypeForDeclarator()
5769 Chunk.Fun.MethodQualifiers->forEachQualifier( in GetFullTypeForDeclarator()
6402 const DeclaratorChunk::FunctionTypeInfo &FTI = Chunk.Fun; in VisitFunctionTypeLoc()
H A DSemaDeclCXX.cpp426 for (unsigned argIdx = 0, e = chunk.Fun.NumParams; argIdx != e; in CheckExtraCXXDefaultArguments()
428 ParmVarDecl *Param = cast<ParmVarDecl>(chunk.Fun.Params[argIdx].Param); in CheckExtraCXXDefaultArguments()
431 std::move(chunk.Fun.Params[argIdx].DefaultArgTokens); in CheckExtraCXXDefaultArguments()
10885 if (Chunk.Fun.HasTrailingReturnType) { in CheckConversionDeclarator()
10887 GetTypeFromParser(Chunk.Fun.getTrailingReturnType(), &TRT); in CheckConversionDeclarator()
11121 if (!Chunk.Fun.hasTrailingReturnType()) { in CheckDeductionGuideDeclarator()
11130 ParsedType TrailingReturnType = Chunk.Fun.getTrailingReturnType(); in CheckDeductionGuideDeclarator()
H A DSemaOverload.cpp10657 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local
10659 NoteOverloadCandidate(*I, Fun, CRK_None, DestType, TakingAddress); in NoteAllOverloadCandidates()
12522 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
12524 if (!functionHasPassObjectSizeParams(Fun)) in ComplainNoMatchesFound()
12525 S.NoteOverloadCandidate(*I, Fun, CRK_None, TargetFunctionType, in ComplainNoMatchesFound()
H A DSemaDecl.cpp10029 DeclaratorChunk::FunctionTypeInfo &FTI = D.getTypeObject(FTIIdx).Fun; in ActOnFunctionDeclarator()
15331 Outer.Fun.hasTrailingReturnType()) { in canDelayFunctionBody()
15332 QualType Ty = GetTypeFromParser(Outer.Fun.getTrailingReturnType()); in canDelayFunctionBody()
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcall-sc.c46 void Fun(T foo) in Fun() function
48 void Fun(foo) in Fun()
68 Fun(foo); in main()
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerExtFunctionsWindows.cpp60 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr() argument
61 if (Fun == FunDef) { in GetFnPtr()
66 return Fun; in GetFnPtr()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvisibility24.C17 void Fun() { printf( "Fun fun fun!\n" ); } // ERROR - private in Fun() function
30 C() { _b.Fun(); }// ERROR - .* in C()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DErrno.h31 template <typename FailT, typename Fun, typename... Args>
32 inline decltype(auto) RetryAfterSignal(const FailT &Fail, const Fun &F, in decltype()
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp412 LLVMValueRef Fun; member
418 FunCloner(LLVMValueRef Src, LLVMValueRef Dst): Fun(Dst), in FunCloner()
419 M(LLVMGetGlobalParent(Fun)), VMap(clone_params(Src, Dst)) {} in FunCloner()
887 LLVMBasicBlockRef BB = LLVMAppendBasicBlock(Fun, Name); in DeclareBB()
1219 LLVMValueRef Fun = LLVMGetNamedFunction(M, Name); in clone_symbols() local
1220 if (!Fun) in clone_symbols()
1230 LLVMSetPersonalityFn(Fun, P); in clone_symbols()
1238 LLVMGlobalSetMetadata(Fun, Kind, MD); in clone_symbols()
1242 FunCloner FC(Cur, Fun); in clone_symbols()
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Dtxi-pt.tex69 \gdef\putwordDeffunc{Fun\,c\~ao}
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1575 FunctionTypeInfo Fun; member
1583 case DeclaratorChunk::Function: return Fun.destroy(); in destroy()
2396 return DeclTypeInfo[index].Fun; in getFunctionTypeInfo()
2516 Chunk.Fun.hasTrailingReturnType()) in hasTrailingReturnType()
2525 Chunk.Fun.hasTrailingReturnType()) in getTrailingReturnType()
2526 return Chunk.Fun.getTrailingReturnType(); in getTrailingReturnType()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConsumed.cpp491 void propagateReturnType(const Expr *Call, const FunctionDecl *Fun);
685 const FunctionDecl *Fun) { in propagateReturnType() argument
686 QualType RetType = Fun->getCallResultType(); in propagateReturnType()
692 if (ReturnTypestateAttr *RTA = Fun->getAttr<ReturnTypestateAttr>()) in propagateReturnType()
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h841 Apply(SExpr *F, SExpr *A) : SExpr(COP_Apply), Fun(F), Arg(A) {} in Apply()
843 : SExpr(A), Fun(F), Arg(Ar) {} in Apply()
847 SExpr *fun() { return Fun; } in fun()
848 const SExpr *fun() const { return Fun; } in fun()
855 auto Nf = Vs.traverse(Fun, Vs.subExprCtx(Ctx)); in traverse()
869 SExpr* Fun;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp820 const auto ForEachCallArg = [&C, &Call, CallNumArgs](auto &&Fun) { in process() argument
823 Fun(I, E, C.getSVal(E)); in process()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dalgorithm268 indirectly_unary_invocable<projected<I, Proj>> Fun>
269 constexpr ranges::for_each_result<I, Fun>
270 …ranges::for_each(I first, S last, Fun f, Proj proj = {}); // since C++…
273 indirectly_unary_invocable<projected<iterator_t<R>, Proj>> Fun>
274 constexpr ranges::for_each_result<borrowed_iterator_t<R>, Fun>
275 …ranges::for_each(R&& r, Fun f, Proj proj = {}); // since C++…
278 indirectly_unary_invocable<projected<I, Proj>> Fun>
279 constexpr ranges::for_each_n_result<I, Fun>
280 …ranges::for_each_n(I first, iter_difference_t<I> n, Fun f, Proj proj = {}); // since C++…
/openbsd-src/games/hack/
H A Dhelp129 Have Fun, and Good Hacking!
/openbsd-src/share/misc/
H A Dinter.phone1656 46:684:Funasdalen (Funäsdalen):Sweden
/openbsd-src/sys/dev/usb/
H A Dusbdevs3619 product PHILIPS PCVC730K 0x0310 PCVC730K ToUCam Fun
/openbsd-src/games/fortune/datfiles/
H A Dfortunes215525 Fun experiments:
15530 Fun Facts, #14:
15534 Fun Facts, #63:
25154 Lisp Machine is Fun.
25156 Fun for everyone.
35540 Corporation defines a robot as "Your Plastic Pal Who's Fun To Be With".
46949 Your digestive system is your body's Fun House, whereby food goes on a long,
H A Dfortunes2-o7283 Opened its door. Fun is in store.