Searched defs:IsDeclaration (Results 1 – 3 of 3) sorted by relevance
212 UINT8 IsDeclaration, in OptBuildShortestPath()
615 bool IsDeclaration = false; member
1027 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 } func