Home
last modified time | relevance | path

Searched refs:Calls (Results 1 – 25 of 53) sorted by relevance

123

/trueos/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
HDMallocSizeofChecker.cpp53 CallVec Calls; member in __anon3793058e0111::CastedAllocFinder
63 Calls.push_back(CallRecord(Parent, cast<Expr>(S), AllocCall.first, in VisitChild()
180 for (CastedAllocFinder::CallVec::iterator i = Finder.Calls.begin(), in checkASTCodeBody()
181 e = Finder.Calls.end(); i != e; ++i) { in checkASTCodeBody()
/trueos/contrib/llvm/lib/MC/
HDMCObjectDisassembler.cpp185 AddressSetTy Calls; in buildCFG() local
198 Calls.push_back(SymAddr); in buildCFG()
212 Calls.push_back(TA->getBeginAddr()); in buildCFG()
221 Calls.push_back(Target); in buildCFG()
228 RemoveDupsFromAddressVector(Calls); in buildCFG()
265 for (AddressSetTy::const_iterator CI = Calls.begin(), CE = Calls.end(); in buildCFG()
/trueos/contrib/llvm/lib/CodeGen/
HDShadowStackGC.cpp129 SmallVector<Instruction*,16> Calls; in Next() local
137 Calls.push_back(CI); in Next()
139 if (Calls.empty()) in Next()
160 for (unsigned I = Calls.size(); I != 0; ) { in Next()
161 CallInst *CI = cast<CallInst>(Calls[--I]); in Next()
/trueos/contrib/llvm/lib/Transforms/ObjCARC/
HDObjCARCOpts.cpp368 SmallPtrSet<Instruction *, 2> Calls; member
395 Calls.clear(); in clear()
411 Calls.insert(Other.Calls.begin(), Other.Calls.end()); in Merge()
518 RRI.Calls.insert(I); in InsertCall()
2342 AI = RetainsToMove.Calls.begin(), in MoveCalls()
2343 AE = RetainsToMove.Calls.end(); AI != AE; ++AI) { in MoveCalls()
2350 AI = ReleasesToMove.Calls.begin(), in MoveCalls()
2351 AE = ReleasesToMove.Calls.end(); AI != AE; ++AI) { in MoveCalls()
2401 LI = NewRetainRRI.Calls.begin(), in ConnectTDBUTraversals()
2402 LE = NewRetainRRI.Calls.end(); LI != LE; ++LI) { in ConnectTDBUTraversals()
[all …]
/trueos/cddl/contrib/dtracetoolkit/Examples/
HDpl_syscalls_example.txt12 Calls for PID 305173,
HDrb_syscalls_example.txt12 Calls for PID 146493,
HDsh_syscalls_example.txt15 Calls for PID 12966,
HDpy_syscalls_example.txt12 Calls for PID 145538,
/trueos/contrib/mdocml/
HDmsec.in26 LINE("2", "FreeBSD System Calls Manual")
/trueos/crypto/openssl/doc/crypto/
HDBIO_s_bio.pod49 Calls to BIO_read() will read data from the buffer or request a retry if no
52 Calls to BIO_write() will place data in the buffer or request a retry if the
HDBIO_s_file.pod31 Calls to BIO_read() and BIO_write() read and write data to the
/trueos/lib/libc/locale/
HDDESIGN.xlocale62 constraints as with the pre-xlocale libc. Calls to any locale-aware functions
109 Explicit Locale Calls
/trueos/lib/libc/rpc/
HDREADME92 4. The Remote Asynchronous Calls (RAC) library is now included. RAC was
120 lib/librac The Remote Asynchronous Calls (RAC) library
/trueos/cddl/contrib/dtracetoolkit/Notes/
HDALLcolors_notes.txt56 System Calls syscall green
/trueos/contrib/gcc/config/arm/
HDREADME-interworking61 * Calls via function pointers should use the BX instruction if
114 mode to be handled specially. Calls via function pointers from
116 without any special considerations by the compiler. Calls via
136 ARM functions, they just work normally. Calls from non-interworking
269 Calls via function pointers work differently. Whenever the address of
/trueos/contrib/llvm/tools/clang/lib/AST/
HDDeclCXX.cpp965 DeclContext::lookup_const_result Calls = lookup(Name); in getLambdaCallOperator() local
967 assert(!Calls.empty() && "Missing lambda call operator!"); in getLambdaCallOperator()
968 assert(Calls.size() == 1 && "More than one lambda call operator!"); in getLambdaCallOperator()
970 NamedDecl *CallOp = Calls.front(); in getLambdaCallOperator()
/trueos/contrib/llvm/include/llvm/Target/
HDTargetCallingConv.td18 /// CCCustom - Calls a custom arg handling function.
/trueos/contrib/llvm/lib/Transforms/Utils/
HDSimplifyLibCalls.cpp1349 void replaceTrigInsts(SmallVectorImpl<CallInst*> &Calls, Value *Res) { in replaceTrigInsts()
1350 for (SmallVectorImpl<CallInst*>::iterator I = Calls.begin(), in replaceTrigInsts()
1351 E = Calls.end(); in replaceTrigInsts()
/trueos/share/misc/
HDusb_hid_usages491 0x24 Send Calls
559 0x28 Forward Calls
574 0x71 Screen Calls
/trueos/contrib/llvm/patches/
HDpatch-r262261-llvm-r198157-sparc.diff246 // Calls:
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCInstr64Bit.td80 // Calls.
157 // Calls
/trueos/contrib/ofed/management/doc/
HDlibibmad.txt151 Description: Locks the mad RPC mechanism until madrpc_unlock() is called. Calls
/trueos/contrib/llvm/lib/Target/Sparc/
HDSparcInstrInfo.td999 // Calls:
/trueos/contrib/groff/
HDChangeLog.117289 (break_request): Calls `do_break_request'.
510 * src/preproc/html/pre-html.cc (main): Calls `removeTempFiles()'.
/trueos/contrib/gcc/doc/
HDlibgcc.texi234 (@pxref{Library Calls}). In this section, the default names are used.

123