Home
last modified time | relevance | path

Searched defs:destroy_range (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h216 void destroy_range(T *S, T *E) { in destroy_range() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h363 void destroy_range(T *S, T *E) { in destroy_range() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h352 static void destroy_range(T *S, T *E) { in destroy_range() function
504 static void destroy_range(T *, T *) {} in destroy_range() function