| /minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
| H A D | NewDelete-intersections.mm | 11 // Check for intersections with unix.Malloc and unix.MallocWithAnnotations 15 //----- malloc()/free() are subjects of unix.Malloc and unix.MallocWithAnnotations
|
| H A D | exceptions.mm | 1 …xceptions -fobjc-exceptions -fcxx-exceptions -analyzer-checker=core,unix.Malloc,debug.ExprInspecti…
|
| H A D | malloc.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify -Wno-…
|
| H A D | objc-boxing.m | 1 // RUN: %clang_cc1 -Wno-objc-literal-conversion -analyze -analyzer-checker=core,unix.Malloc,osx.coc…
|
| H A D | MismatchedDeallocator-checker-test.mm | 119 // Check for intersection with unix.Malloc bounded with 161 // malloc()/free() are subjects of unix.Malloc and unix.MallocWithAnnotations
|
| H A D | uninit-vals.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc,debug.ExprInspection -verify %s
|
| H A D | malloc.mm | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-store=region -verify -fblo…
|
| /minix3/bin/csh/ |
| H A D | alloc.c | 51 Malloc(size_t n) in Malloc() function
|
| H A D | extern.h | 310 ptr_t Malloc(size_t);
|
| H A D | csh.h | 89 #define xmalloc(i) Malloc(i)
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | glob.hin | 93 #define GLOB_NOSPACE (-1) /* Malloc call failed. */
|
| /minix3/crypto/external/bsd/openssl/dist/ |
| H A D | README.ASN1 | 167 /* Malloc error */ 182 /* Malloc error */
|
| H A D | FAQ | 852 buf = OPENSSL_malloc(len); /* or Malloc, error checking omitted */
|
| H A D | CHANGES | 7381 Malloc => OPENSSL_malloc 8216 since Malloc(), Realloc() and Free() were defined as macros having 9623 Malloc, Free.
|
| /minix3/external/bsd/llvm/dist/llvm/docs/HistoricalNotes/ |
| H A D | 2003-06-25-Reoptimizer1.txt | 107 away that a single pc-relative branch would not work.) Malloc() or
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 1541 Instruction *Malloc = CallInst::CreateMalloc(CI, IntPtrTy, AllocSTy, in TryToOptimizeStoreOfMallocToGlobal() local 1544 Instruction *Cast = new BitCastInst(Malloc, CI->getType(), "tmp", CI); in TryToOptimizeStoreOfMallocToGlobal() 1547 if (BitCastInst *BCI = dyn_cast<BitCastInst>(Malloc)) in TryToOptimizeStoreOfMallocToGlobal() 1550 CI = cast<CallInst>(Malloc); in TryToOptimizeStoreOfMallocToGlobal()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
| H A D | Core.cpp | 2439 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc() local 2442 return wrap(unwrap(B)->Insert(Malloc, Twine(Name))); in LLVMBuildMalloc() 2450 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc() local 2453 return wrap(unwrap(B)->Insert(Malloc, Twine(Name))); in LLVMBuildArrayMalloc()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 298 def MallocPessimistic : Checker<"Malloc">,
|
| /minix3/crypto/external/bsd/openssl/dist/doc/ |
| H A D | openssl.txt | 847 a Malloc'ed string representing its value. 1171 string is a null terminated ASCII string allocated with Malloc(). It should
|
| H A D | ssleay.txt | 4139 Malloc(), Free() and Realloc() (except those in crypto/lhash). 4151 When turned on, each Malloc() or Realloc() call is recored along with the file
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Basic/ |
| H A D | Attr.td | 770 def Malloc : InheritableAttr {
|