/llvm-project/libc/include/llvm-libc-macros/ |
H A D | sys-queue-macros.h | 50 #define SLIST_NEXT(elem, field) ((elem)->field.next) argument 90 #define SLIST_INSERT_AFTER(slistelem, elem, field) \ argument 96 #define SLIST_INSERT_HEAD(head, elem, field) \ argument 102 #define SLIST_REMOVE(head, elem, type, field) \ argument 114 SLIST_REMOVE_AFTER(elem,field) global() argument 166 STAILQ_NEXT(elem,field) global() argument 202 STAILQ_INSERT_AFTER(head,listelem,elem,field) global() argument 209 STAILQ_INSERT_HEAD(head,elem,field) global() argument 216 STAILQ_INSERT_TAIL(head,elem,field) global() argument 223 STAILQ_REMOVE(head,elem,type,field) global() argument 235 STAILQ_REMOVE_AFTER(head,elem,field) global() argument [all...] |
/llvm-project/libc/src/__support/ |
H A D | intrusive_list.h | 28 insert(void * elem,void * prev) insert() argument 49 remove(void * elem) remove() argument
|
/llvm-project/clang/test/Analysis/ |
H A D | casts.m | 30 RDR10087620Enum elem; field 32 @property (readwrite, nonatomic) RDR10087620Enum elem; property
|
/llvm-project/flang/test/Lower/HLFIR/ |
H A D | elemental-call-with-finalization.f90 | 23 type(t) :: elem local 40 type(t) :: elem local
|
/llvm-project/libc/test/src/stdlib/ |
H A D | bsearch_test.cpp | 48 void *elem = in TEST() local 76 void *elem = LIBC_NAMESPACE::bsearch(ARRAY, ARRAY, ARRAY_SIZE, sizeof(int), in TEST() local
|
/llvm-project/libc/src/stdlib/ |
H A D | bsearch.cpp | 25 const void *elem = global() variable
|
/llvm-project/compiler-rt/test/builtins/Unit/ |
H A D | sme-string-test.cpp | 42 void assert_elemt_equal_at(unsigned I, uint8_t elem) { in assert_elemt_equal_at() 73 uint8_t *elem = (uint8_t *)memchr(src.ptr, e, 8); in main() local
|
/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/ |
H A D | replace.pass.cpp | 95 return std::all_of(b, e, [](const copy_int& elem) { return elem.copied_times == 0; }); in check() 152 test<uint16_t, uint8_t>([](const uint16_t& elem) { return elem % 3 < 2; }); in main() 153 test<float64_t, int64_t>([](const float64_t& elem) { return elem * elem - 3.5 * elem > 10; }); in main()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-template-member.cpp | 102 struct elem { struct 103 static virt<elem> x; // ensure that completing 'elem' will require/completing 'virt<elem>' argument
|
/llvm-project/flang/test/Semantics/ |
H A D | call02.f90 | 4 subroutine s01(elem, subr) argument 44 elemental integer function elem() function 115 elemental integer function elem( global() function [all...] |
/llvm-project/libcxx/test/std/input.output/filesystems/class.directory_iterator/directory_iterator.nonmembers/ |
H A D | begin_end.pass.cpp | 57 for (auto& elem : it) { in test_ranged_for_loop() local
|
/llvm-project/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.nonmembers/ |
H A D | begin_end.pass.cpp | 57 for (auto& elem : it) { in test_ranged_for_loop() local
|
/llvm-project/clang/www/analyzer/scripts/ |
H A D | expandcollapse.js | 119 function isElemTopVisible(elem) { argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | discrim-union.cpp | 42 void destroy(unsigned elem) { in destroy() 68 unsigned elem; member in either
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngineObjC.cpp | 48 const ObjCForCollectionStmt *S, const Stmt *elem, SVal elementV, in populateObjCForDestinationSet() 111 const Stmt *elem = S->getElement(); in VisitObjCForCollectionStmt() local
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMUnwindOpAsm.cpp | 37 void EmitByte(uint8_t elem) { in EmitByte()
|
/llvm-project/lldb/source/Core/ |
H A D | DumpRegisterInfo.cpp | 79 for (ElementType elem : list) { in DumpList() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | AbstractBasicWriter.h | 179 for (auto elem : path) { in writeLValuePathSerializationHelper() local
|
/llvm-project/clang/test/Frontend/ |
H A D | noderef.c | 111 int NODEREF *elem = *arr2; in test() local
|
/llvm-project/clang/test/CodeGen/ |
H A D | c11atomics.c | 22 struct elem { struct
|
/llvm-project/clang/include/clang/Analysis/ |
H A D | CFG.h | 262 static bool isKind(const CFGElement &elem) { in isKind() 286 static bool isKind(const CFGElement &elem) { in isKind() 310 static bool isKind(const CFGElement &elem) { in isKind() 436 static bool isKind(const CFGElement &elem) { in isKind() 461 static bool isKind(const CFGElement &elem) { in isKind()
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyUtil.h | 333 T& elem(unsigned i) { in elem() function
|
/llvm-project/libc/utils/gpu/loader/amdgpu/ |
H A D | Loader.cpp |
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIRAttr.cpp | 193 auto elem = fir::symbolizeFortranVariableFlagsEnum(elemName); in parse() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Pointer.h |
|