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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h67 enum class SpecialKind : uintptr_t { class in class:clang::CodeGen::CGCallee
90 SpecialKind KindOrFunctionPointer;
98 explicit CGCallee(SpecialKind kind) : KindOrFunctionPointer(kind) {}
101 : KindOrFunctionPointer(SpecialKind::Builtin) {
107 CGCallee() : KindOrFunctionPointer(SpecialKind::Invalid) {}
112 : KindOrFunctionPointer(SpecialKind(uintptr_t(functionPtr))) {
121 CGCallee result(SpecialKind::Builtin);
128 CGCallee result(SpecialKind::PseudoDestructor);
145 CGCallee result(SpecialKind::Virtual);
154 return KindOrFunctionPointer == SpecialKind
[all...]

Completed in 199 milliseconds