Home
last modified time | relevance | path

Searched defs:never (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/test/CodeGen/
H A Dxray-attr-list.cpp10 void never() {} in never() function
H A Dxray-function-groups.cpp27 [[clang::xray_never_instrument]] int never() { // part of group 1 in never() function
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dconst_Types.pass.cpp24 struct never { struct
37 { static_assert(never<T>::value, "This should not be instantiated"); } in NoValueCtor() argument
/llvm-project/llvm/lib/Support/
H A Dregcomp.c284 static int never = 0; /* for use in asserts; shuts lint up */ variable
286 #define never 0 /* some <assert.h>s have bugs too */ macro
/llvm-project/flang/lib/Semantics/
H A Dresolve-labels.cpp54 enum class Legality { never, always, formerly }; enumerator