Home
last modified time | relevance | path

Searched refs:REQUIRES (Results 1 – 25 of 1478) sorted by relevance

12345678910>>...60

/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/tests/Inputs/shtest-format/
Drequires-missing.txt1 # REQUIRES with a false clause. Test should not run.
2 REQUIRES: true
3 REQUIRES: a-missing-feature, true
4 REQUIRES: true
Drequires-present.txt1 # REQUIRES with only true clauses. Test should run.
2 REQUIRES: a-present-feature, true, !not-true
3 REQUIRES: true
Drequires-triple.txt1 # REQUIRES line that uses target triple, which doesn't work. Test should not run
2 REQUIRES: x86_64
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Darchive-GNU64-write.test1 # REQUIRES: llvm-64-bits
2 # REQUIRES: system-linux
3 # REQUIRES: shell
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-config/
Dsystem-libs.windows.test2 REQUIRES: static-libs
3 REQUIRES: system-windows
/external/llvm/test/Linker/
Dtype-unique-simple2.ll1 ; REQUIRES: object-emission
2 ; REQUIRES: default_triple
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/
Dtype-unique-simple2.ll1 ; REQUIRES: object-emission
2 ; REQUIRES: default_triple
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-symbolizer/
Dcoff-exports.test6 REQUIRES: system-windows
7 REQUIRES: target-windows
/external/clang/docs/
DThreadSafetyAnalysis.rst42 void withdrawImpl(int amount) REQUIRES(mu) {
63 operations are atomic. Similarly, ``REQUIRES`` declares that
68 The ``depositImpl()`` method does not have ``REQUIRES``, so the
182 REQUIRES(...), REQUIRES_SHARED(...)
187 ``REQUIRES`` is an attribute on functions or methods, which
200 void foo() REQUIRES(mu1, mu2) {
305 Unlike ``REQUIRES``, ``EXCLUDES`` is optional. The analysis will not issue a
354 void clear() REQUIRES(getMu()) { a = 0; }
464 deadlock. The GUARDED_BY and REQUIRES attributes prevent race conditions, by
470 safety guarantee as REQUIRES. In particular:
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-isel-fuzzer/
Daarch64-execname-options.ll3 ; REQUIRES: static-libs
4 ; REQUIRES: aarch64-registered-target
/external/llvm/test/CodeGen/AArch64/
Darm64-csldst-mmo.ll1 ; REQUIRES: asserts
3 ; REQUIRES: asserts
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-csldst-mmo.ll1 ; REQUIRES: asserts
3 ; REQUIRES: asserts
Dvecreduce-propagate-sd-flags.ll1 ; REQUIRES: arm-registered-target
2 ; REQUIRES: asserts
/external/libaom/libaom/build/cmake/
Drtcd.pl20 my @REQUIRES;
418 @REQUIRES = filter(qw/mmx sse sse2/);
419 &require(@REQUIRES);
/external/libvpx/libvpx/build/make/
Drtcd.pl20 my @REQUIRES;
409 @REQUIRES = filter(qw/mmx sse sse2/);
410 &require(@REQUIRES);
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/
Dcan-execute.txt1 REQUIRES: can-execute
2 REQUIRES: shell
/external/clang/test/Driver/
Dcrash-report-modules.m10 // REQUIRES: crash-recovery
13 // REQUIRES: shell
/external/clang/test/Modules/
Dtarget-features.m1 // REQUIRES: x86-registered-target
2 // REQUIRES: arm-registered-target
3 // REQUIRES: aarch64-registered-target
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-opt-fuzzer/
Dexec-options.ll3 ; REQUIRES: static-libs
4 ; REQUIRES: x86-registered-target
/external/libcxx/utils/google-benchmark/src/
Dmutex.h31 #define REQUIRES(...) \ macro
132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier()
/external/google-benchmark/src/
Dmutex.h31 #define REQUIRES(...) \ macro
132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier()
/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/
DGeneratedJavaParser.java482 case REQUIRES: in EnumDeclaration()
552 case REQUIRES: in EnumDeclaration()
599 case REQUIRES: in EnumDeclaration()
785 case REQUIRES: in ClassOrInterfaceBody()
832 case REQUIRES: in ClassOrInterfaceBody()
894 case REQUIRES: in ClassOrInterfaceBodyDeclaration()
939 case REQUIRES: in ClassOrInterfaceBodyDeclaration()
1067 case REQUIRES: in VariableInitializer()
1126 case REQUIRES: in ArrayInitializer()
1309 case REQUIRES: in Parameters()
[all …]
/external/clang/test/Index/
Dcrash-recovery-modules.m13 // REQUIRES: crash-recovery
14 // REQUIRES: shell
/external/llvm/utils/lit/tests/Inputs/shtest-format/
Drequires-present.txt2 REQUIRES: a-present-feature
Drequires-missing.txt2 REQUIRES: a-missing-feature

12345678910>>...60