Searched defs:IsBuiltin (Results 1 – 4 of 4) sorted by relevance
49 func (f exprFlags) IsBuiltin() bool { return f&4 != 0 } // a language builtin that resembles … func
394 func (tv TypeAndValue) IsBuiltin() bool { func
397 func (tv TypeAndValue) IsBuiltin() bool { func
2277 bool IsBuiltin = Out.tell() != OutSizeBefore; in mangleType() local