Home | History | Annotate | Download | only in cgo

Lines Matching refs:indicates

250 but guarantees never to return nil. If C's malloc indicates out of memory,
514 An error on not-declared:1 indicates that foo is undeclared.
515 An error on not-type:1 indicates that foo is not a type (if declared at all, it is an identifier).
516 An error on not-int-const:1 indicates that foo is not an integer constant.
517 An error on not-num-const:1 indicates that foo is not a number constant.
518 An error on not-str-lit:1 indicates that foo is not a string literal.
519 An error on not-signed-int-const:1 indicates that foo is not a signed integer constant.