Home
last modified time | relevance | path

Searched defs:head (Results 1 – 25 of 42) sorted by relevance

12

/llvm-project/libc/include/llvm-libc-macros/
H A Dsys-queue-macros.h33 #define SLIST_HEAD_INITIALIZER(head) \ argument
48 #define SLIST_EMPTY(head) ((head)->slh_first == NULL) argument
49 #define SLIST_FIRST(head) ((head)->slh_first) argument
52 #define SLIST_FOREACH(var, head, field) \ argument
55 #define SLIST_FOREACH_FROM(var, head, field) \ argument
60 #define SLIST_FOREACH_SAFE(var, head, fiel argument
64 SLIST_FOREACH_FROM_SAFE(var,head,field,tvar) global() argument
85 SLIST_INIT(head) global() argument
96 SLIST_INSERT_HEAD(head,elem,field) global() argument
102 SLIST_REMOVE(head,elem,type,field) global() argument
119 SLIST_REMOVE_HEAD(head,field) global() argument
145 STAILQ_HEAD_INITIALIZER(head) global() argument
160 STAILQ_EMPTY(head) global() argument
161 STAILQ_FIRST(head) global() argument
162 STAILQ_LAST(head,type,field) global() argument
168 STAILQ_FOREACH(var,head,field) global() argument
171 STAILQ_FOREACH_FROM(var,head,field) global() argument
176 STAILQ_FOREACH_SAFE(var,head,field,tvar) global() argument
180 STAILQ_FOREACH_FROM_SAFE(var,head,field,tvar) global() argument
196 STAILQ_INIT(head) 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
242 STAILQ_REMOVE_HEAD(head,field) global() argument
[all...]
/llvm-project/third-party/benchmark/src/
H A Dbenchmark_name.cc25 size_t size_impl(const Head& head, const Tail&... tail) { in size_impl()
34 void join_impl(std::string& s, const char delimiter, const Head& head, in join_impl()
/llvm-project/lldb/include/lldb/Utility/
H A DInstrumentation.h57 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head) { in stringify_helper() argument
62 inline void stringify_helper(llvm::raw_string_ostream &ss, const Head &head, in stringify_helper() argument
/llvm-project/clang/test/CodeGen/
H A Dbounds-checking-fam.cpp7 int head; member
H A Ddisable-tail-calls.c9 List *find(List *head, int data) { in find()
H A D2008-08-07-AlignPadding1.c16 PyGC_Head head; global() member
H A Dunion-init.c16 PyGC_Head head; member
/llvm-project/libc/test/include/sys/
H A Dqueue_test.cpp28 Head head = SLIST_HEAD_INITIALIZER(head); TEST() local
95 Head head = STAILQ_HEAD_INITIALIZER(head); TEST() local
[all...]
/llvm-project/clang/test/CoverageMapping/
H A Dloopmacro.c42 int head[32<<10] = { 0 }; in main() local
/llvm-project/mlir/tools/mlir-tblgen/
H A DBytecodeDialectGen.cpp97 char const *head = emitParseDispatch() local
133 char const *head = emitParse() local
300 char const *head = emitPrint() local
404 char const *head = R"(static LogicalResult write{0}({0} {1}, emitPrintDispatch() local
/llvm-project/libcxxabi/src/
H A Dcxa_thread_atexit.cpp77 while (auto head = dtors) { in run_dtors() local
[all...]
/llvm-project/libc/test/src/search/
H A Dinsque_test.cpp46 void check_linear(const Node *head, const Node *const (&nodes)[N]) { in check_linear()
71 void check_circular(const Node *head, const Node *const (&nodes)[N]) { in check_circular()
/llvm-project/clang/test/Modules/Inputs/
H A Dtemplates-top.h8 node *head; variable
/llvm-project/clang/test/Analysis/
H A Dtrivial-copy-struct.cpp82 List head; member
/llvm-project/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h48 CrashRecoveryContextCleanup *head = nullptr; variable
/llvm-project/flang/test/Lower/OpenMP/
H A Dparallel-private-clause.f90232 increment_list_items(head) global() argument
238 type (node), pointer :: head global() local
/llvm-project/clang/test/SemaTemplate/
H A Dexample-typelist.cpp9 typedef Head head; typedef
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_symbolize.cpp57 SymbolizedStack *head; member
H A Dtsan_dense_alloc.h160 Block *head = MapBlock(head_idx); in Drain() local
/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h36 : Head(std::forward<ElemT>(head)), Tail(tail) {} in Head()
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-tuple.cpp83 typename add_reference<Head>::type head() { return m_head; } in head() function in tuple
84 typename add_reference<const Head>::type head() const { return m_head; } in head() function in tuple
H A Dexample-bind.cpp83 typename add_reference<Head>::type head() { return m_head; } in head() function in tuple
84 typename add_reference<const Head>::type head() const { return m_head; } in head() function in tuple
/llvm-project/libc/test/src/string/memory_utils/
H A Dmemory_check_utils.h188 cpp::span<char> head = buffer.first(half_size + overlap).last(size); CheckMemmove() local
/llvm-project/compiler-rt/lib/profile/
H A DGCDAProfiling.c100 struct fn_node *head, *tail; member
[all...]
/llvm-project/openmp/runtime/src/
H A Dkmp_str.cpp573 char **head, // O: Pointer to head (may be NULL). in __kmp_str_split()

12