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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h61 enum class SpecialKind : uintptr_t { class in class:clang::CodeGen::CGCallee
84 SpecialKind KindOrFunctionPointer;
92 explicit CGCallee(SpecialKind kind) : KindOrFunctionPointer(kind) {}
95 : KindOrFunctionPointer(SpecialKind::Builtin) {
101 CGCallee() : KindOrFunctionPointer(SpecialKind::Invalid) {}
107 SpecialKind(reinterpret_cast<uintptr_t>(functionPtr))) {
118 CGCallee result(SpecialKind::Builtin);
125 CGCallee result(SpecialKind::PseudoDestructor);
142 CGCallee result(SpecialKind::Virtual);
151 return KindOrFunctionPointer == SpecialKind
[all...]

Completed in 172 milliseconds