Home
last modified time | relevance | path

Searched +defs:list +defs:string (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/Inputs/use-auto/
H A Dcontainers.h151 string() {} in string() function
152 string(const char *) {} in string() function
185 list() {} in list() function
/llvm-project/clang/tools/scan-build-py/lib/libscanbuild/resources/
H A Dsorttable.js338 shaker_sort : function(list, comp_func) { argument
509 String.forEach = function(string, block, context) { argument
/llvm-project/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js302 shaker_sort: function(list, comp_func) { argument
466 String.forEach = function(string, block, context) { argument
/llvm-project/clang/test/CodeGenCXX/
H A Dcxx0x-initializer-stdinitializerlist.cpp153 auto list = { destroyme1(), destroyme1() }; in fn3() local
177 auto list = { witharg1(destroyme1()), witharg1(destroyme1()) }; in fn5() local
226 std::initializer_list<std::initializer_list<destroyme1>> list = in fn9() local
257 struct string { struct
[all...]
/llvm-project/llvm/docs/
H A DProgrammersManual.rst1517 dss_arrayrefSequential Containers (std::vector, std::list, etc) global() argument
1519 llvm/ADT/ArrayRef.hSequential Containers (std::vector, std::list, etc) global() argument
1530 Fixed Size ArraysSequential Containers (std::vector, std::list, etc) global() argument
1539 Heap Allocated ArraysSequential Containers (std::vector, std::list, etc) global() argument
1553 llvm/ADT/TinyPtrVector.hSequential Containers (std::vector, std::list, etc) global() argument
1565 llvm/ADT/SmallVector.hSequential Containers (std::vector, std::list, etc) global() argument
1652 llvm/ADT/PagedVector.hSequential Containers (std::vector, std::list, etc) global() argument
1686 <vector>Sequential Containers (std::vector, std::list, etc) global() argument
1735 <list>Sequential Containers (std::vector, std::list, etc) global() argument
1748 dss_ilist<list> global() argument
1757 llvm/ADT/ilist.hSequential Containers (std::vector, std::list, etc) global() argument
1780 llvm/ADT/PackedVector.hSequential Containers (std::vector, std::list, etc) global() argument
1811 ilist_traitsSequential Containers (std::vector, std::list, etc) global() argument
1819 llvm/ADT/ilist_node.hSequential Containers (std::vector, std::list, etc) global() argument
1830 SentinelsSequential Containers (std::vector, std::list, etc) global() argument
1865 Other Sequential Container optionsSequential Containers (std::vector, std::list, etc) global() argument
2012 ds_setstd::string global() argument
[all...]
/llvm-project/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js302 shaker_sort: function(list, comp_func) { argument
466 String.forEach = function(string, block, context) { argument
/llvm-project/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp315 PythonList list(PyRefType::Owned, py_list); in TEST_F() local
348 PythonList list(PyInitialValue::Empty); in TEST_F() local
350 PythonString string(string_value in TEST_F() local
374 PythonList list(PyInitialValue::Empty); TEST_F() local
566 auto list = m_builtins_module.ResolveName("list").AsType<PythonCallable>(); TEST_F() local
[all...]
/llvm-project/clang/test/Analysis/
H A Dmalloc.c1598 char * string = malloc(sizeof(char)*10); in testPassConstPointer() local
1729 char * string = malloc(sizeof(char)*10); in testOffsetPassedToStrlen() local
1735 char * string = malloc(sizeof(char)*10); in testOffsetPassedToStrlenThenFree() local
1742 char * string = malloc(sizeof(char)*10); testOffsetPassedAsConst() local
1895 testCStyleListItems(struct ListInfo * list) testCStyleListItems() argument
[all...]
H A Dtaint-generic.c595 testGetgroups(int size,gid_t list[],bool flag) testGetgroups() argument
698 char string[10]; testFnmatch() local
[all...]
/llvm-project/flang/lib/Semantics/
H A Dexpression.cpp850 AnalyzeString(std::string && string,int kind) AnalyzeString() argument
1134 if (MaybeExpr string{Analyze(std::get<parser::CharLiteralConstant>(x.t))}) { Analyze() local
3245 __anon892e8f762602(const std::list<parser::BoundsRemapping> &list) Analyze() argument
3257 __anon892e8f762702(const std::list<parser::BoundsSpec> &list) Analyze() argument
[all...]
/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp324 __anon4af29db20302(StringRef subject, auto... list) getIsOmitted() argument
2792 __anon4af29db21002(const std::pair<std::string, const Record *> &P) emitAttributes() argument
3801 __anon4af29db21c02(const char *Spelling, const std::map< std::string, std::vector<std::pair<const Record *, FlattenedSpelling>>> &List) EmitClangAttrHasAttrImpl() argument
5074 DocumentationData(const Record & Documentation,const Record & Attribute,std::pair<std::string,SpellingList> HeadingAndSpellings) DocumentationData() argument
[all...]
/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp5005 const char *r, *list, *name; print_method_description_list() local
5134 const char *r, *list; print_protocol_list() local
9268 const char *string = Ptr + sizeof(struct MachO::linker_option_command); PrintLinkerOptionCommand() local
[all...]