Home
last modified time | relevance | path

Searched refs:K_ (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Interpreter/
HDValue.h103 #define X(type, name) K_##name,
168 case Value::K_##name: \ in as()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Interpreter/
HDValue.cpp117 return Value::K_##name; in ConvertQualTypeToKind()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
HDItaniumDemangle.h217 Node(Kind K_, Prec Precedence_ = Prec::Primary,
220 : K(K_), Precedence(Precedence_), RHSComponentCache(RHSComponentCache_), in K() argument
222 Node(Kind K_, Cache RHSComponentCache_, Cache ArrayCache_ = Cache::No,
224 : Node(K_, Prec::Primary, RHSComponentCache_, ArrayCache_, in Node() argument
1649 ExpandedSpecialSubstitution(SpecialSubKind SSK_, Kind K_) in ExpandedSpecialSubstitution() argument
1650 : Node(K_), SSK(SSK_) {} in ExpandedSpecialSubstitution()
/freebsd-13-stable/contrib/ntp/
HDCommitLog19557 …move SORTED K_... defines outside MAIN and LIB ifdef, fix var typos and char arg caught by gcc mis…