Home
last modified time | relevance | path

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

12

/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 …]
Dblock-placement.ll6 ; Test a chain of ifs, where the block guarded by the if is error handling code
/external/webrtc/webrtc/base/
Dthread_annotations.h34 #define GUARDED_VAR THREAD_ANNOTATION_ATTRIBUTE__(guarded)
/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/guava/src/com/google/common/reflect/
DTypeResolver.java240 TypeTable guarded = new TypeTable() { in resolve() local
249 return resolveInternal(var, guarded); in resolve()
/external/libvpx/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)
DModules.rst837 **Macro-guarded copy-and-pasted definitions**
/external/libyuv/files/tools/ubsan/
Dvptr_blacklist.txt26 # all of which are guarded using COMPILER_ASSERT on the object size. Two more
/external/python/cpython2/Lib/idlelib/idle_test/
DREADME.txt50 tests must be 'guarded' by "requires('gui')" in a setUp function or method.
/external/valgrind/docs/internals/
Dmultiple-architectures.txt124 guarded by the VGCONF_PLATFORMS_INCLUDE_* symbols.
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
Dscev-aa.ll91 ; by MayAlias. The loop is guarded by a n > 0 test though, so
Davoid-smax-1.ll5 ; because it should be able to prove that the comparison is guarded
/external/llvm/test/Analysis/ScalarEvolution/
Dscev-aa.ll93 ; by MayAlias. The loop is guarded by a n > 0 test though, so
Davoid-smax-1.ll5 ; be able to prove that the comparison is guarded by an appropriate
/external/llvm/docs/TableGen/
DBackEnds.rst39 For instance, a global contract is that each back-end produces macro-guarded
/external/llvm/test/Transforms/GuardWidening/
Dbasic.ll290 ; Checks that we are adequately guarded against exponential-time
/external/skia/
DBUILD.gn834 # Targets guarded by skia_enable_tools may use //third_party freely.
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
DCodeGenTreeWalker.g915 // so actions aren't guarded by the "if (input.LA(1)==Token.DOWN)"
/external/libcxx/include/
Dalgorithm3950 // The search going up is known to be guarded but the search coming down isn't.
5220 // The search going up is known to be guarded but the search coming down isn't.
/external/bison/
DNEWS280 The generated headers are now guarded, as is already the case for C++
/external/swiftshader/third_party/subzero/
DDESIGN.rst1080 access to each field is guarded by a mutex.
/external/swiftshader/third_party/subzero/docs/
DDESIGN.rst1080 access to each field is guarded by a mutex.

12