Home
last modified time | relevance | path

Searched defs:items (Results 1 – 25 of 30) sorted by relevance

12

/llvm-project/flang/unittests/Runtime/
H A DNamelist.cpp77 static constexpr int items{5}; in TEST() local
136 const NamelistGroup::Item items[]{{"a", *aDesc}}; in TEST() local
171 const NamelistGroup::Item items[]{{"a", *aDesc}, {"b", *bDesc}}; in TEST() local
195 const NamelistGroup::Item items[]{{"a", *scDesc}}; in TEST() local
224 const NamelistGroup::Item items[]{{" in TEST() local
253 const NamelistGroup::Item items[]{{"j", *scDesc}}; TEST() local
282 const NamelistGroup::Item items[]{{"z", *scDesc}}; TEST() local
[all...]
/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp137 void TypeCategoryImpl::Clear(FormatCategoryItems items) { in Clear()
151 bool TypeCategoryImpl::Delete(ConstString name, FormatCategoryItems items) { in Delete()
169 uint32_t TypeCategoryImpl::GetCount(FormatCategoryItems items) { in GetCount()
188 const FormattersMatchCandidate &candidate_type, FormatCategoryItems items, in AnyMatches()
238 FormatCategoryItems items) { in AutoComplete()
H A DDataVisualization.cpp70 TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, in AnyMatches()
H A DTypeCategoryMap.cpp162 TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, in AnyMatches()
/llvm-project/lldb/examples/python/
H A Ddict_utils.py6 def __init__(self, items=[]): argument
32 def __init__(self, initial_value=0, items=[]): argument
/llvm-project/libcxx/test/std/containers/sequences/deque/
H A Dcompare.pass.cpp51 int items[3] = {1, 2, 3}; in main() local
88 LessAndEqComp items[3] = {LessAndEqComp(1), LessAndEqComp(2), LessAndEqComp(3)}; in main() local
/llvm-project/libcxx/test/std/containers/sequences/list/
H A Dcompare.pass.cpp50 int items[3] = {1, 2, 3}; in main() local
87 LessAndEqComp items[3] = {LessAndEqComp(1), LessAndEqComp(2), LessAndEqComp(3)}; in main() local
/llvm-project/clang/test/CodeGenObjC/
H A Dobjc2-write-barrier-3.m9 void *__strong * items; field
/llvm-project/lldb/test/API/commands/expression/completion/
H A DTestExprCompletion.py319 def completions_contain(self, str_input, items): argument
/llvm-project/libcxx/test/std/containers/sequences/vector.bool/
H A Dcompare.pass.cpp65 bool items[3] = {false, true, false}; in test() local
/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_mac_test_helpers.mm216 int items[10]; field
/llvm-project/openmp/runtime/src/
H A Dkmp_debugger.cpp270 kmp_omp_nthr_item_t *items = in __kmp_omp_num_threads() local
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cpp63 ListItem items[6]; in TEST() local
/llvm-project/llvm/test/CodeGen/NVPTX/
H A Dsurf-tex.py932 write_gen_list(filename, append, items) global() argument
1108 items = gen_tests(args.target, args.tests.split(",")) global() variable
[all...]
H A Dwmma.py843 def gen_check_unsupported_ops(items): argument
/llvm-project/lldb/scripts/
H A Danalyze-project-deps.py151 items = list(src_map.items()) variable
/llvm-project/llvm/utils/lit/lit/
H A Dutil.py274 def printHistogram(items, title="Items"): argument
/llvm-project/flang/include/flang/Parser/
H A Dformat-specification.h143 std::list<FormatItem> items, unlimitedItems; member
/llvm-project/mlir/utils/spirv/
H A Dgen_spirv_dialect.py103 def split_list_into_sublists(items): argument
/llvm-project/clang-tools-extra/clangd/
H A DQuality.h216 std::vector<value_type> items() && { in items() function
/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h292 const std::initializer_list<const char *> items) in TypeFilterImpl() argument
/llvm-project/lldb/unittests/Utility/
H A DStringListTest.cpp126 const char *items[3] = {"foo", "", "bar"}; in TEST() local
/llvm-project/flang/lib/Semantics/
H A Dcheck-io.cpp768 const std::list<parser::InputItem> &items{readStmt.items}; CheckForDoVariable() local
/llvm-project/clang/utils/analyzer/
H A Dexploded-graph-rewriter.py37 def __init__(self, items): argument
[all...]
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/
H A DProtocol.h903 std::vector<CompletionItem> items; member

12