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/ |
D | requires-missing.txt | 1 # REQUIRES with a false clause. Test should not run. 2 REQUIRES: true 3 REQUIRES: a-missing-feature, true 4 REQUIRES: true
|
D | requires-present.txt | 1 # REQUIRES with only true clauses. Test should run. 2 REQUIRES: a-present-feature, true, !not-true 3 REQUIRES: true
|
D | requires-triple.txt | 1 # 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/ |
D | archive-GNU64-write.test | 1 # REQUIRES: llvm-64-bits 2 # REQUIRES: system-linux 3 # REQUIRES: shell
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-config/ |
D | system-libs.windows.test | 2 REQUIRES: static-libs 3 REQUIRES: system-windows
|
/external/llvm/test/Linker/ |
D | type-unique-simple2.ll | 1 ; REQUIRES: object-emission 2 ; REQUIRES: default_triple
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | type-unique-simple2.ll | 1 ; REQUIRES: object-emission 2 ; REQUIRES: default_triple
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-symbolizer/ |
D | coff-exports.test | 6 REQUIRES: system-windows 7 REQUIRES: target-windows
|
/external/clang/docs/ |
D | ThreadSafetyAnalysis.rst | 42 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/ |
D | aarch64-execname-options.ll | 3 ; REQUIRES: static-libs 4 ; REQUIRES: aarch64-registered-target
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-csldst-mmo.ll | 1 ; REQUIRES: asserts 3 ; REQUIRES: asserts
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | arm64-csldst-mmo.ll | 1 ; REQUIRES: asserts 3 ; REQUIRES: asserts
|
D | vecreduce-propagate-sd-flags.ll | 1 ; REQUIRES: arm-registered-target 2 ; REQUIRES: asserts
|
/external/libaom/libaom/build/cmake/ |
D | rtcd.pl | 20 my @REQUIRES; 418 @REQUIRES = filter(qw/mmx sse sse2/); 419 &require(@REQUIRES);
|
/external/libvpx/libvpx/build/make/ |
D | rtcd.pl | 20 my @REQUIRES; 409 @REQUIRES = filter(qw/mmx sse sse2/); 410 &require(@REQUIRES);
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | can-execute.txt | 1 REQUIRES: can-execute 2 REQUIRES: shell
|
/external/clang/test/Driver/ |
D | crash-report-modules.m | 10 // REQUIRES: crash-recovery 13 // REQUIRES: shell
|
/external/clang/test/Modules/ |
D | target-features.m | 1 // 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/ |
D | exec-options.ll | 3 ; REQUIRES: static-libs 4 ; REQUIRES: x86-registered-target
|
/external/libcxx/utils/google-benchmark/src/ |
D | mutex.h | 31 #define REQUIRES(...) \ macro 132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier()
|
/external/google-benchmark/src/ |
D | mutex.h | 31 #define REQUIRES(...) \ macro 132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) { in createBarrier()
|
/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/ |
D | GeneratedJavaParser.java | 482 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/ |
D | crash-recovery-modules.m | 13 // REQUIRES: crash-recovery 14 // REQUIRES: shell
|
/external/llvm/utils/lit/tests/Inputs/shtest-format/ |
D | requires-present.txt | 2 REQUIRES: a-present-feature
|
D | requires-missing.txt | 2 REQUIRES: a-missing-feature
|
12345678910>>...60