Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerExtFunctionsWeakAlias.cpp34 static T *GetFnPtr(T *Fun, T *FunDef, const char *FnName, bool WarnIfMissing) { in GetFnPtr()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Decho.cpp411 LLVMValueRef Fun; member
1211 LLVMValueRef Fun = LLVMGetNamedFunction(M, Name); in clone_symbols() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DConsumed.cpp685 const FunctionDecl *Fun) { in propagateReturnType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp2283 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
H A DSemaOverload.cpp10339 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local
12182 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dparallelism.d146 alias Fun = SetFunctionAttributes!(typeof(&impl), "D", variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h1552 FunctionTypeInfo Fun; member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d3333 private struct Generator(Fun...) in Generator() argument