Home
last modified time | relevance | path

Searched defs:elem (Results 1 – 25 of 56) sorted by relevance

123

/llvm-project/libc/include/llvm-libc-macros/
H A Dsys-queue-macros.h50 #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 Dintrusive_list.h28 insert(void * elem,void * prev) insert() argument
49 remove(void * elem) remove() argument
/llvm-project/clang/test/Analysis/
H A Dcasts.m30 RDR10087620Enum elem; field
32 @property (readwrite, nonatomic) RDR10087620Enum elem; property
/llvm-project/flang/test/Lower/HLFIR/
H A Delemental-call-with-finalization.f9023 type(t) :: elem local
40 type(t) :: elem local
/llvm-project/libc/test/src/stdlib/
H A Dbsearch_test.cpp48 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 Dbsearch.cpp25 const void *elem = global() variable
/llvm-project/compiler-rt/test/builtins/Unit/
H A Dsme-string-test.cpp42 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 Dreplace.pass.cpp95 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 Ddebug-info-template-member.cpp102 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 Dcall02.f904 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 Dbegin_end.pass.cpp57 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 Dbegin_end.pass.cpp57 for (auto& elem : it) { in test_ranged_for_loop() local
/llvm-project/clang/www/analyzer/scripts/
H A Dexpandcollapse.js119 function isElemTopVisible(elem) { argument
/llvm-project/clang/test/SemaCXX/
H A Ddiscrim-union.cpp42 void destroy(unsigned elem) { in destroy()
68 unsigned elem; member in either
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineObjC.cpp48 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 DARMUnwindOpAsm.cpp37 void EmitByte(uint8_t elem) { in EmitByte()
/llvm-project/lldb/source/Core/
H A DDumpRegisterInfo.cpp79 for (ElementType elem : list) { in DumpList() local
/llvm-project/clang/include/clang/AST/
H A DAbstractBasicWriter.h179 for (auto elem : path) { in writeLValuePathSerializationHelper() local
/llvm-project/clang/test/Frontend/
H A Dnoderef.c111 int NODEREF *elem = *arr2; in test() local
/llvm-project/clang/test/CodeGen/
H A Dc11atomics.c22 struct elem { struct
/llvm-project/clang/include/clang/Analysis/
H A DCFG.h262 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 DThreadSafetyUtil.h333 T& elem(unsigned i) { in elem() function
/llvm-project/libc/utils/gpu/loader/amdgpu/
H A DLoader.cpp
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRAttr.cpp193 auto elem = fir::symbolizeFortranVariableFlagsEnum(elemName); in parse() local
/llvm-project/clang/lib/AST/Interp/
H A DPointer.h

123