HomeSort by: relevance | last modified time | path
    Searched refs:REQUIRES (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-feature-deps.h 54 - enable: the transitive closure of the features that FEATURE requires,
68 #define HANDLE(IDENT, REQUIRES, EXPLICIT_ON) \
71 static constexpr auto enable = flag | get_enable REQUIRES; \
81 #define AARCH64_OPT_EXTENSION(A, IDENT, REQUIRES, EXPLICIT_ON, E, F) \
82 HANDLE (IDENT, REQUIRES, EXPLICIT_ON)
83 #define AARCH64_ARCH(A, B, IDENT, D, REQUIRES) HANDLE (IDENT, REQUIRES, ())
aarch64-option-extensions.def 25 AARCH64_OPT_EXTENSION(NAME, IDENT, REQUIRES, EXPLICIT_ON,
36 - REQUIRES is a list of features that must be enabled whenever this
38 if A appears in B's REQUIRES and B appears in C's REQUIRES then
43 +NAME specification, in addition to those listed in REQUIRES.
45 The list is implicitly transitively closed wrt REQUIRES (but *not*
47 Thus if A is in B's REQUIRES and B is in C's EXPLICIT_ON, +C will
52 dependent on NAME (according to REQUIRES). As with EXPLICIT_ON,
55 any features that are transitively dependent on A (according to REQUIRES).
73 AARCH64_OPT_FMV_EXTENSION(NAME, IDENT, REQUIRES, EXPLICIT_ON
    [all...]
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_safety.h 28 #define REQUIRES(...) THREAD_ANNOTATION(requires_capability(__VA_ARGS__))
sanitizer_quarantine.h 152 void NOINLINE Recycle(uptr min_size, Callback cb) REQUIRES(recycle_mutex_)
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/src/
mutex.h 31 #define REQUIRES(...) \
132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) {
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/src/
mutex.h 31 #define REQUIRES(...) \
132 bool createBarrier(MutexLock& ml) REQUIRES(lock_) {
  /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/
mir.vim 30 syn match mirSpecialComment /#\s*REQUIRES:.*$/
llvm.vim 234 syn match llvmSpecialComment /;\s*REQUIRES:.*$/
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
Test.py 238 self.requires = []
340 Throws ValueError if a REQUIRES line has a syntax error.
360 return [item for item in self.requires
363 raise ValueError('Error in REQUIRES list:\n%s' % str(e))
369 Returns a list of features from REQUIRES that are not satisfied."
370 Throws ValueError if a REQUIRES line has a syntax error.
399 REQUIRES annotations for this test.
403 feature_keywords = ('UNSUPPORTED:', 'REQUIRES:', 'XFAIL:')

Completed in 22 milliseconds