Searched refs:TAIL (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Devent-loop.h71 TAIL, enumerator in enum:__anon1513
H A Devent-loop.c224 POSITION can be head or tail, with values TAIL, HEAD.
235 if (position == TAIL)
819 async_queue_event (file_event_ptr, TAIL);
856 async_queue_event (file_event_ptr, TAIL);
1138 async_queue_event (event_ptr, TAIL);
/freebsd-11-stable/contrib/byacc/
H A Dmstring.c11 ** HEAD+TAIL should be a power of two */
13 #define TAIL 8 macro
75 nl = nl + nl + TAIL;
104 if ((s->base = realloc(s->base, len + len + TAIL)))
107 s->end = s->base + len + len + TAIL;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/xray/
H A Dxray_interface.h26 TAIL = 2, enumerator in enum:XRayEntryType
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/XRay/
H A DInstrumentationMap.h40 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT }; member in class:llvm::xray::SledEntry::FunctionKinds
107 IO.enumCase(Kind, "tail-exit", xray::SledEntry::FunctionKinds::TAIL);
/freebsd-11-stable/lib/libc/include/isc/
H A Dlist.h45 #define TAIL(list) ((list).tail) macro
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dutil.h194 #define TAIL(list) ISC_LIST_TAIL(list) macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h34 TAIL,
H A DRISCVISelLowering.cpp2358 return DAG.getNode(RISCVISD::TAIL, DL, NodeTys, Ops);
2551 case RISCVISD::TAIL:
2552 return "RISCVISD::TAIL";
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_fdr_logging.cpp516 case XRayEntryType::TAIL:
546 case XRayEntryType::TAIL:
H A Dxray_interface.cpp159 case XRayEntryType::TAIL:
H A Dxray_profiling.cpp301 case XRayEntryType::TAIL:
H A Dxray_basic_logging.cpp195 case XRayEntryType::TAIL: {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/XRay/
H A DInstrumentationMap.cpp160 SledEntry::FunctionKinds::TAIL,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp941 Code = UnOpInit::TAIL;
986 Code == UnOpInit::TAIL ||
1004 if (Code == UnOpInit::HEAD || Code == UnOpInit::TAIL ||
1012 if (Code == UnOpInit::HEAD || Code == UnOpInit::TAIL) {
H A DRecord.cpp771 case TAIL:
824 case TAIL: Result = "!tail"; break;
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dtask.c437 for (event = TAIL(task->on_shutdown);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h754 enum UnaryOp : uint8_t { CAST, HEAD, TAIL, SIZE, EMPTY, GETOP };

Completed in 552 milliseconds