/llvm-project/clang/test/CodeGen/ |
H A D | aarch64-targetattr-crypto.c |
|
H A D | arm64_crypto.c | 7 uint8x16_t test_aese(uint8x16_t data, uint8x16_t key) { in test_aese() 13 uint8x16_t test_aesd(uint8x16_t data, uint8x16_t key) { in test_aesd() 19 uint8x16_t test_aesmc(uint8x16_t data, uint8x16_t key) { in test_aesmc() 25 uint8x16_t test_aesimc(uint8x16_t data, uint8x16_t key) { in test_aesimc()
|
/llvm-project/lldb/source/Host/macosx/cfcpp/ |
H A D | CFCMutableDictionary.cpp | 72 CFCMutableDictionary::GetValueIfPresent(const void *key, in GetValueIfPresent() 91 bool CFCMutableDictionary::AddValue(CFStringRef key, const void *value, in AddValue() 102 bool CFCMutableDictionary::SetValue(CFStringRef key, const void *value, in SetValue() 113 bool CFCMutableDictionary::AddValueSInt8(CFStringRef key, int8_t value, in AddValueSInt8() 128 bool CFCMutableDictionary::SetValueSInt8(CFStringRef key, int8_t value, in SetValueSInt8() 143 bool CFCMutableDictionary::AddValueSInt16(CFStringRef key, int16_t value, in AddValueSInt16() 158 bool CFCMutableDictionary::SetValueSInt16(CFStringRef key, int16_t value, in SetValueSInt16() 173 bool CFCMutableDictionary::AddValueSInt32(CFStringRef key, int32_t value, in AddValueSInt32() 188 bool CFCMutableDictionary::SetValueSInt32(CFStringRef key, int32_t value, in SetValueSInt32() 203 bool CFCMutableDictionary::AddValueSInt64(CFStringRef key, int64_t value, in AddValueSInt64() [all …]
|
/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/ |
H A D | Predicate.cpp | 30 AttributePosition::AttributePosition(const KeyTy &key) : Base(key) { in AttributePosition() 37 OperandPosition::OperandPosition(const KeyTy &key) : Base(key) { in OperandPosition() 44 OperandGroupPosition::OperandGroupPosition(const KeyTy &key) : Base(key) { in OperandGroupPosition()
|
/llvm-project/lldb/examples/summaries/cocoa/ |
H A D | cache.py | 18 def look_for_key(self, key): argument 23 def add_item(self, key, value, ok_to_replace=True): argument 29 def get_value(self, key, default=None): argument
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | StructuredData.h | 402 void ForEach(std::function<bool(llvm::StringRef key, Object *object)> const in ForEach() 419 ObjectSP GetValueForKey(llvm::StringRef key) const { in GetValueForKey() 423 bool GetValueForKeyAsBoolean(llvm::StringRef key, bool &result) const { in GetValueForKeyAsBoolean() 437 bool GetValueForKeyAsInteger(llvm::StringRef key, IntType &result) const { in GetValueForKeyAsInteger() 456 bool GetValueForKeyAsInteger(llvm::StringRef key, IntType &result, in GetValueForKeyAsInteger() 464 bool GetValueForKeyAsString(llvm::StringRef key, in GetValueForKeyAsString() 476 bool GetValueForKeyAsString(llvm::StringRef key, llvm::StringRef &result, in GetValueForKeyAsString() 488 bool GetValueForKeyAsDictionary(llvm::StringRef key, in GetValueForKeyAsDictionary() 499 bool GetValueForKeyAsArray(llvm::StringRef key, Array *&result) const { in GetValueForKeyAsArray() 509 bool HasKey(llvm::StringRef key) const { return m_dict.contains(key); } in HasKey() [all …]
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | ps-dllstorage-vtable-rtti.cpp | 56 void FullExport::key() { typeid(FullExport).name(); } in key() function in FullExport 98 void PartExport::key() { typeid(PartExport).name(); } in key() function in PartExport 114 void ConsExport::key() { typeid(ConsExport).name(); } in key() function in ConsExport
|
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/debugger/visualstudio/windows/ |
H A D | ComInterface.py | 65 def __getattr__(self, key): argument 70 def __setattr__(self, key, val): argument 75 def __getitem__(self, key): argument 78 def __setitem__(self, key, val): argument
|
/llvm-project/lld/Common/ |
H A D | Args.cpp | 26 static int64_t getInteger(opt::InputArgList &args, unsigned key, in getInteger() 44 int64_t lld::args::getInteger(opt::InputArgList &args, unsigned key, in getInteger() 49 int64_t lld::args::getHex(opt::InputArgList &args, unsigned key, in getHex() 63 StringRef key, uint64_t defaultValue) { in getZOptionValue()
|
/llvm-project/polly/lib/External/isl/ |
H A D | extract_key.c | 20 KEY key; in KEY_EXTRACT() local 55 KEY key; in KEY_GET() local
|
H A D | isl_schedule_read.c | 78 enum isl_schedule_key key; in read_context() local 129 enum isl_schedule_key key; in read_domain() local 186 enum isl_schedule_key key; in read_expansion() local 255 enum isl_schedule_key key; in read_extension() local 306 enum isl_schedule_key key; in read_filter() local 357 enum isl_schedule_key key; in read_guard() local 408 enum isl_schedule_key key; in read_mark() local 510 enum isl_schedule_key key; in read_band() local 638 enum isl_schedule_key key; in isl_stream_read_schedule_tree() local
|
/llvm-project/third-party/benchmark/src/ |
H A D | json_reporter.cc | 67 std::string FormatKV(std::string const& key, std::string const& value) { in FormatKV() 72 std::string FormatKV(std::string const& key, const char* value) { in FormatKV() 77 std::string FormatKV(std::string const& key, bool value) { in FormatKV() 82 std::string FormatKV(std::string const& key, int64_t value) { in FormatKV() 88 std::string FormatKV(std::string const& key, double value) { in FormatKV()
|
/llvm-project/libc/test/src/__support/HashTable/ |
H A D | table_test.cpp | 37 struct key { in TEST() argument 24 for (const char *key : keys) { TEST() local 36 struct key { TEST() struct 84 union key { TEST() union
|
/llvm-project/libc/src/__support/threads/ |
H A D | thread.cpp | 88 return units[key].active; in is_valid_key() argument 172 bool tss_key_delete(unsigned int key) { retur argument 73 get_dtor(unsigned int key) get_dtor() argument 80 remove_key(unsigned int key) remove_key() argument 174 set_tss_value(unsigned int key,void * val) set_tss_value() argument 181 get_tss_value(unsigned int key) get_tss_value() argument [all...] |
/llvm-project/mlir/lib/Target/LLVMIR/ |
H A D | DataLayoutImporter.cpp | 124 auto key = TypeAttr::get(type); in tryToEmplaceAlignmentEntry() local 139 auto key = TypeAttr::get(type); in tryToEmplacePointerAlignmentEntry() local 154 auto key = StringAttr::get(context, DLTIDialect::kDataLayoutEndiannessKey); in tryToEmplaceEndiannessEntry() local 169 auto key = StringAttr::get(context, spaceKey); tryToEmplaceAddrSpaceEntry() local 191 auto key = tryToEmplaceStackAlignmentEntry() local [all...] |
/llvm-project/mlir/lib/Transforms/ |
H A D | OpStats.cpp | 75 for (const auto &key : sorted) { printSummary() local 81 for (const auto &key : sorted) { printSummary() local 105 const auto &key = sorted[i]; printSummaryInJSON() local
|
/llvm-project/lldb/source/Interpreter/ |
H A D | OptionValueDictionary.cpp | 138 llvm::StringRef key, value; in SetArgs() local 204 llvm::StringRef key(args.GetArgumentAtIndex(i)); SetArgs() local 254 llvm::StringRef key, quote_char; GetSubValue() local 309 SetValueForKey(llvm::StringRef key,const lldb::OptionValueSP & value_sp,bool can_replace) SetValueForKey() argument 326 DeleteValueForKey(llvm::StringRef key) DeleteValueForKey() argument [all...] |
/llvm-project/llvm/include/llvm/ADT/ |
H A D | StringSet.h | 38 std::pair<typename Base::iterator, bool> insert(StringRef key) { in insert() 55 bool contains(StringRef key) const { return Base::FindKey(key) != -1; } in contains()
|
/llvm-project/lldb/source/Core/ |
H A D | Progress.cpp | 114 llvm::StringRef key = progress_data.title; Increment() local 143 llvm::StringRef key = progress_data.title; Decrement() local 178 Expire(llvm::StringRef key) Expire() argument [all...] |
/llvm-project/lldb/tools/lldb-dap/ |
H A D | JSONUtils.cpp | 74 llvm::StringRef GetString(const llvm::json::Object &obj, llvm::StringRef key, in GetUnsigned() argument 81 llvm::StringRef GetString(const llvm::json::Object *obj, llvm::StringRef key, in GetBoolean() argument 90 uint64_t GetUnsigned(const llvm::json::Object &obj, llvm::StringRef key, in GetBoolean() argument 36 EmplaceSafeString(llvm::json::Object & obj,llvm::StringRef key,llvm::StringRef str) EmplaceSafeString() argument 51 GetString(const llvm::json::Object & obj,llvm::StringRef key,llvm::StringRef defaultValue) GetString() argument 58 GetString(const llvm::json::Object * obj,llvm::StringRef key,llvm::StringRef defaultValue) GetString() argument 67 GetUnsigned(const llvm::json::Object & obj,llvm::StringRef key,uint64_t fail_value) GetUnsigned() argument 97 GetSigned(const llvm::json::Object & obj,llvm::StringRef key,int64_t fail_value) GetSigned() argument 104 GetSigned(const llvm::json::Object * obj,llvm::StringRef key,int64_t fail_value) GetSigned() argument 111 ObjectContainsKey(const llvm::json::Object & obj,llvm::StringRef key) ObjectContainsKey() argument 116 GetStrings(const llvm::json::Object * obj,llvm::StringRef key) GetStrings() argument 1314 FilterAndGetValueForKey(const lldb::SBStructuredData data,const char * key,llvm::json::Object & out) FilterAndGetValueForKey() argument 1369 const char *key = keys.GetStringAtIndex(i); addStatistic() local [all...] |
/llvm-project/lldb/tools/debugserver/source/ |
H A D | JSON.cpp | 121 JSONString key(iter->first); in Write() local 130 bool JSONObject::SetObject(const std::string &key, JSONValue::SP value) { in SetObject() 144 bool JSONObject::GetObjectAsBool(const std::string &key, bool &value) const { in GetObjectAsBool() argument 165 bool JSONObject::GetObjectAsString(const std::string &key, in GetObjectAsString() 482 std::string key; in ParseJSONObject() local 514 std::string key; in ParseJSONArray() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_addrhashmap_test.cpp | 27 static void ExistsInReferenceMap(const uptr key, const Value& val, void* arg) { in ExistsInReferenceMap() 46 const uptr key = key_val.first; in TEST() local
|
/llvm-project/clang/test/Analysis/Inputs/ |
H A D | localization-pch.h | 4 #define MyLocalizedStringInPCH(key) NSLocalizedString((key), @"") argument
|
/llvm-project/libc/test/src/stdlib/ |
H A D | bsearch_test.cpp | 47 int key = ARRAY[i]; in TEST() local 56 int key = 5; in TEST() local [all...] |
/llvm-project/clang/test/Analysis/Checkers/WebKit/ |
H A D | call-args-wtf-containers.cpp | 111 T key; member 261 vector.findIf([&](Ref<RefCounted> key) { return key.ptr() == obj; }); in test() 262 vector.reverseFindIf([&](Ref<RefCounted> key) { return key.ptr() == obj; }); in test() 263 vector.containsIf([&](Ref<RefCounted> key) { return key.ptr() == obj; }); in test()
|