/llvm-project/libc/include/llvm-libc-macros/ |
H A D | sys-queue-macros.h | 33 #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 D | benchmark_name.cc | 25 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 D | Instrumentation.h | 57 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 D | bounds-checking-fam.cpp | 7 int head; member
|
H A D | disable-tail-calls.c | 9 List *find(List *head, int data) { in find()
|
H A D | 2008-08-07-AlignPadding1.c | 16 PyGC_Head head; global() member
|
H A D | union-init.c | 16 PyGC_Head head; member
|
/llvm-project/libc/test/include/sys/ |
H A D | queue_test.cpp | 28 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 D | loopmacro.c | 42 int head[32<<10] = { 0 }; in main() local
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | BytecodeDialectGen.cpp | 97 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 D | cxa_thread_atexit.cpp | 77 while (auto head = dtors) { in run_dtors() local [all...] |
/llvm-project/libc/test/src/search/ |
H A D | insque_test.cpp | 46 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 D | templates-top.h | 8 node *head; variable
|
/llvm-project/clang/test/Analysis/ |
H A D | trivial-copy-struct.cpp | 82 List head; member
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CrashRecoveryContext.h | 48 CrashRecoveryContextCleanup *head = nullptr; variable
|
/llvm-project/flang/test/Lower/OpenMP/ |
H A D | parallel-private-clause.f90 | 232 increment_list_items(head) global() argument 238 type (node), pointer :: head global() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | example-typelist.cpp | 9 typedef Head head; typedef
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_symbolize.cpp | 57 SymbolizedStack *head; member
|
H A D | tsan_dense_alloc.h | 160 Block *head = MapBlock(head_idx); in Drain() local
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | ImmutableList.h | 36 : Head(std::forward<ElemT>(head)), Tail(tail) {} in Head()
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | example-tuple.cpp | 83 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 D | example-bind.cpp | 83 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 D | memory_check_utils.h | 188 cpp::span<char> head = buffer.first(half_size + overlap).last(size); CheckMemmove() local
|
/llvm-project/compiler-rt/lib/profile/ |
H A D | GCDAProfiling.c | 100 struct fn_node *head, *tail; member [all...] |
/llvm-project/openmp/runtime/src/ |
H A D | kmp_str.cpp | 573 char **head, // O: Pointer to head (may be NULL). in __kmp_str_split()
|