Home
last modified time | relevance | path

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

/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
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dcall-sc.c46 void Fun(T foo) in Fun() function
/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-c-test/
H A Decho.cpp412 LLVMValueRef Fun; member
1219 LLVMValueRef Fun = LLVMGetNamedFunction(M, Name); in clone_symbols() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp820 const auto ForEachCallArg = [&C, &Call, CallNumArgs](auto &&Fun) { in process()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DConsumed.cpp685 const FunctionDecl *Fun) { in propagateReturnType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp2497 if (const FunctionDecl *Fun = dyn_cast<FunctionDecl>(DeclRef->getDecl())) { in tryExprAsCall() local
H A DSemaOverload.cpp10657 } else if (FunctionDecl *Fun in NoteAllOverloadCandidates() local
12522 if (FunctionDecl *Fun = in ComplainNoMatchesFound() local
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h1575 FunctionTypeInfo Fun; member