Searched refs:MemVal (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/gc/ |
| H A D | config.d | 22 @MemVal size_t initReserve; // initial reserve (bytes) 23 @MemVal size_t minPoolSize = 1 << 20; // initial and minimum pool size (bytes) 24 @MemVal size_t maxPoolSize = 64 << 20; // maximum pool size (bytes) 25 @MemVal size_t incPoolSize = 3 << 20; // pool size increment (bytes)
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/ |
| H A D | parseoptions.d | 32 struct MemVal {} struct 103 static if (hasUDA!(__traits(getMember, cfg, field), MemVal)) in parseOptions() 353 @MemVal size_t initReserve; // initial reserve (bytes) 354 @MemVal size_t minPoolSize = 1 << 20; // initial and minimum pool size (bytes)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 1038 SVal MemVal = C.getSVal(DstBuffer); in memsetAux() local 1040 const MemRegion *MR = MemVal.getAsRegion(); in memsetAux() 1090 State = InvalidateBuffer(C, State, DstBuffer, MemVal, in memsetAux() 1116 State = InvalidateBuffer(C, State, DstBuffer, MemVal, in memsetAux() 2242 SVal MemVal = C.getSVal(Buffer.Expression); in evalBzero() local 2246 State = checkNonNull(C, StateNonZeroSize, Buffer, MemVal); in evalBzero()
|