| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/ |
| HD | MemoryLocation.cpp | 42 LocationSize::precise(DL.getTypeStoreSize(LI->getType())), AATags); in get() 51 LocationSize::precise(DL.getTypeStoreSize( in get() 70 LocationSize::precise(DL.getTypeStoreSize( in get() 81 LocationSize::precise(DL.getTypeStoreSize( in get() 97 Size = LocationSize::precise(C->getValue().getZExtValue()); in getForSource() 118 Size = LocationSize::precise(C->getValue().getZExtValue()); in getForDest() 148 return MemoryLocation(Arg, LocationSize::precise(LenCI->getZExtValue()), in getForArgument() 158 LocationSize::precise( in getForArgument() 166 return MemoryLocation(Arg, LocationSize::precise(0), AATags); in getForArgument() 170 LocationSize::precise( in getForArgument() [all …]
|
| HD | AliasAnalysisEvaluator.cpp | 146 I1Size = LocationSize::precise(DL.getTypeStoreSize(I1ElTy)); in runInternal() 152 I2Size = LocationSize::precise(DL.getTypeStoreSize(I2ElTy)); in runInternal() 237 Size = LocationSize::precise(DL.getTypeStoreSize(ElTy)); in runInternal()
|
| HD | Loads.cpp | 425 auto AccessSize = LocationSize::precise(DL.getTypeStoreSize(AccessTy)); in FindAvailablePtrLoadStore()
|
| HD | Lint.cpp | 342 Size = LocationSize::precise(Len->getValue().getZExtValue()); in visitCallSite()
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/ |
| HD | evutil_time.c | 231 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 244 if (! precise && ! fallback) { in evutil_configure_monotonic_time_() 435 const int precise = flags & EV_MONOT_PRECISE; in evutil_configure_monotonic_time_() local 447 if (precise && !fallback) { in evutil_configure_monotonic_time_() 522 int precise) in evutil_configure_monotonic_time_() argument
|
| /freebsd-11-stable/contrib/ntp/sntp/libevent/test/ |
| HD | regress_util.c | 1286 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_res() local 1292 if (precise) in test_evutil_monotonic_res() 1296 if (precise || fallback) { in test_evutil_monotonic_res() 1309 TT_BLATHER(("Precise = %d", precise)); in test_evutil_monotonic_res() 1343 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_prc() local 1348 if (precise) in test_evutil_monotonic_prc() 1350 if (precise) in test_evutil_monotonic_prc()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | MemoryLocation.h | 90 static LocationSize precise(uint64_t Value) { return LocationSize(Value); } in precise() function 95 return precise(0); in upperBound()
|
| HD | AliasAnalysis.h | 387 return alias(V1, LocationSize::precise(1), V2, LocationSize::precise(1)) == in isMustAlias()
|
| /freebsd-11-stable/etc/ |
| HD | profile | 13 # on how to achieve more precise control of locale settings.
|
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | CRYPTO_set_ex_data.pod | 26 supplied in the B<arg> parameter and its precise meaning is up to the
|
| HD | BIO_should_retry.pod | 53 BIO_get_retry_BIO() determines the precise reason for the special 64 If BIO_should_retry() returns false then the precise "error condition"
|
| HD | RSA_get_ex_new_index.pod | 42 precise manner in which these function pointers are called is described in more 52 supplied in the B<arg> parameter and its precise meaning is up to the
|
| HD | BIO_ctrl.pod | 58 BIO_eof() returns 1 if the BIO has read EOF, the precise meaning of
|
| /freebsd-11-stable/contrib/gcc/config/sparc/ |
| HD | hypersparc.md | 26 ;; ??? Actually, to be more precise that rule is sort of modelled now.
|
| /freebsd-11-stable/contrib/gcc/doc/include/ |
| HD | funding.texi | 33 Even a precise fraction ``of the profits from this disk'' is not very
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | MemCpyOptimizer.cpp | 855 ModRefInfo MR = AA.getModRefInfo(C, cpyDest, LocationSize::precise(srcSize)); in performCallSlotOptzn() 858 MR = AA.callCapturesBefore(C, cpyDest, LocationSize::precise(srcSize), &DT); in performCallSlotOptzn() 1257 MemoryLocation(ByValArg, LocationSize::precise(ByValSize)), true, in processByValArgument()
|
| /freebsd-11-stable/crypto/openssl/doc/apps/ |
| HD | sess_id.pod | 33 format containing session details. The precise format can vary from one version
|
| HD | genpkey.pod | 77 Set the public key algorithm option B<opt> to B<value>. The precise set of
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGDecl.cpp | 2333 ARCPreciseLifetime_t precise) in ConsumeARCParameter() 2334 : Param(param), Precise(precise) {} in ConsumeARCParameter() 2473 ARCPreciseLifetime_t precise = (D.hasAttr<ObjCPreciseLifetimeAttr>() in EmitParmDecl() local 2476 precise); in EmitParmDecl()
|
| HD | CGObjC.cpp | 2247 ARCPreciseLifetime_t precise) { in EmitARCRelease() argument 2262 if (precise == ARCImpreciseLifetime) { in EmitARCRelease() 2278 ARCPreciseLifetime_t precise) { in EmitARCDestroyStrong() argument 2286 EmitARCRelease(value, precise); in EmitARCDestroyStrong() 2647 ARCPreciseLifetime_t precise) { in EmitObjCRelease() argument 2668 if (precise == ARCImpreciseLifetime) { in EmitObjCRelease()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Attributes.td | 218 def LessPreciseFPMAD : StrBoolAttr<"less-precise-fpmad">;
|
| /freebsd-11-stable/contrib/sqlite3/ |
| HD | Makefile.msc | 494 TCC = $(TCC) -DSQLITE_OS_WIN=1 -I. -I$(TOP) -fp:precise
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | README | 136 installed, chances are it has such a program. The precise command to 496 different configurations, it is important that you be precise about
|
| /freebsd-11-stable/crypto/heimdal/lib/wind/ |
| HD | rfc4518.txt | 88 The lack of precise specification for character string matching has 91 address these problems, this document defines precise algorithms for
|
| /freebsd-11-stable/contrib/tzdata/ |
| HD | leap-seconds.list | 55 # quite difficult to compute precise timestamps and time
|