Home
last modified time | relevance | path

Searched full:call (Results 1 – 25 of 7449) sorted by relevance

12345678910>>...298

/freebsd-src/contrib/netbsd-tests/lib/libcurses/tests/
H A Dcopywin3 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 Dclear2 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 Dfill_screen6 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 Dbackground2 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-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp173 /// Parses the name part of the demangled builtin call. in lookupBuiltin()
182 // Extract the builtin function name and types of arguments from the call in lookupBuiltin()
210 /// Looks up the demangled builtin call in the SPIRVBuiltins.td records using in lookupBuiltin()
219 /// \returns Wrapper around the demangled call and found builtin definition. in lookupBuiltin()
239 // If the initial look up was unsuccessful and the demangled call takes at in lookupBuiltin()
373 // the function call be an intrinsic, which is not. Instead, we rely on being
575 const SPIRV::IncomingCall *Call, in buildAtomicCompareExchangeInst()
581 MIB.addDef(Call->ReturnRegister).addUse(TypeReg); in buildAtomicCompareExchangeInst()
582 unsigned Sz = Call->Arguments.size() - ImmArgs.size(); in buildAtomicCompareExchangeInst()
584 Register ArgReg = Call in buildAtomicCompareExchangeInst()
460 buildAtomicInitInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder) buildAtomicInitInst() argument
473 buildAtomicLoadInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) buildAtomicLoadInst() argument
510 buildAtomicStoreInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) buildAtomicStoreInst() argument
531 buildAtomicCompareExchangeInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) buildAtomicCompareExchangeInst() argument
637 buildAtomicRMWInst(const SPIRV::IncomingCall * Call,unsigned Opcode,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) buildAtomicRMWInst() argument
669 buildAtomicFlagInst(const SPIRV::IncomingCall * Call,unsigned Opcode,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) buildAtomicFlagInst() argument
701 buildBarrierInst(const SPIRV::IncomingCall * Call,unsigned Opcode,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) buildBarrierInst() argument
794 generateExtInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateExtInst() argument
815 generateRelationalInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateRelationalInst() argument
841 generateGroupInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateGroupInst() argument
929 genWorkgroupQuery(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR,SPIRV::BuiltIn::BuiltIn BuiltinValue,uint64_t DefaultValue) genWorkgroupQuery() argument
1027 generateBuiltinVar(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateBuiltinVar() argument
1051 generateAtomicInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateAtomicInst() argument
1086 generateBarrierInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateBarrierInst() argument
1097 generateDotOrFMulInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateDotOrFMulInst() argument
1111 generateGetQueryInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateGetQueryInst() argument
1123 generateImageSizeQueryInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateImageSizeQueryInst() argument
1187 generateImageMiscQueryInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateImageMiscQueryInst() argument
1257 generateReadImageInst(const StringRef DemangledCall,const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateReadImageInst() argument
1337 generateWriteImageInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateWriteImageInst() argument
1351 generateSampleImageInst(const StringRef DemangledCall,const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateSampleImageInst() argument
1405 generateSelectInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder) generateSelectInst() argument
1412 generateSpecConstantInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateSpecConstantInst() argument
1468 buildNDRange(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) buildNDRange() argument
1615 buildEnqueueKernel(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) buildEnqueueKernel() argument
1699 generateEnqueueInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateEnqueueInst() argument
1746 generateAsyncCopy(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateAsyncCopy() argument
1777 generateConvertInst(const StringRef DemangledCall,const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateConvertInst() argument
1833 generateVectorLoadStoreInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateVectorLoadStoreInst() argument
1857 generateLoadStoreInst(const SPIRV::IncomingCall * Call,MachineIRBuilder & MIRBuilder,SPIRVGlobalRegistry * GR) generateLoadStoreInst() argument
1918 std::unique_ptr<const IncomingCall> Call = lowerBuiltin() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DSmartPtrModeling.cpp45 : public Checker<eval::Call, check::DeadSymbols, check::RegionChanges,
48 bool isBoolConversionMethod(const CallEvent &Call) const;
53 bool evalCall(const CallEvent &Call, CheckerContext &C) const;
60 const LocationContext *LCtx, const CallEvent *Call) const;
66 void handleReset(const CallEvent &Call, CheckerContext &C) const;
67 void handleRelease(const CallEvent &Call, CheckerContext &C) const;
68 void handleSwapMethod(const CallEvent &Call, CheckerContext &C) const;
69 void handleGet(const CallEvent &Call, CheckerContext &C) const;
70 bool handleAssignOp(const CallEvent &Call, CheckerContext &C) const;
71 bool handleMoveCtr(const CallEvent &Call, CheckerContex
127 isStdSmartPtrCall(const CallEvent & Call) isStdSmartPtrCall() argument
201 getPointerTypeFromTemplateArg(const CallEvent & Call,CheckerContext & C) getPointerTypeFromTemplateArg() argument
215 getInnerPointerType(const CallEvent & Call,CheckerContext & C) getInnerPointerType() argument
249 isStdFunctionCall(const CallEvent & Call) isStdFunctionCall() argument
253 isStdOstreamOperatorCall(const CallEvent & Call) isStdOstreamOperatorCall() argument
269 isPotentiallyComparisionOpCall(const CallEvent & Call) isPotentiallyComparisionOpCall() argument
276 evalCall(const CallEvent & Call,CheckerContext & C) const evalCall() argument
451 handleComparisionOp(const CallEvent & Call,CheckerContext & C) const handleComparisionOp() argument
517 handleOstreamOperator(const CallEvent & Call,CheckerContext & C) const handleOstreamOperator() argument
598 handleReset(const CallEvent & Call,CheckerContext & C) const handleReset() argument
628 handleRelease(const CallEvent & Call,CheckerContext & C) const handleRelease() argument
664 handleSwapMethod(const CallEvent & Call,CheckerContext & C) const handleSwapMethod() argument
712 handleGet(const CallEvent & Call,CheckerContext & C) const handleGet() argument
732 handleAssignOp(const CallEvent & Call,CheckerContext & C) const handleAssignOp() argument
770 handleMoveCtr(const CallEvent & Call,CheckerContext & C,const MemRegion * ThisRegion) const handleMoveCtr() argument
834 handleBoolConversion(const CallEvent & Call,CheckerContext & C) const handleBoolConversion() argument
[all...]
H A DCastValueChecker.cpp34 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, DefinedOrUnknownSVa
198 addCastTransition(const CallEvent & Call,DefinedOrUnknownSVal DV,CheckerContext & C,bool IsNonNullParam,bool IsNonNullReturn,bool IsCheckedCast=false) addCastTransition() argument
259 addInstanceOfTransition(const CallEvent & Call,DefinedOrUnknownSVal DV,ProgramStateRef State,CheckerContext & C,bool IsInstanceOf) addInstanceOfTransition() argument
341 evalNonNullParamNonNullReturn(const CallEvent & Call,DefinedOrUnknownSVal DV,CheckerContext & C,bool IsCheckedCast=false) evalNonNullParamNonNullReturn() argument
349 evalNonNullParamNullReturn(const CallEvent & Call,DefinedOrUnknownSVal DV,CheckerContext & C) evalNonNullParamNullReturn() argument
356 evalNullParamNullReturn(const CallEvent & Call,DefinedOrUnknownSVal DV,CheckerContext & C) evalNullParamNullReturn() argument
369 evalCast(const CallEvent & Call,DefinedOrUnknownSVal DV,CheckerContext & C) const evalCast() argument
374 evalDynCast(const CallEvent & Call,DefinedOrUnknownSVal DV,CheckerContext & C) const evalDynCast() argument
381 evalCastOrNull(const CallEvent & Call,DefinedOrUnknownSVal DV,CheckerContext & C) const evalCastOrNull() argument
388 evalDynCastOrNull(const CallEvent & Call,DefinedOrUnknownSVal DV,CheckerContext & C) const evalDynCastOrNull() argument
400 evalZeroParamNonNullReturn(const CallEvent & Call,DefinedOrUnknownSVal DV,CheckerContext & C,bool IsCheckedCast=false) evalZeroParamNonNullReturn() argument
408 evalZeroParamNullReturn(const CallEvent & Call,DefinedOrUnknownSVal DV,CheckerContext & C) evalZeroParamNullReturn() argument
415 evalCastAs(const CallEvent & Call,DefinedOrUnknownSVal DV,CheckerContext & C) const evalCastAs() argument
421 evalGetAs(const CallEvent & Call,DefinedOrUnknownSVal DV,CheckerContext & C) const evalGetAs() argument
431 evalIsa(const CallEvent & Call,DefinedOrUnknownSVal DV,CheckerContext & C) const evalIsa() argument
446 evalIsaAndNonNull(const CallEvent & Call,DefinedOrUnknownSVal DV,CheckerContext & C) const evalIsaAndNonNull() argument
466 evalCall(const CallEvent & Call,CheckerContext & C) const evalCall() argument
[all...]
H A DStdVariantChecker.cpp35 getConstructorDeclarationForCall(const CallEvent &Call) { in getConstructorDeclarationForCall() argument
36 const auto *ConstructorCall = dyn_cast<CXXConstructorCall>(&Call); in getConstructorDeclarationForCall()
43 bool isCopyConstructorCall(const CallEvent &Call) { in isCopyConstructorCall() argument
45 getConstructorDeclarationForCall(Call)) in isCopyConstructorCall()
50 bool isCopyAssignmentCall(const CallEvent &Call) { in isCopyAssignmentCall() argument
51 const Decl *CopyAssignmentDecl = Call.getDecl(); in isCopyAssignmentCall()
59 bool isMoveConstructorCall(const CallEvent &Call) { in isMoveConstructorCall() argument
61 getConstructorDeclarationForCall(Call); in isMoveConstructorCall()
68 bool isMoveAssignmentCall(const CallEvent &Call) { in isMoveAssignmentCall() argument
69 const Decl *CopyAssignmentDecl = Call in isMoveAssignmentCall()
152 evalCall(const CallEvent & Call,CheckerContext & C) const evalCall() argument
219 handleStdGetCall(const CallEvent & Call,CheckerContext & C) const handleStdGetCall() argument
[all...]
H A DPthreadLockChecker.cpp85 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, CheckerContex
356 AcquirePthreadLock(const CallEvent & Call,CheckerContext & C,CheckerKind CheckKind) const AcquirePthreadLock() argument
363 AcquireXNULock(const CallEvent & Call,CheckerContext & C,CheckerKind CheckKind) const AcquireXNULock() argument
370 TryPthreadLock(const CallEvent & Call,CheckerContext & C,CheckerKind CheckKind) const TryPthreadLock() argument
377 TryXNULock(const CallEvent & Call,CheckerContext & C,CheckerKind CheckKind) const TryXNULock() argument
383 TryFuchsiaLock(const CallEvent & Call,CheckerContext & C,CheckerKind CheckKind) const TryFuchsiaLock() argument
390 TryC11Lock(const CallEvent & Call,CheckerContext & C,CheckerKind CheckKind) const TryC11Lock() argument
396 AcquireLockAux(const CallEvent & Call,CheckerContext & C,const Expr * MtxExpr,SVal MtxVal,bool IsTryLock,enum LockingSemantics Semantics,CheckerKind CheckKind) const AcquireLockAux() argument
469 ReleaseAnyLock(const CallEvent & Call,CheckerContext & C,CheckerKind CheckKind) const ReleaseAnyLock() argument
475 ReleaseLockAux(const CallEvent & Call,CheckerContext & C,const Expr * MtxExpr,SVal MtxVal,CheckerKind CheckKind) const ReleaseLockAux() argument
521 DestroyPthreadLock(const CallEvent & Call,CheckerContext & C,CheckerKind CheckKind) const DestroyPthreadLock() argument
528 DestroyXNULock(const CallEvent & Call,CheckerContext & C,CheckerKind CheckKind) const DestroyXNULock() argument
535 DestroyLockAux(const CallEvent & Call,CheckerContext & C,const Expr * MtxExpr,SVal MtxVal,enum LockingSemantics Semantics,CheckerKind CheckKind) const DestroyLockAux() argument
589 InitAnyLock(const CallEvent & Call,CheckerContext & C,CheckerKind CheckKind) const InitAnyLock() argument
594 InitLockAux(const CallEvent & Call,CheckerContext & C,const Expr * MtxExpr,SVal MtxVal,CheckerKind CheckKind) const InitLockAux() argument
[all...]
H A DBlockInCriticalSectionChecker.cpp66 [[nodiscard]] bool matches(const CallEvent &Call, bool IsLock) const {
68 return LockFn.matches(Call);
70 return UnlockFn.matches(Call);
79 [[nodiscard]] const MemRegion *getRegion(const CallEvent &Call, bool) const { in REGISTER_TRAIT_WITH_PROGRAMSTATE()
80 return Call.getArgSVal(0).getAsRegion(); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
89 [[nodiscard]] const MemRegion *getRegion(const CallEvent &Call, bool) const { in isBlockingFunction()
90 return cast<CXXMemberCall>(Call).getCXXThisVal().getAsRegion(); in isBlockingFunction()
99 void initIdentifierInfo(const CallEvent &Call) const { in isLockFunction()
106 const auto &ASTCtx = Call.getState()->getStateManager().getContext(); in isUnlockFunction()
111 template <typename T> bool matchesImpl(const CallEvent &Call) cons in isUnlockFunction()
114 checkPostCall(const CallEvent & Call,CheckerContext & C) const checkPostCall() argument
138 reportBlockInCritSection(SymbolRef BlockDescSym,const CallEvent & Call,CheckerContext & C) const reportBlockInCritSection() argument
[all...]
H A DErrnoTesterChecker.cpp28 class ErrnoTesterChecker : public Checker<eval::Call> {
30 bool evalCall(const CallEvent &Call, CheckerContext &C) const;
35 static void evalSetErrno(CheckerContext &C, const CallEvent &Call);
38 static void evalGetErrno(CheckerContext &C, const CallEvent &Call);
44 static void evalSetErrnoIfError(CheckerContext &C, const CallEvent &Call);
49 const CallEvent &Call);
53 /// This is the case of a successful standard function call.
56 /// This is the case of a failed standard function call.
62 /// This is the case of a standard function call where the failure can only
65 /// the call (\
86 evalSetErrno(CheckerContext & C,const CallEvent & Call) evalSetErrno() argument
92 evalGetErrno(CheckerContext & C,const CallEvent & Call) evalGetErrno() argument
104 evalSetErrnoIfError(CheckerContext & C,const CallEvent & Call) evalSetErrnoIfError() argument
121 evalSetErrnoIfErrorRange(CheckerContext & C,const CallEvent & Call) evalSetErrnoIfErrorRange() argument
143 evalSetErrnoCheckState(CheckerContext & C,const CallEvent & Call) evalSetErrnoCheckState() argument
169 evalCall(const CallEvent & Call,CheckerContext & C) const evalCall() argument
[all...]
H A DMismatchedIteratorChecker.cpp45 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 DMIGChecker.cpp50 #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(
184 checkPostCall(const CallEvent & Call,CheckerContext & C) const checkPostCall() argument
[all...]
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock_output_test_golden.txt6 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-src/sys/dev/xen/efi/
H A Dpvefi.c59 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-src/sys/crypto/aesni/
H A Daeskeys_amd64.S129 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 …]
H A Daeskeys_i386.S135 call _key_expansion_256a
138 call _key_expansion_256b
141 call _key_expansion_256a
144 call _key_expansion_256b
147 call _key_expansion_256a
150 call _key_expansion_256b
153 call _key_expansion_256a
156 call _key_expansion_256b
159 call _key_expansion_256a
162 call _key_expansion_256b
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DAbstractCallSite.h1 //===- AbstractCallSite.h - Abstract call sites -----------------*- C++ -*-===//
30 /// An abstract call site is a wrapper that allows to treat direct,
31 /// indirect, and callback calls the same. If an abstract call site
32 /// represents a direct or indirect call site it behaves like a stripped
33 /// down version of a normal call site object. The abstract call site can
34 /// also represent a callback call, thus the fact that the initially
36 /// In this case, the abstract call site hides the middle man, hence the
37 /// broker function. The result is a representation of the callback call,
38 /// inside the broker, but in the context of the original call to the broker.
40 /// There are up to three functions involved when we talk about callback call
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFPreserveStaticOffset.cpp131 if (auto *Call = dyn_cast<CallInst>(I)) in isIntrinsicCall()
132 if (Function *Func = Call->getCalledFunction()) in isIntrinsicCall()
170 static void setParamElementType(CallInst *Call, unsigned ArgNo, Type *Type) { in setParamElementType()
171 LLVMContext &C = Call->getContext(); in setParamElementType()
172 Call->addParamAttr(ArgNo, Attribute::get(C, Attribute::ElementType, Type)); in setParamElementType()
175 static void setParamReadNone(CallInst *Call, unsigned ArgNo) { in setParamReadNone()
176 LLVMContext &C = Call->getContext(); in setParamReadNone()
177 Call->addParamAttr(ArgNo, Attribute::get(C, Attribute::ReadNone)); in setParamReadNone()
180 static void setParamReadOnly(CallInst *Call, unsigned ArgNo) { in setParamReadOnly()
181 LLVMContext &C = Call in setParamReadOnly()
130 if (auto *Call = dyn_cast<CallInst>(I)) isIntrinsicCall() local
169 setParamElementType(CallInst * Call,unsigned ArgNo,Type * Type) setParamElementType() argument
174 setParamReadNone(CallInst * Call,unsigned ArgNo) setParamReadNone() argument
179 setParamReadOnly(CallInst * Call,unsigned ArgNo) setParamReadOnly() argument
184 setParamWriteOnly(CallInst * Call,unsigned ArgNo) setParamWriteOnly() argument
227 CallInst *Call = makeIntrinsicCall(M, Intrinsic::bpf_getelementptr_and_load, makeGEPAndLoad() local
248 CallInst *Call = makeGEPAndStore() local
267 getOperandAsUnsigned(CallInst * Call,unsigned ArgNo) getOperandAsUnsigned() argument
277 reconstructGEP(CallInst * Call,int Delta) reconstructGEP() argument
290 reconstructCommon(CallInst * Call,GetElementPtrInst * GEP,T * Insn,int Delta) reconstructCommon() argument
303 reconstructLoad(CallInst * Call) reconstructLoad() argument
314 reconstructStore(CallInst * Call) reconstructStore() argument
442 if (auto *Call = isGEPAndLoad(U)) isPointerOperand() local
444 if (auto *Call = isGEPAndStore(U)) isPointerOperand() local
450 if (auto *Call = dyn_cast<CallInst>(U)) isInlineableCall() local
630 auto *Call = dyn_cast<CallInst>(V); removePAICalls() local
661 for (auto *Call : MarkerCalls) rewriteFunction() local
664 for (auto *Call : MarkerCalls) { rewriteFunction() local
[all...]
H A DBPFAbstractMemberAccess.cpp151 // The base call is not an input of any other preserve_*
164 void traceAICall(CallInst *Call, CallInfo &ParentInfo);
171 bool IsPreserveDIAccessIndexCall(const CallInst *Call, CallInfo &Cinfo);
182 Value *computeBaseAndAccessKey(CallInst *Call, CallInfo &CInfo,
184 MDNode *computeAccessKey(CallInst *Call, CallInfo &CInfo,
186 bool transformGEPChain(CallInst *Call, CallInfo &CInfo);
321 static Type *getBaseElementType(const CallInst *Call) { in getBaseElementType() argument
323 return Call->getParamElementType(0); in getBaseElementType()
332 /// Check whether a call is a preserve_*_access_index intrinsic call o
333 IsPreserveDIAccessIndexCall(const CallInst * Call,CallInfo & CInfo) IsPreserveDIAccessIndexCall() argument
416 replaceWithGEP(CallInst * Call,uint32_t DimensionIndex,uint32_t GEPIndex) replaceWithGEP() argument
435 removeArrayAccessCall(CallInst * Call) removeArrayAccessCall() argument
439 removeStructAccessCall(CallInst * Call) removeStructAccessCall() argument
443 removeUnionAccessCall(CallInst * Call) removeUnionAccessCall() argument
456 auto *Call = dyn_cast<CallInst>(&I); removePreserveAccessIndexIntrinsic() local
542 traceAICall(CallInst * Call,CallInfo & ParentInfo) traceAICall() argument
641 auto *Call = dyn_cast<CallInst>(&I); collectAICallChains() local
834 computeBaseAndAccessKey(CallInst * Call,CallInfo & CInfo,std::string & AccessKey,MDNode * & TypeMeta) computeBaseAndAccessKey() argument
990 computeAccessKey(CallInst * Call,CallInfo & CInfo,std::string & AccessKey,bool & IsInt32Ret) computeAccessKey() argument
1055 transformGEPChain(CallInst * Call,CallInfo & CInfo) transformGEPChain() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCallPromotionUtils.h1 //===- CallPromotionUtils.h - Utilities for call promotion ------*- C++ -*-===//
9 // This file declares utilities useful for promoting indirect call sites to
10 // direct call sites.
27 /// Return true if the given indirect call site can be made to call \p Callee.
29 /// This function ensures that the number and type of the call site's arguments
32 /// is non-null and the indirect call cannot be promoted, the failure reason
37 /// Promote the given indirect call site to unconditionally call \p Callee.
39 /// This function promotes the given call sit
[all...]
H A DBuildLibCalls.h10 // optimization passes that need to call the various functions.
90 /// Emit a call to the strlen function to the builder, for the specified
96 /// Emit a call to the strdup function to the builder, for the specified
101 /// Emit a call to the strchr function to the builder, for the specified
107 /// Emit a call to the strncmp function to the builder.
111 /// Emit a call to the strcpy function to the builder, for the specified
116 /// Emit a call to the stpcpy function to the builder, for the specified
121 /// Emit a call to the strncpy function to the builder, for the specified
126 /// Emit a call to the stpncpy function to the builder, for the specified
131 /// Emit a call t
[all...]
/freebsd-src/share/doc/psd/18.gprof/
H A Dpostp.me34 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-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h1 //===- 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 …]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1 //=-- ExprEngineCallAndReturn.cpp - Support for call/return -----*- C++ -*-===//
39 "The # of times we inlined a call");
97 // If there is no statement, this is an implicitly-generated call. in getLastStmt()
126 /// match the caller's expression type. This can happen when a dynamic call
189 static bool wasDifferentDeclUsedForInlining(CallEventRef<> Call, in wasDifferentDeclUsedForInlining() argument
192 const Decl *StaticDecl = Call->getDecl(); in wasDifferentDeclUsedForInlining()
202 const CallEvent &Call, const ProgramStateRef State, SValBuilder &SVB) { in getElementCountOfArrayBeingDestructed() argument
203 assert(isa<CXXDestructorCall>(Call) && in getElementCountOfArrayBeingDestructed()
204 "The call event is not a destructor call!"); in getElementCountOfArrayBeingDestructed()
274 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state); processCallExit() local
530 inlineCall(WorkList * WList,const CallEvent & Call,const Decl * D,NodeBuilder & Bldr,ExplodedNode * Pred,ProgramStateRef State) inlineCall() argument
630 finishArgumentConstruction(ProgramStateRef State,const CallEvent & Call) finishArgumentConstruction() argument
655 finishArgumentConstruction(ExplodedNodeSet & Dst,ExplodedNode * Pred,const CallEvent & Call) finishArgumentConstruction() argument
673 evalCall(ExplodedNodeSet & Dst,ExplodedNode * Pred,const CallEvent & Call) evalCall() argument
740 bindReturnValue(const CallEvent & Call,const LocationContext * LCtx,ProgramStateRef State) bindReturnValue() argument
831 conservativeEvalCall(const CallEvent & Call,NodeBuilder & Bldr,ExplodedNode * Pred,ProgramStateRef State) conservativeEvalCall() argument
842 mayInlineCallKind(const CallEvent & Call,const ExplodedNode * Pred,AnalyzerOptions & Opts,const EvalCallOptions & CallOpts) mayInlineCallKind() argument
1070 shouldInlineCall(const CallEvent & Call,const Decl * D,const ExplodedNode * Pred,const EvalCallOptions & CallOpts) shouldInlineCall() argument
1199 isTrivialObjectAssignment(const CallEvent & Call) isTrivialObjectAssignment() argument
1218 CallEventRef<> Call = CallTemplate.cloneWithState(State); defaultEvalCall() local
1270 BifurcateCall(const MemRegion * BifurReg,const CallEvent & Call,const Decl * D,NodeBuilder & Bldr,ExplodedNode * Pred) BifurcateCall() argument
[all...]

12345678910>>...298