LLVMX86FastcallCallConv? ( object -- ? )


Vocabulary
llvm.core

Inputs and outputs
objectan object
?a boolean


Word description
Tests if the object is an instance of the LLVMX86FastcallCallConv class.

Definition
USING: kernel ;

IN: llvm.core

: LLVMX86FastcallCallConv? ( object -- ? )
\ LLVMX86FastcallCallConv eq? ;