/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | TypeTraits.h | 22 #define TYPE_TRAIT_1(Spelling, Name, Key) UTT_##Name, argument 25 #define TYPE_TRAIT_1(Spelling, Name, Key) +1 argument 28 #define TYPE_TRAIT_2(Spelling, Name, Key) BTT_##Name, argument 31 #define TYPE_TRAIT_2(Spelling, Name, Key) +1 argument 34 #define TYPE_TRAIT_N(Spelling, Name, Key) TT_##Name, argument 37 #define TYPE_TRAIT_N(Spelling, Name, Key) +1 argument 43 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) ATT_##Name, argument 46 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) +1 argument 52 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) UETT_##Name, argument 53 #define CXX11_UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) UETT_##Name, argument [all …]
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | TypeTraits.h | 22 #define TYPE_TRAIT_1(Spelling, Name, Key) UTT_##Name, argument 25 #define TYPE_TRAIT_1(Spelling, Name, Key) +1 argument 28 #define TYPE_TRAIT_2(Spelling, Name, Key) BTT_##Name, argument 31 #define TYPE_TRAIT_2(Spelling, Name, Key) +1 argument 34 #define TYPE_TRAIT_N(Spelling, Name, Key) TT_##Name, argument 37 #define TYPE_TRAIT_N(Spelling, Name, Key) +1 argument 43 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) ATT_##Name, argument 46 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) +1 argument 52 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) UETT_##Name, argument 53 #define CXX11_UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) UETT_##Name, argument [all …]
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/clang/Basic/ |
D | TypeTraits.h | 22 #define TYPE_TRAIT_1(Spelling, Name, Key) UTT_##Name, argument 25 #define TYPE_TRAIT_1(Spelling, Name, Key) +1 argument 28 #define TYPE_TRAIT_2(Spelling, Name, Key) BTT_##Name, argument 31 #define TYPE_TRAIT_2(Spelling, Name, Key) +1 argument 34 #define TYPE_TRAIT_N(Spelling, Name, Key) TT_##Name, argument 37 #define TYPE_TRAIT_N(Spelling, Name, Key) +1 argument 43 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) ATT_##Name, argument 46 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) +1 argument 52 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) UETT_##Name, argument 53 #define CXX11_UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) UETT_##Name, argument [all …]
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | TypeTraits.h | 22 #define TYPE_TRAIT_1(Spelling, Name, Key) UTT_##Name, argument 25 #define TYPE_TRAIT_1(Spelling, Name, Key) +1 argument 28 #define TYPE_TRAIT_2(Spelling, Name, Key) BTT_##Name, argument 31 #define TYPE_TRAIT_2(Spelling, Name, Key) +1 argument 34 #define TYPE_TRAIT_N(Spelling, Name, Key) TT_##Name, argument 37 #define TYPE_TRAIT_N(Spelling, Name, Key) +1 argument 43 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) ATT_##Name, argument 46 #define ARRAY_TYPE_TRAIT(Spelling, Name, Key) +1 argument 52 #define UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) UETT_##Name, argument 53 #define CXX11_UNARY_EXPR_OR_TYPE_TRAIT(Spelling, Name, Key) UETT_##Name, argument [all …]
|
/prebuilts/rust/linux-musl-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/ |
D | sgx.rs | 3 pub type Key = usize; typedef 6 pub fn create(dtor: Option<unsafe extern "C" fn(*mut u8)>) -> Key { in create() 11 pub unsafe fn set(key: Key, value: *mut u8) { in set() 21 pub unsafe fn destroy(key: Key) { in destroy()
|
D | unix.rs | 3 pub type Key = libc::pthread_key_t; typedef 6 pub fn create(dtor: Option<unsafe extern "C" fn(*mut u8)>) -> Key { in create() 13 pub unsafe fn set(key: Key, value: *mut u8) { in set() 25 pub unsafe fn destroy(key: Key) { in destroy()
|
D | trusty.rs | 3 pub type Key = usize; typedef 9 pub fn create(dtor: Option<Dtor>) -> Key { in create() 18 pub unsafe fn set(key: Key, value: *mut u8) { in set() 28 pub fn destroy(_key: Key) { in destroy()
|
/prebuilts/rust/linux-musl-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/ |
D | sgx.rs | 3 pub type Key = usize; typedef 6 pub fn create(dtor: Option<unsafe extern "C" fn(*mut u8)>) -> Key { in create() 11 pub unsafe fn set(key: Key, value: *mut u8) { in set() 21 pub unsafe fn destroy(key: Key) { in destroy()
|
D | unix.rs | 3 pub type Key = libc::pthread_key_t; typedef 6 pub fn create(dtor: Option<unsafe extern "C" fn(*mut u8)>) -> Key { in create() 13 pub unsafe fn set(key: Key, value: *mut u8) { in set() 25 pub unsafe fn destroy(key: Key) { in destroy()
|
D | trusty.rs | 3 pub type Key = usize; typedef 9 pub fn create(dtor: Option<Dtor>) -> Key { in create() 20 pub unsafe fn set(key: Key, value: *mut u8) { in set() 30 pub fn destroy(_key: Key) {} in destroy()
|
/prebuilts/rust/linux-x86/1.82.0/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/ |
D | sgx.rs | 3 pub type Key = usize; typedef 6 pub fn create(dtor: Option<unsafe extern "C" fn(*mut u8)>) -> Key { in create() 11 pub unsafe fn set(key: Key, value: *mut u8) { in set() 21 pub unsafe fn destroy(key: Key) { in destroy()
|
D | unix.rs | 3 pub type Key = libc::pthread_key_t; typedef 6 pub fn create(dtor: Option<unsafe extern "C" fn(*mut u8)>) -> Key { in create() 13 pub unsafe fn set(key: Key, value: *mut u8) { in set() 25 pub unsafe fn destroy(key: Key) { in destroy()
|
D | trusty.rs | 3 pub type Key = usize; typedef 9 pub fn create(dtor: Option<Dtor>) -> Key { in create() 18 pub unsafe fn set(key: Key, value: *mut u8) { in set() 28 pub fn destroy(_key: Key) { in destroy()
|
/prebuilts/rust/linux-x86/1.83.0/lib/rustlib/src/rust/library/std/src/sys/thread_local/key/ |
D | sgx.rs | 3 pub type Key = usize; typedef 6 pub fn create(dtor: Option<unsafe extern "C" fn(*mut u8)>) -> Key { in create() 11 pub unsafe fn set(key: Key, value: *mut u8) { in set() 21 pub unsafe fn destroy(key: Key) { in destroy()
|
D | unix.rs | 3 pub type Key = libc::pthread_key_t; typedef 6 pub fn create(dtor: Option<unsafe extern "C" fn(*mut u8)>) -> Key { in create() 13 pub unsafe fn set(key: Key, value: *mut u8) { in set() 25 pub unsafe fn destroy(key: Key) { in destroy()
|
D | trusty.rs | 3 pub type Key = usize; typedef 9 pub fn create(dtor: Option<Dtor>) -> Key { in create() 20 pub unsafe fn set(key: Key, value: *mut u8) { in set() 30 pub fn destroy(_key: Key) {} in destroy()
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/ |
D | HashKeyMap.h | 66 const original_key_type &Key, in try_emplace() 73 std::pair<iterator, bool> try_emplace(const original_key_type &Key, in try_emplace() 86 iterator find(const original_key_type &Key) { in find() 93 const_iterator find(const original_key_type &Key) const { in find() 100 mapped_type lookup(const original_key_type &Key) const { in lookup() 107 size_t count(const original_key_type &Key) const { in count()
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/ |
D | HashKeyMap.h | 66 const original_key_type &Key, in try_emplace() 73 std::pair<iterator, bool> try_emplace(const original_key_type &Key, in try_emplace() 86 iterator find(const original_key_type &Key) { in find() 93 const_iterator find(const original_key_type &Key) const { in find() 100 mapped_type lookup(const original_key_type &Key) const { in lookup() 107 size_t count(const original_key_type &Key) const { in count()
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/ProfileData/ |
D | HashKeyMap.h | 66 const original_key_type &Key, in try_emplace() 73 std::pair<iterator, bool> try_emplace(const original_key_type &Key, in try_emplace() 86 iterator find(const original_key_type &Key) { in find() 93 const_iterator find(const original_key_type &Key) const { in find() 100 mapped_type lookup(const original_key_type &Key) const { in lookup() 107 size_t count(const original_key_type &Key) const { in count()
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/ |
D | HashKeyMap.h | 66 const original_key_type &Key, in try_emplace() 73 std::pair<iterator, bool> try_emplace(const original_key_type &Key, in try_emplace() 86 iterator find(const original_key_type &Key) { in find() 93 const_iterator find(const original_key_type &Key) const { in find() 100 mapped_type lookup(const original_key_type &Key) const { in lookup() 107 size_t count(const original_key_type &Key) const { in count()
|
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/ |
D | MapVector.h | 110 ValueT lookup(const KeyT &Key) const { in lookup() 118 std::pair<iterator, bool> try_emplace(const KeyT &Key, Ts &&...Args) { in try_emplace() 129 std::pair<iterator, bool> try_emplace(KeyT &&Key, Ts &&...Args) { in try_emplace() 149 std::pair<iterator, bool> insert_or_assign(const KeyT &Key, V &&Val) { in insert_or_assign() 156 std::pair<iterator, bool> insert_or_assign(KeyT &&Key, V &&Val) { in insert_or_assign() 163 bool contains(const KeyT &Key) const { return Map.find(Key) != Map.end(); } in contains() 165 size_type count(const KeyT &Key) const { return contains(Key) ? 1 : 0; } in count() 167 iterator find(const KeyT &Key) { in find() 173 const_iterator find(const KeyT &Key) const { in find() 212 size_type erase(const KeyT &Key) { in erase()
|
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/ADT/ |
D | MapVector.h | 110 ValueT lookup(const KeyT &Key) const { in lookup() 118 std::pair<iterator, bool> try_emplace(const KeyT &Key, Ts &&...Args) { in try_emplace() 129 std::pair<iterator, bool> try_emplace(KeyT &&Key, Ts &&...Args) { in try_emplace() 149 std::pair<iterator, bool> insert_or_assign(const KeyT &Key, V &&Val) { in insert_or_assign() 156 std::pair<iterator, bool> insert_or_assign(KeyT &&Key, V &&Val) { in insert_or_assign() 163 bool contains(const KeyT &Key) const { return Map.find(Key) != Map.end(); } in contains() 165 size_type count(const KeyT &Key) const { return contains(Key) ? 1 : 0; } in count() 167 iterator find(const KeyT &Key) { in find() 173 const_iterator find(const KeyT &Key) const { in find() 212 size_type erase(const KeyT &Key) { in erase()
|
/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/ |
D | MapVector.h | 110 ValueT lookup(const KeyT &Key) const { in lookup() 118 std::pair<iterator, bool> try_emplace(const KeyT &Key, Ts &&...Args) { in try_emplace() 129 std::pair<iterator, bool> try_emplace(KeyT &&Key, Ts &&...Args) { in try_emplace() 149 std::pair<iterator, bool> insert_or_assign(const KeyT &Key, V &&Val) { in insert_or_assign() 156 std::pair<iterator, bool> insert_or_assign(KeyT &&Key, V &&Val) { in insert_or_assign() 163 bool contains(const KeyT &Key) const { return Map.find(Key) != Map.end(); } in contains() 165 size_type count(const KeyT &Key) const { return contains(Key) ? 1 : 0; } in count() 167 iterator find(const KeyT &Key) { in find() 173 const_iterator find(const KeyT &Key) const { in find() 212 size_type erase(const KeyT &Key) { in erase()
|
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/ |
D | MapVector.h | 110 ValueT lookup(const KeyT &Key) const { in lookup() 118 std::pair<iterator, bool> try_emplace(const KeyT &Key, Ts &&...Args) { in try_emplace() 129 std::pair<iterator, bool> try_emplace(KeyT &&Key, Ts &&...Args) { in try_emplace() 149 std::pair<iterator, bool> insert_or_assign(const KeyT &Key, V &&Val) { in insert_or_assign() 156 std::pair<iterator, bool> insert_or_assign(KeyT &&Key, V &&Val) { in insert_or_assign() 163 bool contains(const KeyT &Key) const { return Map.find(Key) != Map.end(); } in contains() 165 size_type count(const KeyT &Key) const { return contains(Key) ? 1 : 0; } in count() 167 iterator find(const KeyT &Key) { in find() 173 const_iterator find(const KeyT &Key) const { in find() 212 size_type erase(const KeyT &Key) { in erase()
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
D | issue5698.go | 11 type Key struct { struct 12 a int16 // the compiler was confused by the padding. 13 b []int
|