Home
last modified time | relevance | path

Searched refs:guarded (Results 1 – 25 of 93) sorted by relevance

1234

/external/llvm/test/Transforms/LowerGuardIntrinsic/
Dbasic.ll12 ; CHECK: br i1 %c, label %guarded, label %deopt, !prof !0
16 ; CHECK: guarded:
27 ; CHECK: br i1 %c, label %guarded, label %deopt, !prof !0
31 ; CHECK: guarded:
42 ; CHECK: br i1 %c, label %guarded, label %deopt, !prof !0
46 ; CHECK: guarded:
56 ; CHECK: br i1 %c, label %guarded, label %deopt, !prof !0
60 ; CHECK: guarded:
66 ; CHECK: br i1 %notNull, label %guarded, label %deopt, !prof !0, !make.implicit !1
Dwith-calling-conv.ll7 ; CHECK: br i1 %c, label %guarded, label %deopt
/external/llvm/test/CodeGen/X86/
Dwineh-coreclr.ll166 ; Clause 1: call f(2) is guarded by catch1
179 ; Clause 2: call f(2) is also guarded by catch2
192 ; Clause 3: calls f(1) and f(2) are guarded by finally
205 ; Clause 4: call f(3) is guarded by finally
221 ; Clause 5: call f(5) is guarded by fault
234 ; Clause 6: calls f(4) and f(5) are guarded by finally
250 ; Clause 7: call f(6) is guarded by finally
341 ; Clause 1: call f(1) is guarded by fault
354 ; Clause 2: call f(1) is also guarded by catch2
367 ; Clause 3: calls f(2) is guarded by catch1
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DSearchableTable.td14 // the name of the def is generated. It is guarded by the preprocessor define
19 // guarded by the GET_name_IMPL preprocessor guard.
23 // declarations and definitions are all guarded by GET_name_DECL and
/external/angle/build/android/incremental_install/third_party/AndroidHiddenApiBypass/
DREADME.chromium10 AndroidHiddenApiBypass enables reflection on APIs that are meant to be guarded
/external/cronet/base/third_party/cityhash/
DREADME.chromium20 - guarded function declaration (i.e. CityHash64) within a namespace
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2022-034.md7 …utable arguments to some operations are missing from the proto. This is [guarded by a `DCHECK`](ht…
Dtfsa-2021-068.md38 Whereas accesses to `input_backprop_flat` are guarded by `FastBoundsCheck`, the
/external/cronet/base/
Dthread_annotations_unittest.nc56 // The AutoLock will go out of scope before the guarded member access.
Dlogging.cc479 static bool guarded = false; in SetLogFatalCrashKey() local
480 if (guarded) in SetLogFatalCrashKey()
483 base::AutoReset<bool> guard(&guarded, true); in SetLogFatalCrashKey()
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/
Dthread_annotations_pa_unittest.nc56 // The AutoLock will go out of scope before the guarded member access.
/external/libchrome/base/
Dthread_annotations_unittest.nc56 // The AutoLock will go out of scope before the guarded member access.
/external/llvm/test/Transforms/LoopVectorize/AArch64/
Dbackedge-overflow.ll7 ; using SCEV predicates. This allows us to compute a 'guarded' backedge count.
8 ; The Loop Vectorizer is able to version to loop in order to use this guarded
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DGeneratedMonitorTest.java621 boolean guarded = isGuarded(method); in doCall()
623 Object[] arguments = new Object[(guarded ? 1 : 0) + (timed ? 2 : 0)]; in doCall()
624 if (guarded) { in doCall()
/external/pigweed/pw_sync/
Ddocs.rst571 code which variables are guarded by which locks, which locks should or cannot be
748 which is guarded by a lock, enabling a containerized style of external locking.
750 Users who need access to the guarded object can ask to acquire a
920 owns the guarded object and the lock object.
924 referenced by users of the guarded object. The default lock is
928 An InlineBorrowable is a Borrowable with the same guarded object and lock
936 variable or data member. The guarded object and its lock are guaranteed to have
941 The guarded object and its lock are constructed in-place by the
946 * Pass the parameters for the guarded object inline to the constructor. This is
968 * Use callables to construct the guarded object and lock object:
/external/rust/crates/once_cell/
DCargo.toml.orig24 # only features from `[features]` table are a part of semver-guarded API.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZFeatures.td202 "guarded-storage", "GuardedStorage",
203 "Assume that the guarded-storage facility is installed"
/external/rust/crates/scopeguard/
DREADME.rst72 guarded value. (by @tormol)
/external/libvpx/vpx_dsp/x86/
Dbitdepth_conversion_sse2.asm12 ; vpx_config.asm is not guarded so can not be included twice. Because this will
/external/clang/docs/
DThreadSafetyAnalysis.rst20 *guarded by* the mutex ``mu``, then the analysis will issue a warning whenever
444 + ``-Wthread-safety-reference``: Checks when guarded members are passed by reference.
465 ensuring that a capability is held before reading or writing to guarded data,
660 common practice) to initialize guarded members without acquiring any locks.
663 Ideally, the analysis would allow initialization of guarded members inside the
832 // access at any one time. Write operations to guarded data require an
893 THREAD_ANNOTATION_ATTRIBUTE__(guarded)
/external/guava/android/guava/src/com/google/common/reflect/
DTypeResolver.java302 TypeTable guarded = in resolve() local
312 return resolveInternal(var, guarded); in resolve()
/external/guava/guava/src/com/google/common/reflect/
DTypeResolver.java302 TypeTable guarded = in resolve() local
312 return resolveInternal(var, guarded); in resolve()
/external/webrtc/g3doc/
Dimplementation_basics.md83 ### PostTask and thread-guarded variables
95 Member variables marked const do not need to be guarded, since they never
/external/cronet/buildtools/third_party/libc++/trunk/docs/DesignDocs/
DHeaderRemovalPolicy.rst37 guarded by something of the form:
/external/gwp_asan/gwp_asan/
Doptions.inc27 "Number of simultaneously-guarded allocations available in the "

1234