/external/llvm/test/Transforms/LowerGuardIntrinsic/ |
D | basic.ll | 12 ; 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
|
D | with-calling-conv.ll | 7 ; CHECK: br i1 %c, label %guarded, label %deopt
|
/external/llvm/test/CodeGen/X86/ |
D | wineh-coreclr.ll | 166 ; 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/ |
D | SearchableTable.td | 14 // 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/ |
D | README.chromium | 10 AndroidHiddenApiBypass enables reflection on APIs that are meant to be guarded
|
/external/cronet/base/third_party/cityhash/ |
D | README.chromium | 20 - guarded function declaration (i.e. CityHash64) within a namespace
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2022-034.md | 7 …utable arguments to some operations are missing from the proto. This is [guarded by a `DCHECK`](ht…
|
D | tfsa-2021-068.md | 38 Whereas accesses to `input_backprop_flat` are guarded by `FastBoundsCheck`, the
|
/external/cronet/base/ |
D | thread_annotations_unittest.nc | 56 // The AutoLock will go out of scope before the guarded member access.
|
D | logging.cc | 479 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/ |
D | thread_annotations_pa_unittest.nc | 56 // The AutoLock will go out of scope before the guarded member access.
|
/external/libchrome/base/ |
D | thread_annotations_unittest.nc | 56 // The AutoLock will go out of scope before the guarded member access.
|
/external/llvm/test/Transforms/LoopVectorize/AArch64/ |
D | backedge-overflow.ll | 7 ; 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/ |
D | GeneratedMonitorTest.java | 621 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/ |
D | docs.rst | 571 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/ |
D | Cargo.toml.orig | 24 # only features from `[features]` table are a part of semver-guarded API.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZFeatures.td | 202 "guarded-storage", "GuardedStorage", 203 "Assume that the guarded-storage facility is installed"
|
/external/rust/crates/scopeguard/ |
D | README.rst | 72 guarded value. (by @tormol)
|
/external/libvpx/vpx_dsp/x86/ |
D | bitdepth_conversion_sse2.asm | 12 ; vpx_config.asm is not guarded so can not be included twice. Because this will
|
/external/clang/docs/ |
D | ThreadSafetyAnalysis.rst | 20 *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/ |
D | TypeResolver.java | 302 TypeTable guarded = in resolve() local 312 return resolveInternal(var, guarded); in resolve()
|
/external/guava/guava/src/com/google/common/reflect/ |
D | TypeResolver.java | 302 TypeTable guarded = in resolve() local 312 return resolveInternal(var, guarded); in resolve()
|
/external/webrtc/g3doc/ |
D | implementation_basics.md | 83 ### 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/ |
D | HeaderRemovalPolicy.rst | 37 guarded by something of the form:
|
/external/gwp_asan/gwp_asan/ |
D | options.inc | 27 "Number of simultaneously-guarded allocations available in the "
|