/external/llvm-project/clang/test/Parser/ |
D | pragma-attribute.cpp | 3 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = function) 9 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(variable(is_paramete… 12 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = variable(unless(is_param… 15 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any(variable(unless(is_p… 19 #pragma clang attribute push (__attribute__((abi_tag("a"))) apply_to=function) // expected-error {{… 36 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to any(function)) // expected… 37 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to function) // expected-erro… 38 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to) // expected-error {{expec… 39 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to 41 (22)) // expected-error {{… 40 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any) // expected-error {… [all …]
|
D | pragma-attribute-declspec.cpp | 3 #pragma clang attribute push(__declspec(dllexport), apply_to = function) 9 #pragma clang attribute push(__declspec(dllexport, dllimport), apply_to = function) // expected-err… 11 #pragma clang attribute push(__declspec(align), apply_to = variable) // expected-error {{attribute … 13 #pragma clang attribute push(__declspec(), apply_to = variable) // A noop
|
D | objc-implementation-attrs.m | 35 #pragma clang attribute push (AVAIL_ATTR, apply_to=objc_implementation) 45 #pragma clang attribute push (__attribute__((annotate)), apply_to=objc_implementation)
|
/external/llvm-project/clang/test/Sema/ |
D | pragma-attribute-strict-subjects.c | 3 #pragma clang attribute push (__attribute__((annotate("test"))), apply_to = any(function, variable)) 9 #pragma clang attribute push (__attribute__((annotate("subRuleContradictions"))), apply_to = any(va… 15 #pragma clang attribute push (__attribute__((annotate("subRuleContradictions2"))), apply_to = any(f… 20 #pragma clang attribute push (__attribute__((annotate("subRuleContradictions3"))), apply_to = any(v… 25 #pragma clang attribute push (__attribute__((annotate("negatedSubRuleContradictions1"))), apply_to … 30 #pragma clang attribute push (__attribute__((annotate("negatedSubRuleContradictions2"))), apply_to … 38 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(function)) 42 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(record(unless(is_union)… 46 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(function, variable, rec… 50 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(variable, record(unless… [all …]
|
D | pragma-attribute.c | 6 #pragma clang attribute push (__attribute__((annotate)), apply_to = function) // expected-warning {… 10 #pragma clang attribute push (__attribute__((annotate)), apply_to = function) // expected-error 4 {… 15 #pragma clang attribute push (__attribute__((annotate())), apply_to = function) // expected-error 2… 19 #pragma clang attribute push (__attribute__((annotate("hello", "world"))), apply_to = function) 29 #pragma clang attribute push (__attribute__((optnone)), apply_to = function) // expected-note 2 {{c… 41 #pragma clang attribute push (__attribute__((annotate())), apply_to = function) // expected-error{{… 42 #pragma clang attribute (__attribute__((annotate())), apply_to = function) // expected-error{{'anno… 51 #pragma clang attribute (__attribute__((annotate())), apply_to = function) // expected-error 2 {{'a… 55 #pragma clang attribute push (__attribute__((annotate())), apply_to = function) // expected-error{{… 62 #pragma clang attribute (__attribute__((annotate)), apply_to = function) // expected-error{{'#pragm… [all …]
|
D | pragma-attribute-namespace.c | 7 #pragma clang attribute MyNamespace.push (__attribute__((annotate)), apply_to=function) // expected… 14 #pragma clang attribute MyOtherNamespace.push (__attribute__((annotate)), apply_to=function) // exp… 31 #pragma clang attribute Merp.push (__attribute__((annotate)), apply_to=function) // expected-error{… 32 #pragma clang attribute push (__attribute__((annotate)), apply_to=function) // expected-warning {{u… 37 #pragma clang attribute push (__attribute__((annotate)), apply_to=function) // expected-warning {{u… 38 #pragma clang attribute Merp.push (__attribute__((annotate)), apply_to=function) // expected-error{…
|
/external/llvm-project/clang/test/Misc/ |
D | pragma-attribute-strict-subjects.c | 6 #pragma clang attribute push (__attribute__((annotate("subRuleContradictions"))), apply_to = any(va… 18 #pragma clang attribute push (__attribute__((annotate("negatedSubRuleContradictions2"))), apply_to … 36 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(function)) 53 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(function, record(unless… 77 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(function)) 93 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = variable) 109 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(record(unless(is_union)… 125 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(function, variable)) 141 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(variable, record(unless… 157 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(record(unless(is_union)… [all …]
|
D | pragma-attribute-cxx.cpp | 10 #pragma clang attribute push (__attribute__((annotate("test"))), apply_to=any(record, field, variab… 30 #pragma clang attribute push (__attribute__((annotate("method"))), apply_to=any(record, field, vari… 85 #pragma clang attribute push (__attribute__((require_constant_initialization)), apply_to=variable(i… 100 #pragma clang attribute push ([[noreturn]], apply_to = function)
|
D | pragma-attribute-objc.m | 4 #pragma clang attribute push (__attribute__((annotate("test"))), apply_to = any(objc_interface, obj… 5 #pragma clang attribute push (__attribute__((objc_subclassing_restricted)), apply_to = objc_interfa… 79 …ribute push (__attribute__((annotate(\"applied at container start\"))), apply_to=objc_interface)");
|
/external/llvm-project/clang/test/FixIt/ |
D | fixit-pragma-attribute.cpp | 10 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( enum, function, fun… 14 #pragma clang attribute push(__attribute__((annotate("test"))), apply_to = any( variable(is_global)… 18 #pragma clang attribute push (__attribute__((annotate("subRuleContradictions"))), apply_to = any(va… 24 #pragma clang attribute push (__attribute__((annotate("subRuleContradictions2"))), apply_to = any(f… 29 #pragma clang attribute push (__attribute__((annotate("negatedSubRuleContradictions1"))), apply_to … 33 #pragma clang attribute push (__attribute__((annotate("negatedSubRuleContradictions2"))), apply_to … 37 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to = any(enum, variable)) 43 #pragma clang attribute push (__attribute__((abi_tag("a"))) apply_to=function) 73 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to) 75 #pragma clang attribute push (__attribute__((abi_tag("a"))), apply_to any(function)) [all …]
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/doxygen/ |
D | range.cpp | 27 rxcpp::util::apply_to( 46 rxcpp::util::apply_to( 71 subscribe(rxcpp::util::apply_to( 93 subscribe(rxcpp::util::apply_to( 120 subscribe(rxcpp::util::apply_to( 146 subscribe(rxcpp::util::apply_to(
|
/external/llvm-project/clang/test/SemaObjC/ |
D | attr-availability-priority.m | 20 …ute push (__attribute__((availability(tvos, introduced=11.0, deprecated=12.0))), apply_to=function) 28 …bute push (__attribute__((availability(ios, introduced=11.0, deprecated=12.0))), apply_to=function) 36 …ute push (__attribute__((availability(tvos, introduced=11.0, deprecated=12.0))), apply_to=function) 37 …bute push (__attribute__((availability(ios, introduced=11.0, deprecated=11.3))), apply_to=function)
|
D | externally-retained.m | 79 #pragma clang attribute ext_ret.push(__attribute__((objc_externally_retained)), apply_to=any(functi…
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtin-preserve-access-index-typedef.c | 4 #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record)
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | trivial-auto-var-init-attribute.cpp | 25 #pragma clang attribute push([[clang::uninitialized]], apply_to = variable(is_local))
|
/external/llvm-project/clang/test/AST/ |
D | pragma-attribute-cxx-subject-match-rules.cpp | 16 #pragma clang attribute push (__attribute__((annotate("test"))), apply_to = any(SUBJECT))
|
D | pragma-attribute-objc-subject-match-rules.m | 11 #pragma clang attribute push (__attribute__((annotate("test"))), apply_to = any(SUBJECT))
|
/external/llvm-project/libcxx/include/ |
D | __availability | 169 …ute push(__attribute__((availability(macosx,strict,introduced=10.15))), apply_to=any(function,reco… 170 …tribute push(__attribute__((availability(ios,strict,introduced=13.0))), apply_to=any(function,reco… 171 …ribute push(__attribute__((availability(tvos,strict,introduced=13.0))), apply_to=any(function,reco… 172 …bute push(__attribute__((availability(watchos,strict,introduced=6.0))), apply_to=any(function,reco…
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-util.hpp | 238 struct apply_to struct 242 explicit apply_to(F f) in apply_to() function 262 auto apply_to(F f) in apply_to() function 263 -> detail::apply_to<F> { in apply_to() 264 return detail::apply_to<F>(std::move(f)); in apply_to()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/examples/pythagorian/ |
D | main.cpp | 137 .subscribe(rxu::apply_to([&ct](int /*x*/,int /*y*/,int /*z*/){ in wmain()
|
/external/Reactive-Extensions/RxCpp/Rx/v2/test/operators/ |
D | group_by.cpp | 75 map(rxcpp::util::apply_to( in __anondfad2d780502() 145 map(rxcpp::util::apply_to(
|
D | concat_map.cpp | 45 rxu::apply_to([&ct](int /*x*/,int /*y*/,int /*z*/){++ct;}), in __anon7becb6260702()
|
/external/llvm-project/llvm/test/CodeGen/BPF/CORE/ |
D | offset-reloc-typedef-struct-2.ll | 6 ; #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record)
|
D | offset-reloc-typedef-union-2.ll | 6 ; #pragma clang attribute push (__attribute__((preserve_access_index)), apply_to = record)
|
/external/llvm-project/clang/test/Index/Core/ |
D | external-source-symbol-attr.m | 5 #define PUSH_GEN_DECL(mod_name) push(GEN_DECL(mod_name), apply_to=any(enum, objc_interface, objc_ca…
|