| /freebsd/contrib/netbsd-tests/lib/libcurses/tests/ |
| H A D | copywin | 3 call win2 newwin 7 9 10 14 5 call OK wrefresh $win2 7 call OK mvwprintw $win1 0 0 "%s" "testin" 8 call OK mvwprintw $win1 1 0 "%s" "gtesti" 9 call OK mvwprintw $win1 2 0 "%s" "ngtest" 10 call OK mvwprintw $win1 3 0 "%s" "ingtes" 11 call OK mvwprintw $win1 4 0 "%s" "tingte" 12 call OK mvwprintw $win1 5 0 "%s" "stingt" 13 call OK wrefresh $win1 15 call OK copywin $win1 $win2 0 0 1 1 7 7 0 [all …]
|
| H A D | clear | 2 call OK clear 3 call OK refresh 5 call OK move 5 5 6 call OK addstr "abcde" 7 call OK move 20 5 8 call OK addstr "fghij" 9 call OK move 10 5 10 call OK refresh 12 call OK clrtobot 13 call OK refresh [all …]
|
| H A D | fill_screen | 6 call OK mvaddstr 0 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 7 call OK mvaddstr 1 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 8 call OK mvaddstr 2 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 9 call OK mvaddstr 3 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 10 call OK mvaddstr 4 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 11 call OK mvaddstr 5 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 12 call OK mvaddstr 6 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 13 call OK mvaddstr 7 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 14 call OK mvaddstr 8 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" 15 call OK mvaddstr 9 0 "EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE" [all …]
|
| H A D | background | 2 call OK bkgd `\002A` 3 call OK refresh 6 call OK printw "%s" "a test string" 7 call OK refresh 9 call win1 newwin 6 6 2 5 11 call OK wprintw $win1 "%s" "window 1" 12 # call OK refresh 13 call OK wrefresh $win1 15 call OK wbkgd $win1 `\004B` 16 call OK refresh [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.cpp | 184 /// Parses the name part of the demangled builtin call. 194 // Extract the builtin function name and types of arguments from the call in lookupBuiltinNameHelper() 262 /// Looks up the demangled builtin call in the SPIRVBuiltins.td records using 271 /// \returns Wrapper around the demangled call and found builtin definition. 291 // If the initial look up was unsuccessful and the demangled call takes at in lookupBuiltin() 422 // the function call be an intrinsic, which is not. Instead, we rely on being in getBlockStructType() 631 const SPIRV::IncomingCall *Call, in buildOpFromWrapper() argument 636 MIB.addDef(Call->ReturnRegister).addUse(TypeReg); 637 unsigned Sz = Call->Arguments.size() - ImmArgs.size(); 639 MIB.addUse(Call->Arguments[i]); [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | SmartPtrModeling.cpp | 43 : public Checker<eval::Call, check::DeadSymbols, check::RegionChanges, 46 bool isBoolConversionMethod(const CallEvent &Call) const; 51 bool evalCall(const CallEvent &Call, CheckerContext &C) const; 58 const LocationContext *LCtx, const CallEvent *Call) const; 64 void handleReset(const CallEvent &Call, CheckerContext &C) const; 65 void handleRelease(const CallEvent &Call, CheckerContext &C) const; 66 void handleSwapMethod(const CallEvent &Call, CheckerContext &C) const; 67 void handleGet(const CallEvent &Call, CheckerContext &C) const; 68 bool handleAssignOp(const CallEvent &Call, CheckerContext &C) const; 69 bool handleMoveCtr(const CallEvent &Call, CheckerContext &C, [all …]
|
| H A D | CastValueChecker.cpp | 34 class CastValueChecker : public Checker<check::DeadSymbols, eval::Call> { 38 std::function<void(const CastValueChecker *, const CallEvent &Call, 54 bool evalCall(const CallEvent &Call, CheckerContext &C) const; 59 // {{match-mode, {namespace, call}, argument-count}, {callback, kind}} 78 void evalCast(const CallEvent &Call, DefinedOrUnknownSVal DV, 80 void evalDynCast(const CallEvent &Call, DefinedOrUnknownSVal DV, 82 void evalCastOrNull(const CallEvent &Call, DefinedOrUnknownSVal DV, 84 void evalDynCastOrNull(const CallEvent &Call, DefinedOrUnknownSVal DV, 86 void evalCastAs(const CallEvent &Call, DefinedOrUnknownSVal DV, 88 void evalGetAs(const CallEvent &Call, DefinedOrUnknownSVal DV, [all …]
|
| H A D | StdVariantChecker.cpp | 33 getConstructorDeclarationForCall(const CallEvent &Call) { in getConstructorDeclarationForCall() argument 34 const auto *ConstructorCall = dyn_cast<CXXConstructorCall>(&Call); in getConstructorDeclarationForCall() 41 bool isCopyConstructorCall(const CallEvent &Call) { in isCopyConstructorCall() argument 43 getConstructorDeclarationForCall(Call)) in isCopyConstructorCall() 48 bool isCopyAssignmentCall(const CallEvent &Call) { in isCopyAssignmentCall() argument 49 const Decl *CopyAssignmentDecl = Call.getDecl(); in isCopyAssignmentCall() 57 bool isMoveConstructorCall(const CallEvent &Call) { in isMoveConstructorCall() argument 59 getConstructorDeclarationForCall(Call); in isMoveConstructorCall() 66 bool isMoveAssignmentCall(const CallEvent &Call) { in isMoveAssignmentCall() argument 67 const Decl *CopyAssignmentDecl = Call.getDecl(); in isMoveAssignmentCall() [all …]
|
| H A D | PthreadLockChecker.cpp | 85 typedef void (PthreadLockChecker::*FnCheck)(const CallEvent &Call, 209 void InitAnyLock(const CallEvent &Call, CheckerContext &C, 211 void InitLockAux(const CallEvent &Call, CheckerContext &C, 216 void AcquirePthreadLock(const CallEvent &Call, CheckerContext &C, 218 void AcquireXNULock(const CallEvent &Call, CheckerContext &C, 220 void TryPthreadLock(const CallEvent &Call, CheckerContext &C, 222 void TryXNULock(const CallEvent &Call, CheckerContext &C, 224 void TryFuchsiaLock(const CallEvent &Call, CheckerContext &C, 226 void TryC11Lock(const CallEvent &Call, CheckerContext &C, 228 void AcquireLockAux(const CallEvent &Call, CheckerContext &C, [all …]
|
| H A D | BlockInCriticalSectionChecker.cpp | 67 [[nodiscard]] bool matches(const CallEvent &Call, bool IsLock) const { in matches() argument 69 return LockFn.matches(Call); in matches() 71 return UnlockFn.matches(Call); in matches() 80 [[nodiscard]] const MemRegion *getRegion(const CallEvent &Call, bool) const { in getRegion() argument 81 return Call.getArgSVal(0).getAsRegion(); in getRegion() 90 [[nodiscard]] const MemRegion *getRegion(const CallEvent &Call, bool) const { in getRegion() argument 91 return cast<CXXMemberCall>(Call).getCXXThisVal().getAsRegion(); in getRegion() 100 void initIdentifierInfo(const CallEvent &Call) const { in initIdentifierInfo() 107 const auto &ASTCtx = Call.getState()->getStateManager().getContext(); in initIdentifierInfo() 112 template <typename T> bool matchesImpl(const CallEvent &Call) const { in matchesImpl() [all …]
|
| H A D | MismatchedIteratorChecker.cpp | 45 void checkPreCall(const CallEvent &Call, CheckerContext &C) const; 52 void MismatchedIteratorChecker::checkPreCall(const CallEvent &Call, in checkPreCall() argument 55 const auto *Func = dyn_cast_or_null<FunctionDecl>(Call.getDecl()); in checkPreCall() 62 if (const auto *InstCall = dyn_cast<CXXInstanceCall>(&Call)) { in checkPreCall() 63 if (Call.getNumArgs() < 1) in checkPreCall() 67 !isIteratorType(Call.getArgExpr(0)->getType())) in checkPreCall() 70 verifyMatch(C, InstCall->getCXXThisVal(), Call.getArgSVal(0)); in checkPreCall() 72 if (Call.getNumArgs() < 2) in checkPreCall() 75 if (!isIteratorType(Call.getArgExpr(0)->getType()) || in checkPreCall() 76 !isIteratorType(Call.getArgExpr(1)->getType())) in checkPreCall() [all …]
|
| H A D | BuiltinFunctionChecker.cpp | 44 QualType getOverflowBuiltinResultType(const CallEvent &Call) { in getOverflowBuiltinResultType() argument 46 assert(Call.getNumArgs() == 3); in getOverflowBuiltinResultType() 48 return Call.getArgExpr(2)->getType()->getPointeeType(); in getOverflowBuiltinResultType() 51 QualType getOverflowBuiltinResultType(const CallEvent &Call, CheckerContext &C, in getOverflowBuiltinResultType() argument 54 assert(Call.getNumArgs() == 3); in getOverflowBuiltinResultType() 86 return getOverflowBuiltinResultType(Call); in getOverflowBuiltinResultType() 93 class BuiltinFunctionChecker : public Checker<eval::Call> { 95 bool evalCall(const CallEvent &Call, CheckerContext &C) const; 96 void handleOverflowBuiltin(const CallEvent &Call, CheckerContext &C, 104 const CallEvent &Call, [all …]
|
| H A D | MIGChecker.cpp | 50 #define CALL(required_args, deallocated_arg, ...) \ macro 56 CALL(3, 1, "vm_deallocate"), 57 CALL(3, 1, "mach_vm_deallocate"), 58 CALL(2, 0, "mig_deallocate"), 59 CALL(2, 1, "mach_port_deallocate"), 60 CALL(1, 0, "device_deallocate"), 61 CALL(1, 0, "iokit_remove_connect_reference"), 62 CALL(1, 0, "iokit_remove_reference"), 63 CALL(1, 0, "iokit_release_port"), 64 CALL(1, 0, "ipc_port_release"), [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | InterpBuiltin.cpp | 147 const CallExpr *Call) { in interp__builtin_is_constant_evaluated() argument 165 S.report(Call->getExprLoc(), in interp__builtin_is_constant_evaluated() 167 << "__builtin_is_constant_evaluated" << Call->getSourceRange(); in interp__builtin_is_constant_evaluated() 178 const CallExpr *Call) { in interp__builtin_assume() argument 179 assert(Call->getNumArgs() == 1); in interp__builtin_assume() 180 discard(S.Stk, *S.getContext().classify(Call->getArg(0))); in interp__builtin_assume() 186 const CallExpr *Call, unsigned ID) { in interp__builtin_strcmp() argument 190 Limit = popToAPSInt(S.Stk, *S.getContext().classify(Call->getArg(2))) in interp__builtin_strcmp() 200 pushInteger(S, 0, Call->getType()); in interp__builtin_strcmp() 220 pushInteger(S, V, Call->getType()); in interp__builtin_strcmp() [all …]
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock_output_test_golden.txt | 6 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar2(0, _))... 7 Function call: Bar2(0, 0) 16 FILE:#: Mock function call matches EXPECT_CALL(foo_, Bar3(0, _))... 17 Function call: Bar3(0, 0) 33 Unexpected mock function call - returning default value. 34 Function call: Bar2(1, 0) 48 Unexpected mock function call - returning directly. 49 Function call: Bar3(1, 0) 62 Function call: Bar2(0, 1) 71 Function call: Bar3(0, 1) [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | MemProfRadixTree.cpp | 17 // Encode a call stack into RadixArray. Return the starting index within 18 // RadixArray. For each call stack we encode, we emit two or three components 19 // into RadixArray. If a given call stack doesn't have a common prefix relative 22 // - the frames in the given call stack in the root-to-leaf order 24 // - the length of the given call stack 26 // If a given call stack has a non-empty common prefix relative to the previous 31 // - a portion of the given call stack that's beyond the common prefix 33 // - the length of the given call stack, including the length of the common 37 // to reconstruct a call stack -- read the call stack length and scan backward 39 // function, reverses RadixArray in place so that we can reconstruct a call [all …]
|
| /freebsd/sys/dev/xen/efi/ |
| H A D | pvefi.c | 59 struct xenpf_efi_runtime_call *call = &op.u.efi_runtime_call; in get_time() local 66 tm->tm_year = call->u.get_time.time.year; in get_time() 67 tm->tm_mon = call->u.get_time.time.month; in get_time() 68 tm->tm_mday = call->u.get_time.time.day; in get_time() 69 tm->tm_hour = call->u.get_time.time.hour; in get_time() 70 tm->tm_min = call->u.get_time.time.min; in get_time() 71 tm->tm_sec = call->u.get_time.time.sec; in get_time() 72 tm->tm_nsec = call->u.get_time.time.ns; in get_time() 73 tm->tm_tz = call->u.get_time.time.tz; in get_time() 74 tm->tm_dst = call->u.get_time.time.daylight; in get_time() [all …]
|
| /freebsd/sys/crypto/aesni/ |
| H A D | aeskeys_amd64.S | 129 call _key_expansion_256a 131 call _key_expansion_256b 133 call _key_expansion_256a 135 call _key_expansion_256b 137 call _key_expansion_256a 139 call _key_expansion_256b 141 call _key_expansion_256a 143 call _key_expansion_256b 145 call _key_expansion_256a 147 call _key_expansion_256b [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFPreserveStaticOffset.cpp | 129 if (auto *Call = dyn_cast<CallInst>(I)) in isIntrinsicCall() local 130 if (Function *Func = Call->getCalledFunction()) in isIntrinsicCall() 168 static void setParamElementType(CallInst *Call, unsigned ArgNo, Type *Type) { in setParamElementType() argument 169 LLVMContext &C = Call->getContext(); in setParamElementType() 170 Call->addParamAttr(ArgNo, Attribute::get(C, Attribute::ElementType, Type)); in setParamElementType() 173 static void setParamReadNone(CallInst *Call, unsigned ArgNo) { in setParamReadNone() argument 174 LLVMContext &C = Call->getContext(); in setParamReadNone() 175 Call->addParamAttr(ArgNo, Attribute::get(C, Attribute::ReadNone)); in setParamReadNone() 178 static void setParamReadOnly(CallInst *Call, unsigned ArgNo) { in setParamReadOnly() argument 179 LLVMContext &C = Call->getContext(); in setParamReadOnly() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | AbstractCallSite.h | 1 //===- AbstractCallSite.h - Abstract call sites -----------------*- C++ -*-===// 31 /// An abstract call site is a wrapper that allows to treat direct, 32 /// indirect, and callback calls the same. If an abstract call site 33 /// represents a direct or indirect call site it behaves like a stripped 34 /// down version of a normal call site object. The abstract call site can 35 /// also represent a callback call, thus the fact that the initially 37 /// In this case, the abstract call site hides the middle man, hence the 38 /// broker function. The result is a representation of the callback call, 39 /// inside the broker, but in the context of the original call to the broker. 41 /// There are up to three functions involved when we talk about callback call [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenCL.cpp | 138 bool SemaOpenCL::checkSubgroupExt(CallExpr *Call) { in checkSubgroupExt() argument 146 Diag(Call->getBeginLoc(), diag::err_opencl_requires_extension) in checkSubgroupExt() 147 << 1 << Call->getDirectCallee() in checkSubgroupExt() 364 static bool checkPipeArg(Sema &S, CallExpr *Call) { in checkPipeArg() argument 365 const Expr *Arg0 = Call->getArg(0); in checkPipeArg() 368 S.Diag(Call->getBeginLoc(), diag::err_opencl_builtin_pipe_first_arg) in checkPipeArg() 369 << Call->getDirectCallee() << Arg0->getSourceRange(); in checkPipeArg() 374 // Validates the access qualifier is compatible with the call. in checkPipeArg() 378 switch (Call->getDirectCallee()->getBuiltinID()) { in checkPipeArg() 414 static bool checkPipePacketType(Sema &S, CallExpr *Call, unsigned Idx) { in checkPipePacketType() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | CallPromotionUtils.h | 1 //===- CallPromotionUtils.h - Utilities for call promotion ------*- C++ -*-===// 9 // This file declares utilities useful for promoting indirect call sites to 10 // direct call sites. 29 /// Return true if the given indirect call site can be made to call \p Callee. 31 /// This function ensures that the number and type of the call site's arguments 34 /// is non-null and the indirect call cannot be promoted, the failure reason 39 /// Promote the given indirect call site to unconditionally call \p Callee. 41 /// This function promotes the given call site, returning the direct call or 42 /// invoke instruction. If the function type of the call site doesn't match that 49 /// Promote the given indirect call site to conditionally call \p Callee. The [all …]
|
| /freebsd/share/doc/psd/18.gprof/ |
| H A D | postp.me | 34 Having gathered the arcs of the call graph and timing information 37 routines that call it. 38 We build a dynamic call graph with arcs from caller to callee, 40 by topologically sorting the call graph. 42 call graph toward the roots, according to the order 51 after a single traversal of each arc in the call graph. 66 Since we are assuming each call to a routine takes the 83 This relation is easily available from the call graph. 86 the call graph has cycles that 89 components in the call graph, [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | CallGraphSCCPass.cpp | 1 //===- CallGraphSCCPass.cpp - Pass that operates BU on call graph ---------===// 10 // which are implemented as bottom-up traversals on the call graph. Because 11 // there may be cycles in the call graph, passes of this type operate on the 12 // call-graph in SCC order: that is, they process function bottom-up, except for 89 errs().indent(Offset*2) << "Call Graph SCC Pass Manager\n"; in dumpPassStructure() 196 /// callgraph with the call sites found in it. This is used after 200 /// This function returns true if it devirtualized an existing function call, 201 /// meaning it turned an indirect call into a direct call. This happens when 202 /// a function pass like GVN optimizes away stuff feeding the indirect call. 224 // Walk the function body looking for call sites. Sync up the call sites in in RefreshCallGraph() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CallGraph.h | 1 //===- CallGraph.h - Build a Module's call graph ----------------*- C++ -*-===// 10 /// This file provides interfaces used to build and manipulate a call graph, 13 /// Every function in a module is represented as a node in the call graph. The 17 /// A call graph may contain nodes where the function that they correspond to 25 /// call, for example being stored into a memory location will also have 30 /// Functions have a call edge to the external node iff: 31 /// 1. The function is external, reflecting the fact that they could call 33 /// 2. The function contains an indirect function call. 37 /// that an indirect call site can call only a specific set of functions. 67 /// The basic data container for the call graph of a \c Module of IR. [all …]
|