Home
last modified time | relevance | path

Searched defs:LAST (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dinterval_tree_generic.h31 #define INTERVAL_TREE_DEFINE(type, field, valtype, dummy, START, LAST, \ argument
39 #define __IT_DEFINE_ITER_FROM(type, field, valtype, START, LAST, name) \ argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h90 #define STMT_RANGE(BASE, FIRST, LAST) \ argument
92 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAtomicOrdering.h65 LAST = SequentiallyConsistent enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOffloadArch.h109 LAST, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h899 LAST = DB enumerator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp52 #define STMT_RANGE(BASE, FIRST, LAST) argument
53 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ argument
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c181 #define LAST(node) ((node)->last) macro